body {
  text-align:center;
  font-size:10pt;
  font-weight:bold;
  font-family:Tahoma, Arial, sans-serif;
}

div.page {
  width:770px;
  height:500px;
  border-width:10px;
  border-style:none;
  border-color:black;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

div.header {
  position:relative;
  float:left;
}

div.buttons {
  position:relative;
  float:left;
  margin-left:1px;
  height:370px;
}

div.home {
  position:relative;
}

div.about {
  position:relative;
}

div.products {
  position:relative;
}

div.location {
  position:relative;
}

div.contact {
  position:relative;
}

div.main {
  position:relative;
  float:right;
  width:550px;
  height:370px;
  background-image:url(main_box.gif);
  background-repeat:no-repeat;
}

div.scrollbox {
  position:relative;
  right:6px;
  width:510px;
  height:325px;
  margin-top:15px;
  margin-bottom:5px;
  overflow:scroll;
  padding-right:6px;
  padding-left:4px;
  margin-left:auto;
  margin-right:auto;
  text-align:justify
}

div.visiblebox {
  position:relative;
  right:3px;
  width:510px;
  height:325px;
  margin-top:15px;
  margin-bottom:5px;
  overflow:visible;
  padding-right:4px;
  margin-left:auto;
  margin-right:auto;
}

div.footer {
  position:relative;
  padding-left:10px;
  float:left;
  font-family:Arial, sans-serif;
  font-size:10pt;
  font-weight:lighter;
}

h1 {
  font-size:20pt;
  font-family:Eurostile, Arial, sans-serif;
  font-weight:bold;
}

div.padded {
  padding: 10px;
}

div.logo {
  position:relative;
  text-align:left;
  padding-left:10px;
}
  

  

