body {
    margin: 29px 0px;
    padding: 0px; /* Set margin and padding for cross browser consistency. */
    text-align: center; /* Needed for IE5/Win */
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:80%;
	background-color:#524A40;
    }
	
h1 {font-size:250%;font-weight:normal;color:#255B1A;}

    
#content {
    width: 680px;
    margin: 0px auto; /* Right and left margin set to "auto", to center the box horizontally */
    text-align: left; /* Needed to counteract IE5/Win alignment problem  */
    padding:0px;
    border: 1px solid #000;
    background-color: #eee;
	
    }
#headerimg
{
	width:680px;


}
#info
{
width:640px;
position:relative;
left:5px;
padding-top: 8px;
padding-left: 15px;
 text-align:justify;
}

#nav
{
width:650px;

padding:5px 10px;

}

#nav ul {
 margin:0;
 padding:0;
 list-style:none;
 text-align:right;
 }
#nav li {

display:inline;
margin:0;
padding:0;
 }



#footer
{
width:680px;
height:40px;
background-color:#377D29;
position:relative;
top:46px;
}

#f_left
{
	width:50%;
	position: absolute;
	left: 0;
	width: 50%;
	padding-left:5px;
}
#f_right
{
	width:48%;
	position: absolute;
	right: 0;
	width: 50%;
	text-align: right;
	padding-right:5px;
}

a:link {color:#255B1A; text-decoration:none}    /* unvisited link */
a:visited {color:#255B1A; text-decoration:none} /* visited link */
a:hover {color:#62A450; text-decoration:none}   /* mouse over link */
a:active {color:#255B1A; text-decoration:none}  /* selected link */


