/* CSS Document */

body{
  background: #425a02 url(images/bg.png) repeat-x;
  font-family: georgia, "times new roman";
  padding:5px 0 0 0;
  margin:0;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.iefix{
  text-align: center
}

.clear{
  clear:both;
}

.emphasis{
  font-weight: bold;
  font-size: 16px;
  color: #b83312;
}

.emphasistwo{
  font-style: italic;
  font-weight: bold;
}

.middle{
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.centertext{
  text-align:center;
  color: #b83312;
}


h1{
  font-style: italic;
  font-size: 20px;
  color: #46611e;
}

h2{
  font-size: 18px;
  color: #46611e;
}

h3{
  font-size: 16px;
}

ul{
list-style-image:url("images/check.png");
list-style-type:square;
}   

li{
  font-size: 15px;
  font-weight: normal;
  color: #000;
}

p{
font-weight: normal;
font-size: 15px;
color: #000;
}

p.quote {
  font-style: italic;
}

blockquote{
  background: #e7e7e7;
  border: 1px dashed #959595;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  color: #000000;
}

#main_wrapper{
  text-align: left;
  margin: 0;
  padding: 0;
}

#header{
  overflow: hidden;
  background: #ffffff repeat-x scroll left top;
  height: 180px;
  margin: 0;
  padding: 0;
  border-bottom: 5px solid #425a02;
}

*html #header{
* overflow: visible;
*}

#logo{
  background: url(images/logobg.png) no-repeat;
  float:left;
  width: 433px;
  height: 163px;
}

*html #logo{
padding-left: 50px;
}


#logo h1{
  width: 70%;
  font-size: 40px;
  color: #fff;
  line-height: 90%;
  margin: 30px auto;
}

#logo h1 a{
  text-decoration: none;
  color: #ffffff;
}

#header_image{
  background: url(images/healthy-diet.png) no-repeat top right;
  right: 0;
  width: 460px;
  height: 240px;
  position: absolute;
}


#content{
  width: 80%;
  margin: 5px auto;
  background: #ffffff;
  padding: 10px;
  border: 5px solid #425a02;
}

.left{
  float:left;
  width: 75%;
  padding: 5px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

.right{
  float: left;
  width: 22%;
  padding: 5px;
  margin-top:0px;
  text-align:center;
}

.right .quote{
  font-style: italic;
  font-size: 11px;
}

.right blockquote{
 background: #e7e7e7;
  border: 1px dashed #959595;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  color: #000000;
}


.middle_content{
  width: 99%;
  padding: 0px 5px;
  margin-top: -40px;
  text-align: left;
  z-index: 100;
}

.bottom_wrapper{
  margin: -10px auto;
  width: 80%;
}

.left_bottom{
  vertical-align:bottom;
  margin-bottom: 5px;
  width: 32%;
  float: left;
  text-align: center;
  padding-right: 20px;
}

.right_bottom{
  margin-bottom: 5px;
  width: 60%;
  float: right;
  background: #e7e7e7;
  padding: 10px;
  border: 1px dashed #959595;
  text-align: left;
}

#bottom_content{
 width: 80%;
 margin: -50px auto;
}

.bottomleft{
  float:left;
  width: 45%;
  padding: 20px;
  text-align:center;
  margin-top: -30px;
}

#footer{
  color: #fff;
  text-align: right;
  font-size: 10px;
  position: absolute;
  margin-top: 10px;
  right: 120px;
  font-style: normal;
}
#footer ul{
  list-style: none;
}

#footer li{
  display: inline;
  font-style: normal;
}

#footer li a{
  color: #fff;
  font-size: 12px;
  padding: 5px;
  font-style: normal;
}