html {
	padding:0px;
	margin:0px;
	height:100%;
}
body {
	height:100%;
	background:url(images/background.jpg) repeat-x top #000000;
	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:919px;
	
}
#shadow {
	float:left;
}
#shadowleft {
	float:left;
	width:34px;
	height:800px;
	
}
#shadowright {
	float:left;
	width:34px;
	height:800px;
	
}
#outercontent {
	width:851px;
	height:auto;
	background:#000000;
}
#logo {
	background:url(images/Arizona-Welcome_05.jpg) no-repeat;
	width:851px;
	height:210px;
}
#navbar {
	
	width:851px;
	height:44px;
}
#pagebanner {
	width:851px;
	height:233px;
}
#content {
	display:table;
}
#footer {
	width:851px;
	height:58px;
	background:url(images/footer.jpg) bottom center;
	display:table;
	margin-left:auto;
	margin-right:auto;
}

