@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(../images/bg1.jpg);
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}




#wrapper {
	background-image: url(../images/main-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

#wrapper-inner{ 
	width: 902px; 
	margin: 0 auto;
/*	height: 670px;*/
	}


	
#header{
	background-image: url(../images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;}
	
	

#nav {
	height: 30px;
}



#content {
/*	height: 540px;*/
	padding-bottom: 10px;
	width: 902px; 
	margin: 0 auto;
	clear: both;
}


#footer
{
width: 902px;
height: 250px;
margin: 10px auto;
background: url(../images/foot-bg1.jpg) center top no-repeat;
clear: both;
}

#footer ul{
	list-style-image: url(../images/bullet.gif);
	margin-left: -5px;
}

#footer	a, #footer a:visited {
	color: #002E00;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	background: #002E00;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
} 


#leftfoot
{
float: left;
width: 275px;
margin: 0;
padding: 30px 10px 10px 10px;
}

#rightfoot
{
float: right;
width: 265px;
margin: 0;
padding: 30px 10px 10px 10px;
margin-right: 5px;
}

#centerfoot
{
margin-left: 330px;
margin-right: 300px;
padding: 1em;
max-width: 36em;
}
