body{
	margin: 0 auto;
	padding:0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color:#FFFFFF;
	color: #000;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

a{
color:red;
text-decoration: none;
font-weight: bold;
}

a:hover{
color:#000;
text-decoration: none;
font-weight: bold;
}


#wrapper{
width: 892px;
padding:0;
margin: auto;
background-color: #eeeeee;
}


#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: 11px;
	color: #000000;
}

      html>body #tel{margin: 8px 0 0 317px;}



#buttons{
float:right;
}
  
  #buttons li{
  float: left;
  }
  
  #buttons li a{
	display: block;
	width: 100px;
	padding: 15px 0 17px 0;
	background-color: #DCDC01;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
  }

  #buttons ul{
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
  #buttons li a:hover{
	background-color: #ECEC00;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
  }

#flash{
width: 892px;
float: left;
}


#titlebar{
	width: 892px;
	float: left;
	background-color: #CCCCCC;
	background-image: url(images/titlebar.jpg);
	background-repeat: no-repeat;
}

  #titlebar h1{
	margin: 0;
	padding: 7px;
	color: #000000;
	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: #CCCCCC;
	color: #000000;
}

#footerlinks{
clear:both;
margin: auto;
width: 892px;
}

  #footerlinks li{
  display: inline;
  padding: 0 5px 0 5px;
  }
  
  #footerlinks a{
	color: #333333;
  }
  
  #footerlinks a:hover{
	color: #CCCCCC;
  }
  
  #footerlinks ul{
  padding: 7px 0 0 0;
  list-style: none;
  }
  
  #footer p{
  margin: 0;
  padding: 7px;
  }

