body{
margin: 0 auto;
padding:0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:#DEDEDE;
color: #000;
background-image: url(images/tile.jpg);
background-repeat: repeat-x;
text-align: center;
}

a{
color:#051b67;
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: #fff;
}


#header{
float: left;
width: 892px;
height: 48px;
margin: 0;
padding: 0;
background-image: url(images/header1.jpg);
background-repeat: no-repeat;
}


#tel{
float: left;
width: 170px;
margin: 6px 0 0 160px;
text-align: left;
font-size: 11px;
color: #fff;
}

      html>body #tel{margin: 14px 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: #051b67;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }
  
  #buttons li a:hover{
  background-color: #c00000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }

#flash{
width: 892px;
float: left;
}


#titlebar{
width: 892px;
float: left;
background-color: #c00000;
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: 532px;
height: 400px;
text-align: left;
}

#contentimage{
float: right;
width: 340px;
}

#content{
float: left;
text-align: left;
width: 870px;
height:400px;
}

#contentstock{
float: left;
width: 870px;
text-align: left;
}

  #contenthome p, #content p
  {
  margin: 0;
  padding: 7px;
  width: 530px;
  float: left;
  }
  
/*  #contenthome img{
  border: none;
  float: right;
  }*/


#footer{
clear: both;
width: 892px;
background-color: #051b67;
color: #fff;
}

#footerlinks{
clear:both;
margin: auto;
width: 892px;
}

  #footerlinks li{
  display: inline;
  padding: 0 5px 0 5px;
  }
  
  #footerlinks a{
  color: #051b67;
  }
  
  #footerlinks a:hover{
  color: #c00000;
  }
  
  #footerlinks ul{
  padding: 7px 0 0 0;
  list-style: none;
  }
  
  #footer p{
  margin: 0;
  padding: 7px;
  }
