body 
{
	background:#02bce3;
	background:url(../images/bgTile.gif) top left repeat;
	color:#035161;
}

#container
{
	background:url(../images/left_col_bg.gif) top left repeat-y;
	width:892px;
	margin:35px auto 5px auto;
	border-bottom:solid #fff 1px;
}
#header {
	background:url('../images/header_bg.gif') no-repeat left top;
	width:892px;
	height:59px;
	}

#seconds_top {
	background:url(../images/second_image.jpg) no-repeat left top;
	width:892px;
	height:177px;
}
	
#main1 {
	background:url(../images/left_col_bg.gif) top left repeat-y;
	}
#main2 {
	background:url(../images/left_col_bg.gif) top left repeat-y;
	}
#colLeft {
	float:left;
	width:113px;
	margin:0; padding:0;
	background:url(../images/left_col_bg.gif) top left repeat-y;
	}
#colLeft .padding {
	padding:0 0 0 5px;
}
	ul.left_nav {
		padding:0;
		margin:0;
		list-style:none;
		position:absolute;
		/*width:92px;*/
	}
		ul.left_nav li {
			/*text-align:right;*/
			padding:0;
			margin:0;
			list-style:none;
			margin-top:8px;
			/*float:left;*/
			
		}
			ul.left_nav li a {
				color:#035161;
				font-size:.8em;
				font-family:arial;
				font-weight:normal;
				padding-right:0px;
				text-decoration:none;
				/*float:right;*/
				/*background:url('../images/left_nav_bg.gif') no-repeat right center;	*/
			}

#colRight {
	float:right;
	width:150px;
	margin:0; padding:0;
	background-color:#09f;
	}
#content {
	margin:0 113px;
	width:779px;
	min-height:313px;
	background:#fff;
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding {
	padding:0 35px 15px 35px;
}

#footer { width:892px;margin:0 auto;color:#fff;font-size:.8em;font-family:arial;text-transform:uppercase;padding:0 0 15px 10px; }
#terms {
	position:absolute;
	margin-left:770px;
	
}
	#footer #terms a {
		color:#035161;
		font-weight:bold;
	}
		#footer #terms a:hover {
			color:#035161;
		}

body.noRight #main2 { background-image:none; }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 { background-image:none; }
body.noLeft #colLeft { display:none; }
body.noLeft #content { margin-left:0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}
