body{
	background: #4d5715 url(../images/background.jpg) repeat-x 0 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a img{
	border: none;
}
a:link, a:visited{
	color: #660;
}

#nav{
	background-color: #ffffff;
	width: 801px;
	height: 40px;
	position:relative;
	top: 5px;
	z-index: 99;
}

#nav ul{
	list-style: none;
	float:right;
	padding:0;
	margin:0;
	height:40px;
}

h1{
	color: #5D5B0F;
	font-size:1.666em;
}
h2{
	color: #383838;
	font-size: 1.3em;
}
h3{
	color: #383838;
	font-size: 1.1em;   
    text-decoration:underline;
}
#nav li{
	float: left;
}
#nav a{
	color: #4d5715;
	font-size: 15px;
	font-weight:bold;
	text-decoration: none;
	display: block !important;
	display: inline;
	height: 40px;
}
a img{
	display: inline;
}

p{
  line-height:19px;
  }