body {
	margin: auto;
	width: 800px;
    	height: auto;
	min-height: 400px;
	font-family: verdana;
	padding: auto;
 font-size: 12px;
}


#content {
	width: 800px;
	max-width: auto;
	min-height: 400px;
	
}

#footer{
text-align: center;
}

#green{
	color: #0E6835;	
	font-weight: bold;	
}

#menu{
margin-top: 75px;
font-size: 24px;
text-align: right;
font-weight: bold;
}

#menu li {padding-bottom: 10px; font-size: 20px;}
#menu li a{padding-bottom: 10px; color: #6E0B0F;}
#menu li a:hover{color: #cdc8b1;}


.left{float:left;}
.right{float:right;}
.clear{clear:both;}


li{
list-style:none;
margin: 0;
padding: 0;
width: auto;
}



h2 {
	color: #0E6835;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #D8D8D8;
	margin: 20px 0;
	padding: 0;
}

p {
	margin: 0;
	padding-bottom: 14px;
}

a {
	outline: none;	
	text-decoration: none;	
	color: green;	
}

a:hover {
  color:green;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 10px 30px 10px 0;
	vertical-align: top;
}
