 body {
 background-color:#C0C0C0;
 margin:0px;
 padding:0px;
 font-family:arial;
 }  
 
 #container {
 margin:0px auto;
 width:1010px;
 background-color:white;
 }
 /* HEADER -- HEADER */
 
 #header img {
 width:1010px;
 margin-bottom:0px;
 }

  #headerlinks {
  width:100%;
  height:auto;
  width:auto;
  background-color:#6f1d12;
  margin-bottom:-15px;
  margin-top:-10px;
  }
  
  #headerlinks ul {
  list-style-type:none;
  padding:0px;
  margin-left:50px;
  }
  
  #headerlinks ul li {
  display:inline;
  margin-left:-5px;
  }
  
  #headerlinks ul li a {
  text-decoration:none;
  color:white;
  padding:5px 5px 0px 5px;
  border-left:1px solid white;
  border-right:1px solid white;
  }
  
  
    
  #headerlinks ul li a:hover {
  background-color:#9a2720;
  }
  /* FOOTER -- FOOTER */
  
  #footer {
  position:relative;
  width:100%;
  height:auto;
  }
  
  #footer img {
  width:1010px;
  margin-bottom:-4px;
  margin-top:50px;
  } 
  
  #footer ul {
  list-style-type:none;
  }
  
  #address {
  position:absolute;
  top:100px;
  left:100px;
  
  }
  
  #email {
  position:absolute;
  top:52px;
  left:340px;
  color:white;
  text-align:center;
  }
  
  #email li {
  margin-bottom:6px;
  }
  
  #email a {
  text-decoration:none;
  color:white;
  }
  
  #email a:hover {
  text-decoration:underline;
  }
  
  #address li {
  display:inline;
  color:white;
  }
  
  .border {
  border-left:1px solid white;
  padding-left:3px;
  }
  
 
  /* ONE -- ONE */
  
  #one {
  position:relative;
  width:100%;
  height:260px;
  border:;
  }
  
  #textbox {
  float:left;
  margin:50px 0px 0px 67px;
  height:auto;
  width:300px;
  background-color:#9a2720;
  padding:10px 20px 10px 20px;
  }
  
  #textbox p {
  color:white;
  }
  
  #picbox { 
  float:right;
  }
  
  #picbox img {
  width:480px;
  margin:10px;
  }
  
  /* TWO -- TWO */
  
  #two {
  position:relative;
  width:100%;
  height:500px;
  border:;
  }
  
  #two img {
  width:1000px;
  position:absolute;
  left:0px;
  top:0px;
  }
  
  #two ul {
  position:absolute;
  top:160px;
  left:-10px;
  }
  
  #two ul li {
  width:300px;
  }
  
  #b {
  margin-left:200px;
  }
  
  #c {
  margin-left:400px;
  }
  /* HOUSE -- HOUSE */
  
  #house {
  width:1010px;
  margin-top:-50px;
  }
  
  
  /* Just for info.php */
  
  /* TECHNICAL INFO -- TECHNICAL INFO */
  
  #tech {
  width:1000px;
  background-color:#9a2720;
  height:auto;
  padding:3px 0px 0px 10px;
  margin-top:;
  }
  
  #tech h2 {
  color:white;
  }
  
  #contents {
  position:relative;
  width:1000px;
  height:auto;
  padding:5px;
  margin-top:-19px;
  }
  
  #contents ul {
  width:350px;
  }
  
  #contents ul li {
  margin-bottom:30px;
  }
  
  #contents img {
  position:absolute;
  top:0px;
  right:0px;
  width:550px;
  }
  
  /* RANGE -- RANGE */
  
  #range {
  position:relative;
  margin-top:50px;
  width:1000px;
  background-color:#9a2720;
  height:auto;
  padding:3px 0px 0px 10px;
  }
  
  #range h2 {
  color:white;
  }
  
  #contents2 {
  position:relative;
  width:1000px;
  padding:5px;
  height:700px;
  }
  
  #left {
  float:left;
  width:49%;
  height:auto;
  margin-left:50px;
  }
  
  #leftimg {
  width:100%;
  }
  
  .table {
  width:300px;
  }
  
  #left .table {
  margin-top:30px;
  }
  
  #right {
  height:auto;
  float:right;
  margin-right:50px;
  }
  
  /* !!!!!!!!!!!!!!!!!! */