html {
	padding:0px;
	margin:0px;
	height:100%;
}
body {
	height:100%;
	background:url(images/background.jpg) repeat-x top #240008;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
}
#thesite {
	display:table;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:918px;
	background:url(images/mainback.jpg) no-repeat top ;
	
}
#shadow {
	float:left;
}
#shadowleft {
	float:left;
	width:34px;
	height:750px;
	
}
#shadowright {
	float:left;
	width:34px;
	height:750px;
	
}
#outercontent {
	width:850px;
	height:auto;
	
	
}
#logo {
	background:url(images/mainback.png) no-repeat;
	width:850px;
	height:182px;
}
#navbar {
	
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:37px;
}
#pagebanner {
	width:850px;
	height:233px;
}
#content {
	display:table;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:781px;
	
	
}
#footer {
	width:850px;
	height:55px;
	background:url(images/footer.jpg) bottom center;
	display:table;
	margin-left:auto;
	margin-right:auto;
}

