body{
margin: 0 auto;
padding:0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:#82ac52;
color: #000;
background-image: url(images/tile.jpg);
background-repeat: repeat-x;
text-align: center;
}

a{
color:#82ac52;
text-decoration: none;
font-weight: bold;
}

a:hover{
color:#fff;
text-decoration: none;
font-weight: bold;
}


#wrapper{
width: 892px;
padding:0;
margin: auto;
background-color: #cddeba;
}


#header{
float: left;
width: 892px;
height: 48px;
margin: 0;
padding: 0;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}


#tel{
float: left;
width: 150px;
margin: 8px 0 0 160px;
text-align: left;
font-size: 12px;
color: #fff;
}

      html>body #tel{margin: 8px 0 0 317px;}




#buttons{
float:right;
}

  #buttons ul{
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
  #buttons li{
  float: left;
  }
  
  #buttons li a{
  display: block;
  width: 80px;
  padding: 15px 0 17px 0;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }
  
  #buttons li a:hover{
  background-color: #cddeba;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  }

#flash{
width: 892px;
float: left;
}


#titlebar{
width: 892px;
float: left;
background-color: #000;
background-image: url(images/titlebar.jpg);
background-repeat: no-repeat;
}

  #titlebar h1{
  margin: 0;
  padding: 7px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  }


#contenthome{
float: left;
width: 650px;
text-align: left;
}

#content{
float: left;
width: 870px;
text-align: left;

}

  #contenthome p, #content p
  {
  margin: 0;
  padding: 7px;
  }
  
  #content img{
  border: none;
  }


#feature{
float: right;
width: 200px;
height: 276px;
margin: 15px 15px 0 0;
background-image: url(images/featurebox.jpg);
background-repeat: no-repeat;
}



#feature #inlineFourth {
	float: left;
  height: auto;
	width: 200px;
	position: relative;
	margin: 35px 0px 0px 0px;
}


#footer{
clear: both;
width: 892px;
background-color: #000;
color: #fff;
}

#footerlinks{
clear:both;
margin: auto;
width: 892px;
}

  #footerlinks li{
  display: inline;
  padding: 0 5px 0 5px;
  }
  
  #footerlinks a{
  color: #fff;
  }
  
  #footerlinks a:hover{
  color: #000;
  }
  
  #footerlinks ul{
  padding: 7px 0 0 0;
  list-style: none;
  }
  
  #footer p{
  margin: 0;
  padding: 7px;
  }
  
h5{
font-size:15px;
color:#000;
font-weight:bold;
background-color: #82ac52;
width: 850px;
padding: 3px 3px 3px 5px;
}