body {
  background-image: url('_images/index_bg.jpg');
  margin: 0 auto;
  padding: 0 auto;
  border: 0 auto;
  text-align: center;
}

#container {
  width: 760px;
  border: solid;
  height: 710px;
  background-color: white;
  margin: 0 auto;
  padding: 0 auto;
  border: 0 auto;
  margin-top: 6%;
  border-bottom: none;
  margin-bottom: 75px;
}

#header {
  float: left;
  width: 760px;
  height: 109px;
  background-image: url('_images/index_00.png');
  background-repeat: no-repeat;
  border-bottom: solid;
  border-width: 2px;
}

#bodycontainer {
  float: left;
  font-family: 'tahoma';
  font-size: 10pt;
  color: #404040;
  text-align: left;
  padding-top: 10px;
}

h1, h2, #contactdetails, #hidtext, #locationtext, #contenttext {display: none;}

#scrollbox {
  float: left;
  margin-left: 5px;
  padding: 0;
  padding-right: 10px;
  width: 325px; 
}

#navigation {
  float: left;
  background-color: ;
  font-family: arial;
  font-size: 14pt;
  margin-top: 82px;
}

#button1, #button2, #button3, #button4 {
  float: left; 
  width: 95px;
}

#navigation a {
  text-decoration: none;
  color: black;
}

#navigation a:hover {
  color: yellow;
}

#address {
  float: left;
  margin-top: 8px;
}

#contacts {
  float: right;
  margin-right: 15px;
  margin-top: 8px;
  text-align: right;
  font-weight: bold;
}

#contacts a {
  text-decoration: none;
  color: #404040;
}

#contacts a:hover {color: blue;}

#footer { 
  float: left;
  width: 748px;
  height: 45px;
  border: solid;
  background-color: white;
  border-top: none;
  margin-left: -3px;
  margin-top: 20px;
  border-color: black;
  padding-left: 12px;
  background-image: url('_images/bottom.jpg');
  background-repeat: no-repeat;
}