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


body{
	background-image: url(images/bg.png);
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 12px;
	text-align: justify;
	margin: 0;
	padding: 0;
	background-position:top;
}

#wrapper { 
	margin: 0px auto;
	width: 822px; 
	padding:0px;
	border-left: solid 1px #9a9a9a;
	border-right: solid 1px #9a9a9a;
	border-bottom: solid 1px #9a9a9a;
}

#header{
 	background-image: url(images/header_tile.gif);
	width: 822px;
	height: 72px;
	margin-top:20px;
 }
 
#navigation{
 	background-color: #7a8571;
	height: 35px;
}

/* Navigation Styles Only */

div#navcontainer
{
right: 0px;
margin: 0;
padding: 10px;
border: 0;
}

div#navcontainer ul
{
display: inline;
margin: 0;
padding: 0;
list-style: none;
}


div#navcontainer ul li
{
display: inline;
margin: 0;
}

div#navcontainer ul li a
{
color: #ffffff;
margin: 0;
padding: 2px 20px 2px 5px;
text-decoration: none;
}

/* End of Navigation Styles Only */

#space{
	background-color: #7d90a7;
	height:25px;
}

#boxes{
	padding-top: 20px;	
}

#content{
	background-color:#ffffff;
	padding: 20px 30px 20px 30px;
}

h1 {
	color: #715b56;
	font-size:18px;
}

#footer{
 	background-image: url(images/subfooter.jpg);
	width: 822px;
	height: 60px;
	color: #715b56;

 }
 
 .footerlinks a{
 	color: #715b56;
	text-decoration:none;
	
 }