*{margin: 0px; padding: 0px;}  
body{
  margin-top: 0;
  font-family: "times";
  background-color: wheat;
  text-align: left;
}
div.container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
div.header{
  border-bottom: 2px solid #A0A0A0;
  background-image: url(./title.jpg);
  height: 200px;
  text-align: right;
}
div.right{
  text-align: right;
  float: right;
  margin-top: 5px;
  height: 170px;
}
img.right{
  float: right;
  margin-top: 3px;
  border-top: 2px solid #A0A0A0;
  border-right: 2px solid #A0A0A0;
  border-left: 2px solid #A0A0A0;
  height: 165px;
}
div.email{
  background-color: #A0A0A0;
  float: right;
  width: 270px;
  height:25px;
  text-align: right;
  padding-top: 2px;
  padding-right: 2px;
}
a.email{
  color: black;
  text-decoration:none;
}

a.button{
  background-image: url(./button00.gif);
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  width: 150px;
  height: 25px;
  color:black;
  text-decoration:none;
  font-size: 14px;
  text-align: center;
  float: left;
}
a:hover{color: red;}

div.feature{
  margin: 5px;
  border: 1px solid #A0A0A0;
<!--  height: 110px;  -->
}
img.left{
  float: left;
  margin: 3px;
  border: 1px solid #A0A0A0;
}

div.footer{
  padding:0.3em;
  color:white;
  background-color:gray;
  clear:left;
  text-align: center;
}

div.left{
/*  background-color: #00CCFF;  */
  float:left;
  width:160px;
  margin:0;
}

div.content{
  margin-left:160px;
  border-left:1px solid gray;
  border-right:1px solid gray;
  padding-left:1em;
  padding-right:1em;
}

div.gallery{
  border-top:20px solid gray;
  border-left:1px solid gray;
  border-right:1px solid gray;
  padding-left:1em;
  padding-right:1em;
  text-align: center;
}

div.sale{
  margin: 10px;
  border: 1px solid #A0A0A0;
/*  height: 110px; */
  width: 562px; 
}
img.sale{
  margin: 5px;
  border: 1px solid #A0A0A0;
}
img.sale_right{
  margin: 5px;
  border: 1px solid #A0A0A0;
  float: right;
}
img.sale_left{
  margin: 5px;
  border: 1px solid #A0A0A0;
  float: left;
}
p#p1,p#p2,p#p3{
text-indent: 25px;
}
.highlight{
color: #FF00FF;
text-align: center;
}
ul{
  padding-left: 1em;
}

div.sale_text{
   margin-left: 5px;
}

.center{
text-align: center;
}
