body {
  margin:0px;
  padding:0px;
  padding-bottom:25px;
  color: white;
  background: #FFF;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
  line-height:1.6em;
  border-top: 10px solid #101427;
  scrollbar-base-color: #FFFFFF;
}

img {
  padding:0px;
  margin:0px;
  border:0px;
}

a {
  color:#7E8396;
  text-decoration:underline;
}

a:hover {
  color: #FFFFFF;
  background: #7E8396;
}

h1 {
  font-size:14px;
  font-weight: bold;
}

h2 {
  font-size: 11px;
  font-weight: bold;
}

input {
  background-color: #FDF8E3;
}

#container {
  position:relative;
  width:752px;
  height:762px;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  text-align:center;
  color: black;
}

#top {
  position:absolute;
  top:0px;
  left:0px;
  width:752px;
  height:325px;
  text-align:left;
  background-color: #d4ce6c;
  color: #FFFFFF;
  border: 1px solid #d4ce6c;
}


#leftContent {
  position:absolute;
  top:335px;
  left:0px;
  width: 318px;
  height: 380px;
  padding:10px;
  padding-top:0px;
  text-align:left;
  overflow:auto;
  background-color: #FCFDEC;
  border: 1px solid #F4FAFF;
}

#rightContent {
  position:absolute;
  top:335px;
  left:323px;
  width: 410px;
  height: 380px;
  padding:10px;
  padding-top:0px;
  text-align:left;
  overflow:auto;
  background-color: #FCFDEC;
  border: 1px solid #F4FAFF;
}


#banner {
  display:block;
  float:right;
}

#transparentBanner {
  position:absolute;
  display:block;
  top:0px;
  right:0px;
}


#copyright {
  position:absolute;
  bottom:0px;
  right: 0px;
  text-align:right;
  color: #7E8396;
}


#menu {
  position: absolute;
  bottom: -20px;
  font-weight:700;
  color: white;
}

#menu a {
  color: #7E8396;
  text-decoration:underline;
}

#menu a:hover {
  color: #F4FAFF;
  background: #7E8396;
}

.normal {
  font-weight: normal;
}

ul#toc {
}

ul#toc li {
}

ul#toc a {
  font-weight:bold;
}

#coverPhotoCredit {
  position:absolute;
  top:-15px;
  right: 2px;
  text-align:right;
  font-size: 9px;
}

#coverPhotoCredit a {
  color: #7E8396;
}

#coverPhotoCredit a:hover {
  color: #FFFFFF;
  background: #7E8396;
}

#subscribe {
  background: #FDF8DF;
  padding: 10px;
  margin: 5px 15px 10px 15px;
  text-align:center;
}

#subscribe h2 {
  display:block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  border-bottom: 1px solid #C3A038;
  margin-right: 5px;
  margin-left: 5px;
}


#subscribe p {
  color: #8A7A4B;
}


#freewallpaper {
   position:absolute;
   top:440px;
   left:10px;
   width:100px;
   height:100px;
   /* background-image:url(/graphics/freewallpaper.gif); */
   /* background-position:center left; */
   /* background-repeat:no-repeat; */
}