/* CSS Document */

body  {
	text-align: center;
	background-image:url(../images/layout/bgfade2.gif);
	background-repeat: repeat-x;
	background-color: #E4D7BA;
	margin-top: 15px;
	background-position: 0 -200px;
}
#container { 
 margin: 0 auto;
 width: 850px;
 text-align:left;
 background-image: url(../images/layout/bgd_faux.gif);
background-repeat:repeat-y;
}
#faux {
}
#preHeader {display:none}
#header {
 width: 850px;
}
#navbar {
 margin: 0px 0px 0px 0px;
 width:850px;
 position:relative;
 z-index:100;
}
#sidebar { 
 display: inline;
 margin: 0px;
 padding: 0px;
 padding-right:15px;
 padding-top:15px;
 width: 245px;
 float: right;
}
#mainContent {
	float: left;
	color: #000000;
	margin: 10px;
	padding: 0px;
	padding-left:40px;
	width: 460px;
	display: inline;
	position: relative;
	background-color: #FAF8EA;
}
#footer { 
 width: 830px;
 clear: both;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 border-top:1px solid white;
 text-align:right;
 background-color:#e4d7ba;
}
#footer #copyright {float:left;}
.clearfloat, .clear { clear: both; background: none; }

