﻿

/* unique IDs */

#top_row { background: white; }

#left_col { background: white; width:132px; vertical-align:top;}

#main_table { margin:auto; max-width:1050px; }

#middle_row {  }

#main_col {  }

#foot_row { background:blue; }

#right_col { background: green; width:132px; vertical-align:top;}


/*Navigation Bar Style*/
.style1 {
	background-image: 'http://www.mobile-broadband-reviews.com/image-files/nav-strip9.jpg';
	font-family:"Candy Round BTN";
	font-size: medium;
	color: white;
}
.style2 {
	margin: 0px; /*space around borders of stuff */
	padding: 	;/* space between text and border */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left
}

/*Main Content Styling*/
}
div.content{
	margin: 0px; /*space around borders of stuff */
	padding: 	;/* space between text and border */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.content {
	width:auto;
	text-align:left;
	margin:5px
	
}

/*Hyperlink Styling*/
a:hover{
	color:yellow
}


/*Fluid Template Styling*/
body, td
{
	max-width:1050px;
	font:13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	margin: auto;
	text-align:center;
	}
.main-table {
	width:expression(document.body.clientWidth > 1051? "1050px": "auto" );
	margin-top: 0px;
	margin-right:auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
table {
font-family: Verdana, Arial, sans-serif;
font-size: 93%;
color: #000;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
}

