/* CSS Basic Styles Document */
container - full width of the site
/* Main DIVs */

body {
	text-align:center;
}

.cont {width:966px;} /* has a 2px both sides border */
	#header {} 
	#lc {width:195px;}
	#wrapper {width:766px;}
		#content {width:566px;}
		#rc {width:195px;}
	#footer {}
	
#twocol #content {width:766px;}
#onecol #wrapper {width:956px;padding-top:10px;}
#onecol #content {width:926px;padding:5px 10px;}

#twocol #rc {display:none;}
#onecol #lc {display:none;}
#onecol #rc {display:none;}
.cont {
	margin:0 auto;text-align:left;
	position:relative;
}

.news #content {
	width:544px;
	padding:0 10px;
	margin-top:5px;
}

#header {margin-top:20px;}
#lc {float:left;}
#wrapper {float:right;}
	#content {float:left;overflow:hidden;}
	#rc {float:right;}
#footer {clear:both;margin-bottom:20px;}

/*#fc, #header {
	border-left:2px solid #04C0E6;border-right:2px solid #04C0E6;
}*/

/*
#header, #footer {border:1px solid #f00;}
#lc {border-right:1px solid #0f0;} 
#rc {border-left:1px solid #0f0;}
#content {border-right:1px solid #00f;}
*/
#header .cont {border-bottom:1px dashed #DE974E;}
#footer {border-top:1px dashed #DE974E;}

#header .cont {border-top:2px solid #04C0E6;}
#footer {border-bottom:2px solid #04C0E6;}
