body {
  margin:0;
  padding:0;
  text-align:center;
  background-image:url('../images/grass-seamless.jpg');
  font-family:'MS Trebuchet', verdana, sans-serif;
  font-size:14px;
}

#top_fade {
  position:absolute;
  top:0;
  left:0;
  margin:0;
  height:527px;
  width:100%;
  z-index:1;
  background-image:url('../images/bg-fade.jpg');
  background-repeat:repeat-x;
}

#header {
  position:absolute;
  top:0;
  left:50%;
  margin-left:-460px;
  height:209px;
  width:906px;
  z-index:2;
  background-image:url('../images/header.jpg');
}

#containerBackground {
  position:absolute;
  top:215px;
  left:50%;
  margin-left:-457px;
  height:430px;
  width:900px;
  border:4px solid 1C3203;
  background-color:#657A39;
  border:4px solid #1C3203;
  z-index:3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#containerFeatured {
  position:absolute;
  top:225px;
  left:50%;
  margin-left:-457px;
  height:209px;
  width:900px;
  z-index:4;
  color:white;
  text-align:left;
  /*background-image:url('../images/header.jpg');*/
}

#containerFeatured #left {
  float:left;
  width:400px;
  margin-left:40px;
}

#containerFeatured #right {
  float:left;
  width:420px;
}

#containerFeatured #left h2, 
#containerFeatured #right h2{
  font-size:18px;
  margin:10px 0 10px 0;
}

#containerFeatured #left p, 
#containerFeatured #right p{
  margin:0 0 10px 0;
}

#containerFeatured #right h2,
#containerFeatured #left h2
{
  color:#142402;
}

#contact {
  font-size:13px;
  position:absolute;
  top:20px;
  left:50%;
  margin-left:250px;
  height:209px;
  text-align:right;
  width:200px;
  z-index:5;
  color:#E3FF5B;
}
#contact a{
  color:#E3FF5B;
}

h2 {
  font-size:18px;
  font-weight:bold;
  margin: 5px 0 0 0;
}

p {
margin: 8px 0 0 0;
}