HTML {
  height: 100%;
}
BODY {
  margin: 0;
  padding: 0;
     font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
  font-size: 12px;
  color: #000000;
  height: 100%;
  text-align: center;

 

      line-height: 18px;

  background: #c7c1b1 url(bgr.jpg) repeat-x left top;
}
#container {
  position: relative;
  top: 0px;
  width: 960px;
  height: 300px;
  margin: 0px auto;
  text-align: left;
  background: url(content.gif) repeat-y left top;    
  z-index: 10;  
}

#search{
  position: absolute;
  top: 0px;
  left: 708px;
  width: 224px;
  height: 40px;  
  background: url(search.gif) no-repeat;  
}
#top{
  position: absolute;
  top: 98px;
  left: 252px;
  width: 680px;
  height: 80px;  
  text-align: right;
}
#logo{
  position: absolute;
  top: 35px;
  left: 36px;
  width: 182px;
  height: 150px;  
}
.content {
  position: absolute;
  width: 960px;  
  top: 200px;
  left: 0px;  
  text-align: left;    
  background: url(content.gif) repeat-y left top;
       margin-bottom: 40px;      
}
#menu {
  margin: 0px 0px 5px 25px;
  text-align: left;
  width: 200px;  

}
#left {
  margin: 0px 0px 20px 25px;
  text-align: left;
  width: 200px;  
float: left;
}
#border {
  display:inline;
float:left;
  width: 705px;
  margin: 0px 0px 0px 4px;
  padding:0px;
  text-align: left;
}
#center {
  width: 690px;
  margin: 0px 0px 20px 20px;

  text-align: left;
}
#right{
  display: none;
}
.home #center {
  width: 420px;
  margin: 0px 20px 20px 20px;
  text-align: left;
}
.home #right {
  display: block;
  width: 250px;
  text-align: left;  
}
#bottom{
  width:910px;
  text-align: center;  
  margin-left: 25px;
}
#footer{
  width: 910px;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  background: #c7c1b1 url(footer.gif) no-repeat center top;  
  text-align: center;
  padding: 10px 25px 10px 25px;  
}
#bottombox{
  width: 960px;
  height: 35px;  
  background: url(bottom.jpg) no-repeat center top;  
}