body {
  margin: 0;
  padding: 10px;
  background-color: #00001e;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
  font-size: 12px;
}
#wrapper {
  margin: 0 auto;
  width: 800px;
}
#top {
  background: #2f2000 url(images/topbar.png) no-repeat scroll center top;
  width: 800px;
  height: 50px;
}
#header {
  padding: 50px 0px 0px 250px;
  background: transparent url(images/header.png) no-repeat scroll center top;
  width: 550px;
  height: 100px;
  color: white;
  font-size: 24px;
}
#contentwrapper {
  margin: 0 auto;
  padding: 5px 5px 100px;
  background-color: black;
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: center top;
  width: 790px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
}
#menu {
  margin: 0px;
  width: 200px;
  height: 20px;
  float: left;
}
#menu li a {
  voice-family: inherit;
  height: 27px;
  text-decoration: none;
  font-weight: bold;
}
#menu li a:link, #menu li a:visited {
  padding: 8px 0 0 10px;
  background: transparent url(images/off.png) repeat scroll 0% 50%;
  color: #ffff00;
  display: block;
  height: 27px;
}
#menu li a:hover {
  padding: 8px 0 0 10px;
  background: transparent url(images/on.png) repeat scroll 0% 50%;
  color: #0a2441;
  height: 27px;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#content {
  margin: 3px 10px 10px 210px;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  background-color: #666666;
  height: 480px;
  width: 550px;
  font-size: 14px;
  padding-right: 5px;
  padding-left: 5px;
}
img {
  border:  none;
}
p {
  background: transparent url(images/paragraph.png) repeat-y scroll left top;
  padding-left: 20px;
}
#bottom {
  padding: 15px 0px 0px 100px;
  background: #2f2000 url(images/bottom.png) no-repeat scroll center bottom;
  width: 700px;
  height: 35px;
  color: white;
}
#bottom a:link, #bottom a:visited {
  color: #ffffff;
}
#bottom a:hover {
  color: Yellow;
}
