body {
	margin-top: 0px;
	background-color: #b1a994;
}
#container {
	width:950px;
	background:url(/images/container.gif);
	background-repeat:repeat-y;
	margin: 0px auto;
}
#header {
	width: 900px;
	height: 109px;	
}
#flash {
	width:900px;
	height:261px;	
}
#wrapper {	
	width:900px;
	margin: 0px auto;
}
#nav{
	float: left;
	width: 225px;	
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	width:625px;
	padding-top:30px;
	padding-right:20px;
	padding-bottom:30px;
	background-color:#FFF;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #65a693;
	text-transform: uppercase;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #B12526;
	text-transform: uppercase;
}
#footer {
	margin: 0px auto;
	width: 950px;
	height: 45px;
	clear:both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div#menu ul#menuitem{
	height:450px;
	width:185px;
	*width:225px;	
	background:transparent url(images/menu.jpg) top left no-repeat;	
	margin: 0px 0px 0px 0px;
	position:relative;
	left:0;
}
div#menu ul#menuitem li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;	
	width:225px;
	left:0;
}
ul#menuitem li,ul#menuitem a{
	height:33px;
	display:block;
	position:absolute;
	width:225px;
	text-indent:-9999px;
	left:0;
}
div#menu ul#menuitem li a{
	display: block;
	width:225px;
	left:0;
}
#general{
	top:33px;
	height:33px;
	width:225px;	
}
#community{
	top:66px;
	height:33px;
	width:225px;		
}
#norman{
	top:90px;
	height:33px;
	width:225px;	
}
#buildings{
	top:120px;
	height:33px;
	width:225px;		
}
#industry{
	top:147px;
	height:33px;
	width:225px;		
}
#incentives{
	top:180px;
	height:33px;
	width:225px;		
}
#work{
	top:213px;
	height:33px;
	width:225px;		
}
#links{
	top:249px;
	height:33px;
	width:225px;		
}
#general a:hover,body#generalon #general{
	background:transparent url(images/menu.jpg) -225px -33px no-repeat;
}
#community a:hover,body#communityon #community{
	background:transparent url(images/menu.jpg) -225px -66px no-repeat;
}
#norman a:hover,body#normanon #norman{
	background:transparent url(images/menu.jpg) -225px -90px no-repeat;
}
#buildings a:hover,body#buildingson #buildings{
	background:transparent url(images/menu.jpg) -225px -120px no-repeat;
}
#industry a:hover,body#industryon #industry{
	background:transparent url(images/menu.jpg) -225px -147px no-repeat;
}
#incentives a:hover,body#incentiveson #incentives{
	background:transparent url(images/menu.jpg) -225px -180px no-repeat;
}
#work a:hover,body#workon #work{
	background:transparent url(images/menu.jpg) -225px -213px no-repeat;
}
#links a:hover,body#linkson #links{
	background:transparent url(images/menu.jpg) -225px -249px no-repeat;
}