body {
  text-align: center;
  background: #ffebcd;
  margin: 0;
}

a {
  color: #661302;
}

a:hover {
  color: #fff;
}

h1 {
  margin: 0;
}

ul li img {
  float: left;
  clear: left;
  margin-right: 10px;
}

p {
  margin: 0;
}

#container {
  margin: 0 auto;
  background: url(/bodyback.png) repeat-y;
  width: 760px;
}

#header {
  width: 760px;
  height: 111px;
  margin: 0 auto;
  background: #ccbca4 url(/headback.png) no-repeat;
  text-align: left;
}

#header h1 {
  color: #661302;
  text-indent: -9999px;
  height: 58px;
  width: 255px;
  background: url(/oleminorfarms.png);
  position: relative;
  left: 60px;
  top: 38px;
}

#header p {
  font: italic 1em Verdana;
  color: #661302
}

#nav {
  margin: 0 auto;
  width: 710px;
  background: #662c21 url(/testnavback.png) repeat-x;
  height: 60px;
}

#nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#nav ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

#nav ul li a {
  text-decoration: none;
  text-indent: -9999px;
  color: #fff;
  display: block;
  height: 60px;
  margin: 0;
  padding: 0;
}

#first a {background: url(/about.png) no-repeat; width: 118px;}
#first a:hover, #first a.current {background: url(/about.png) no-repeat 0 -60px;}
#second a {background: url(/sires.png) no-repeat; width: 118px;}
#second a:hover, #second a.current {background: url(/sires.png) no-repeat 0 -60px;}
#third a {background: url(/bucks.png) no-repeat; width: 118px;}
#third a:hover, #third a.current {background: url(/bucks.png) no-repeat 0 -60px;}
#fourth a {background: url(/does.png) no-repeat; width: 118px;}
#fourth a:hover, #fourth a.current {background: url(/does.png) no-repeat 0 -60px;}
#fifth a {background: url(/events.png) no-repeat; width: 118px;}
#fifth a:hover, #fifth a.current {background: url(/events.png) no-repeat 0 -60px;}
#sixth a {background: url(/contact.png) no-repeat; width: 120px;}
#sixth a:hover, #sixth a.current {background: url(/contact.png) no-repeat 0 -60px;}

#content {
  margin: 0 auto;
  width: 700px;
  clear: left;
}

#pics {
  width: 400px;
  float: left;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

#pics img {
  margin-bottom: 0.7em;
  float: none;
}

#text {
  width: 300px;
  float: right;
}

#content p {
  font: 11pt Verdana, Arial, sans-serif;
  margin: 0.7em 15px 0.7em 10px;
  text-align: justify;
}

#content p.first {
}

#content p.last {
}

#content ul {
  margin-top: 20px;
  list-style none;
}

#content ul li {
  clear: left;
  list-style: none;
  margin-bottom: 10px;
}

#content ul li img {
  margin-bottom: 10px;
}

#leftinline {
  float: left;
  margin-right: 10px;
}

#footer {
  background: #ccbca4 url(/footback.png) repeat-x;
  width: 710px;
  margin: 0 auto -20% auto;
  padding-top: 48px;
  padding-bottom: 35%;
  clear: both;
}

#footer p {
  font: 8pt Verdana, Arial, sans-serif;
  color: #661302;
}

/*Form*/

fieldset {
  margin: 10px;
}

.narrowcolumn {
  text-align: left;
}

.narrowcolumn h2 {
  text-align: center;
}

