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

body {
	text-align:center;
}

.cont {width:1000px;}
	#header {} 
	#lc {width:195px;}
	#wrapper {width:800px;}
		#content {width:600px;}
		#rc {width:195px;}
	#footer {}
	
.twocol #content {width:800px;}
.onecol #wrapper {width:1000px;}
.onecol #content {width:1000px;}

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

#header {}
#lc {float:left;}
#wrapper {float:right;}
	#content {float:left;overflow:hidden;}
	#rc {float:right;}
#footer {clear:both;}

#header, #footer {border:1px solid #E7CEA6;}
#lc {border-right:1px solid #E7CEA6;border-bottom:1px solid #E7CEA6;padding:10px 0;} 
#rc {border-left:1px solid #E7CEA6;border-bottom:1px solid #E7CEA6;padding:10px 0;}
#content {}

/* Sticker Footer */
html, body {height:100%;}
#nonfooter {
position:relative;min-height:100%;
}
#footer {
position:relative;height:45px;margin-top:-47px;
}
#footer .cont {height:45px;}
#footer .cont {
background:url(../images/footer.jpg) no-repeat;
}