body {
  margin: 0;
  padding: 0;
  background-image: url('images/header_background.png');
  background-repeat: repeat-x;
}

div#all {
  width: 810px;
  position: relative;
}

#title {
  position: absolute;
  top: 65px;
  left: 345px;
}

div#nav {
  position:absolute;
  top: 108px;
  right: 5px;
  height: 100px;
  /*width: 500px;*/
  margin:0;
  padding:0;
  /*border: 1px solid red;*/
}

div#nav ul {
  position:relative;
  list-style: none;
  height: 100px;
  margin: 0;
  padding: 0;
  width: auto;
}

div#nav li {
  width: auto;
  margin: 0;
  padding: 0;
}

div#nav a {
  display: block;
  color: white;
  text-decoration: none;
  font-family: arial;
  padding: 12px 10px 72px 11px;
  _padding: 12px 10px 73px 11px;
  float: left;
  margin:0;
  background-color:96c946;
}

div#nav a:hover {
  background-color:#7ca73b;
}

div#content{
  width: 730px;
  padding: 18px 5px 5px 80px;
}

div#content p {
  font-family: arial;
  color: black;
  font-size: 0.85em;
  line-height: 1.15em;
  color: #333333;
}

div#content ul {
  font-family: arial;
  color: black;
  font-size: 0.85em;
  /*padding: 3px;*/
  line-height: 1.15em;
  color: #333333;
  list-style: square;
}

#inset {
	width: 150px;
	float: right;
	margin: 0 0 20px 20px;
  	border: 1px solid #508B3B;
	padding: 3px 5px;
	text-align: center;
}

#inset p {
	text-align: right;
}

#inset a {
	color: #508B3B;
}

h1 {
  font-family: arial;
  color: #508B3B;
  font-size: 1em;
}

h2 {
	font-family: arial;
	color: #6EA6B7;
    font-size: 1em;
}

h3 {
  font-family: arial;
  color: #508B3B;
  font-size: 0.85em;
}

a img{
  border: 0px solid white;
  color: black;
}

a {
  color: #000000;
}
div#footer {
  background-image: url('images/footer_background.png');
  background-repeat: repeat-x;
  background-position: bottom;
}

div#footerimages{
  padding: 0 0 0 77px;
  margin:0;
}

div#footer h4{
  padding: 0 0 0 81px;
  margin:0;
  color:#484848;
  font-family: arial;
  font-size: 0.8em;
}

div#footer p{
  font-family: arial;
  color: black;
  font-size: 0.8em;
  padding: 5px 10px 30px 81px;
}

