body {
  background-color: silver;
  margin: 0 auto;
  text-align: left;
}
#background{
  width: 100%;
  height: 450px;
  margin: 0 auto;
  background-color: #FF3333;
  text-align: center;
}
#wrapper {
  background-image: url(images/tile.gif);
  width: 588px;
  margin: 0 auto;
  text-align: left;
  border-left: gray 10px solid;
  border-bottom: gray 10px solid;
  border-right: gray 10px solid;
  padding-bottom: 35px;
}
#header {
  display: block;
  margin: 0 auto;
  text-align: left;
  height: 164px;
}
#logo {
  border-style: none;
  border-bottom: 2px #CCCCCC solid;
  float: left;
  width: 200px;
  height: 122px;
}
#banner {
  border-left: 2px #CCCCCC solid;
  border-right: 2px #CCCCCC solid;
  border-bottom: 2px #CCCCCC solid;
  float: left;
  position: relative;
  width: 200px;
  height: 122px;
}
#menu {
  border-bottom: 2px #CCCCCC solid;
  float: left;
  position: relative;
  width: 184px;
  height: 122px;
}

.cssnav	{
  position:relative;
  font-family: Monaco,"Bitstream Vera Sans Mono","Lucida Console",Terminal,monospace;
  background-image:  url(images/overbtn.jpg);
  background-repeat: no-repeat;
  white-space: nowrap;
  display: block;
  width: 184px;
  height: 31px;
  margin: 0; 
  padding: 0;
}
.cssnav a {
  display: block;
  font-size: large;
  font-weight: regular;
  color: Midnightblue;
  width: 184px;
  height: 31px;
  display: block;
  float: left; 
  text-decoration: none;
}
.cssnav span {
  line-height: 30px;
  position: absolute;
  left: 30px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  width: 120px;
  height: 25px;
  text-align: center;
}

.cssnav img {width: 184px; height: 31px; border: 0;}
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

#main {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border: 1px red dotted;
  width: 93%;
  background-image: url(images/transtile.gif);
  text-align: left;
  font-family: Monaco,"Bitstream Vera Sans Mono","Lucida Console",Terminal,monospace;
  color: MidnightBlue;
  font-size: medium;
}

#footer {
  font-size: x-small;
  font-family: Monaco,"Bitstream Vera Sans Mono","Lucida Console",Terminal,monospace;
  color: blue;
  text-align: center;
}

h2 {
  font-size: 20px;
  font-family: "Lucida Sans",Arial,Helvetica;
  color: blue;
}

h1{
  font-size: 16px;
  font-weight: bold;
  font-family: "Lucida Sans",Arial,Helvetica;
  color: blue;
}

h0 {
  font-family: "Lucida Sans",Arial,Helvetica;
  color: MidnightBlue;
  font-size: 13px;
  font-weight: normal;
  display: block;
}