body {
  margin: 0;
  padding: 0;
  background: #000099 url(images/back.png) repeat-x scroll center top;
  font-family: verdana,arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 8pt;
  line-height: 13pt;
  font-size-adjust: none;
  font-stretch: normal;
}
#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 800px;
  text-align: left;
}
#top {
  background: transparent url(images/bgtop.png) no-repeat scroll center top;
  width: 800px;
  height: 78px;
}
#content {
  padding: 0px 17px;
  background: transparent url(images/bgmiddle.png) repeat-y scroll center;
  width: 766px;
  height: 100%;
}
#header {
  margin: 0px 0px 10px;
  padding: 60px 0px 0px 20px;
  background: transparent url(images/header.png) no-repeat scroll center top;
  width: 746px;
  height: 120px;
  color: white;
  font-size: 50px;
}
#menu {
  width: 200px;
  height: 100%;
  margin-left: 10px;
  float: left;
  text-align: left;
}
#menu li a {
  voice-family: inherit;
  height: 29px;
  text-decoration: none;
  text-align: left;
}
#menu li a:link, #menu li a:visited {
  padding: 8px 0 0 10px;
  background: transparent url(images/off.png) no-repeat scroll center top;
  color: navy;
  display: block;
  height: 29px;
  text-align: left;
}
#menu li a:hover {
  padding: 8px 0 0 10px;
  background: transparent url(images/on.png) no-repeat scroll center top;
  color: blue;
  height: 29px;
  text-align: left;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: left;
}
#stuff {
  border:  none;
  margin: 0px 0px 0px 220px;
  background: transparent url(images/texttop.png) no-repeat scroll left top;
  width: 520px;
  padding-top: 55px;
}
img {
  border:  none;
}
#bottom {
  background: transparent url(images/bgbottom.png) no-repeat scroll center bottom;
  width: 800px;
  height: 50px;
}
