body {
  margin: 0;
  padding: 0;
  background: #f0f0b9 url(images/back2.png) repeat-x scroll center top;
  font: normal 1em verdana, arial,sans-serif;
  line-height:120%
}
#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: 77px;
}
#content {
  padding: 0px 17px;
  background: transparent url(images/bgmiddle.png) repeat-y scroll center;
  width: 766px;
  height: 100%;
padding: 0px 17px 0px 17px;
}
#header {
  margin: 0px 0px 0px 10px;
  padding: 10px 0px 0px 10px;
  background: #ffffff url(images/header2.png) no-repeat scroll center top;
  font-weight: bold;
  font-family: Times,serif;
  width: 741px;
  height: 100px;
  text-align: center;
  color: #000099;
  font-size: 28px;
  text-shadow : gray 1px 2px 2px
}
#menu {
  margin-left: 10px;
  float: left;
  padding-top: 10px;
  text-align: left;
  height: 100%;
  width: 200px;
}
#image {
  -moz-box-shadow: 5px 5px 5px #888;
  -webkit-box-shadow: 5px 5px 5px #888;
  box-shadow: 5px 5px 5px #888;
} 
#menu li a {
  height: 29px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  text-align: left;
  text-decoration: none;
}
#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;
  height: 29px;
  display: block;
  text-align: left;
}
#menu li a:hover {
  padding: 8px 0 0 10px;
  background: transparent url(images/on.png) no-repeat scroll center top;
  color: Navy;
  text-align: left;
  height: 29px;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: left;
  font-size: 15px;
}
#stuff {
  border:  none;
  margin: 0px 0px 0px 220px;
  padding: 10px;
  background: #e2fbff url(images/texttop2.png) no-repeat scroll left top;
  width: 515px;
}
h1 {
  text-align:center;
  font-style:italic;
  color:navy;
  font-size:1.2em;
  line-height:120%
}
h2 {
  text-align:left;
  color:navy;
  font-size:1.1em;
  line-height:120%
}
p {
  font: normal 1em verdana, arial,sans-serif;
}
img {
  border:  none;
}
#bottom {
  background: url(images/bgbottom.png) bottom center no-repeat; 
  width: 800px;
  height: 50px;
}
