body {
  background: Black;
  font-family: Tahoma;
  font-size: 14px;
  color: #000000;
}
a {
  color: #CC0000;
  text-decoration: none;
}
h1 {
  color: #6666ee;
  font-size: 16px;
}
td {
  font-size: 14px;
}
div.titlebox {
  height: 155px;
  width: 100%;
  border: none;
  background-color: Black;
}
div.menubox {
  height: 240px;
  width: 100px;
  border: none;
}
div.loginbox {
  color: #dd00dd;
  height: 75px;
  width: 15%;
  border: none;
  color: #DD9900;
}
div.contentbox {
  height: 75%;
  width: 70%;
  border: none;
  color: #DD9900;
}
div.content {
  color: #000000;
}
div.postbox {
  width: 85%;
  border: groove;
}
div.adbox {
  height: 600px;
  width: 160px;
  border: none;
}
div.GMapEZ {
  width: 800px; 
  height: 600px;
  border: none;
}
IMG.titlepic {
  display: block;
  margin-left: 0px;
  margin-right: auto;
}
IMG.logo {
  display: block;
  margin-left: auto;
  margin-right: 0px;
}
#contentpicture {
  float:right;
}
#titlebox {
  position:absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#menubox {
  position:absolute;
  top: 170px;
  left: 10px;
  z-index: 1;
}
#loginbox {
  position:absolute;
  top: 420px;
  left: 10px;
  z-index: 1;
}
#contentbox {
  position:absolute;
  top: 200px;
  right: 10px;
}
#postbox {
  float:left;
  position:relative
  height: 100%;
}
#adbox {
  position:absolute;
  top: 350px;
  right: 10px;
}
#GMapEZ {
  position:relative;
}
