body 
{
	background:#366385 url('../images/body_bg.gif') repeat-x left top;
	font-family:verdana;
	font-size:11px;
}

#container
{
	background:url('../images/container_bg.jpg') no-repeat left top;
	width:702px;
	margin:0px auto;
	padding:47px 38px 0px 38px;
}
#container2 {
	background:url(../images/container2_bg.jpg) repeat-y left top;
	width:778px;
	margin:0px auto;
}
#header {

	}
	a.nav1 {
		width:74px;
		height:29px;
		background:url(../images/nav1.gif) no-repeat left top;
		font-size:.001em;
	}
		a.nav1:hover {
			background:url(../images/nav1a.gif) no-repeat left top;
		}
	a.nav2 {
		width:92px;
		height:29px;
		background:url(../images/nav2.gif) no-repeat left top;
		font-size:.001em;
	}
		a.nav2:hover {
			background:url(../images/nav2a.gif) no-repeat left top;
		}
	a.nav3 {
		width:91px;
		height:29px;
		background:url(../images/nav3.gif) no-repeat left top;
		font-size:.001em;
	}
		a.nav3:hover {
			background:url(../images/nav3a.gif) no-repeat left top;
		}
	a.nav4 {
		width:94px;
		height:29px;
		background:url(../images/nav4.gif) no-repeat left top;
		font-size:.001em;
	}
		a.nav4:hover {
			background:url(../images/nav4a.gif) no-repeat left top;
		}
	a.nav5 {
		width:92px;
		height:29px;
		background:url(../images/nav5.gif) no-repeat left top;
		font-size:.001em;
	}
		a.nav5:hover {
			background:url(../images/nav5a.gif) no-repeat left top;
		}
	a.nav6 {
		width:88px;
		height:29px;
		background:url(../images/nav6.gif) no-repeat left top;
		font-size:.001em;
	}
		a.nav6:hover {
			background:url(../images/nav6a.gif) no-repeat left top;
		}
	a.nav7 {
		width:69px;
		height:29px;
		background:url(../images/nav7.gif) no-repeat left top;
		font-size:.001em;
	}
		a.nav7:hover {
			background:url(../images/nav7a.gif) no-repeat left top;
		}
	a.nav8 {
		width:102px;
		height:29px;
		background:url(../images/nav8.gif) no-repeat left top;
		font-size:.001em;
	}
		a.nav8:hover {
			background:url(../images/nav8a.gif) no-repeat left top;
		}

#main1 {
	background:url(../images/red.gif) top left repeat-y;
	}
#main2 {
	background:url(../images/blue.gif) top right repeat-y;
	}
#colLeft {
	float:left;
	width:150px;
	margin:0; padding:0;
	background-color:Red;
	}

#colRight {
	float:right;
	width:150px;
	margin:0; padding:0;
	background-color:#09f;
	}
.idx #content {
	padding:20px 0 0 40px;
	min-height:105px;
}
#content {
	margin:0 150px;
	background:url(../images/content_top.jpg) repeat-x left top;
	min-height:405px;
	padding:22px 75px 0 75px;
	}
#content2 {
	background:url(../images/content_bottom.jpg) repeat-x left bottom;
	margin-top:2px;
	padding-bottom:35px;
}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

	#main_left {
		float:left;
		width:440px;
		padding-right:40px;
	}
		#main_left p {
			padding:10px 0 0 40px;
		}
	#main_right {
		float:left;
		width:160px;
	}
	#content h1 {
		color:#3c6b8d;
		font-size:1.7em;
		font-weight:normal;
		padding-bottom:5px;
		text-transform:capitalize;
	}

#footer { color:#464646;font-size:.7em;font-weight:bold; }
	#footer a {
		text-decoration:none;
		color:#464646;
	}

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;
}

