html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background: url("../graphics/bg.gif") #CCCCCC;
  font-family: verdana, arial, helvetica, sans-serif;
  }
html>body #base {
  height: auto;
  }

#base {
  position: relative;
  min-height: 100%;
  height: 50%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
  }

#footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 20px;
  background-color: #BFBFBF;
/*  border-top: 1px solid #8494C5; */
  }

#head {
  position: relative;
  height: 57px;
  background: url("../graphics/bg_head.gif") #00255C;
  color: #FFFFFF;
  }

#logo {
  position: absolute;
  top: 10px;
  left: 10px;
  }

#grey {
  position: absolute;
  left: 0px;
  }

#email {
  position: absolute;
  top: 10px;
  right: 10px;
  }

#content {
  color: #FFFFFF;
  padding: 20px 50px 25px 180px;
  }

#address {
  position: absolute;
  bottom: 30px;
  padding-left: 5px;
  width: 145px;
  color: #BFBFBF;
  font-size: x-small;
  }

#nav {
  position: absolute;
  top: 73px;
  color: #FFFFFF;
  background-color: #00255C;
  }

#content a {
  color: #FFFFFF;
  }
  
