body
{
  background-color:#BCED91;
}

#header_image
{
  background: url(../images/banner.png) no-repeat;
  height:100px;
}
  
#home
{
  background-color:#FFCC66;
  height: 2em;
  width: 25%;
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1em;
  border-radius: 15px;
  padding: 1em;
}

#home a
{
  text-decoration: none;
  color: black;
  padding-top: 0em;
  padding-bottom: .5em;
  display:block;
  height: 100%;
  width: 100%;
  text-align: center;
}

#home a:hover
{
  font-weight:bold;
}

#large_image_area
{
  background: url(../images/tractor.png) no-repeat;
  height: 788px;
  width: 663px;
  margin-top: 1em;
}
  
#center_both_images
{
  width: 663px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
  
#top_navigation
{
  margin-top: 1em;
  text-align: center;
  background-color:#FFCC66;
  float: left;
  width: 100%;
}
  
#top_navigation ul
{
  list-style:none;
  width: 100%;
  padding:0;
  height: 2em;
  margin: 0;
}
  
#top_navigation ul li
{
  display: inline;
  width: 25%;
  float: left;
  height: 100%;
}
  
#top_navigation ul li.active
{
  background-color:#FFFFCC;
}
  
#top_navigation ul li a
{
  display:block;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: black;
  padding-top: .5em;
  padding-bottom: .5em;
}
  
#top_navigation ul li a:hover
{
  font-weight:bold;
}

.content
{
  background-color:#FFCC66;
  border-radius: 15px;
  padding: 2em;
  margin-top: 4em;
  margin-left: 1em;
  margin-right: 1em;
  float: left;
}

#farm_content
{
  max-height: 75%;
}
#farm_content img
{
  display: block;
  margin: 0 auto;
}

#vegetables_content
{
  background-color:#FFCC66;
  border-radius: 15px;
  padding: 2em;
  margin: 0 auto;
  margin-top: 4em;
  width: 80%;
  height: 60%;
}

#margin_decollapse
{
  width:100%;
}

.news-header
{
  width: 100%;
}

.news-head
{
  font-weight:bold;
}

.date
{
  font-size: small;
  color: #666666;
}

a#all-news
{
  font-size:small;
  float: right;
}

