body{
font-size: 12pt;
background-color: black;
padding: 0px;
}

a:link{color: #FFCC66;}
a:visited{color: #990000;}

#wrapper {
   position: relative;
   background-color: black;
   margin : 0 auto;
   width: 900px;
   height: 700px;
}

#innerpic {
   background-image: url(./images/background.jpg);
   background-repeat: no-repeat;
   width: 800px;
   height: 611px;
   margin-left: 50px;
}

#topleftbox {
   position: absolute;
   width: 195px;
   top: 160px;
   left: 10px
}

#midbox {
   position: absolute;
   top: 120px;
   left: 350px;
   width: 180px;
}

#toprightbox {
   position: absolute;
   top: 10px;
   right: 10px;
   width: 175px;
}

#topleftmenu {
  background-image: url(./images/2bg2mid.jpg);
   background-repeat: repeat-y;
}

#toprightmenu {
  background-image: url(./images/3bgmid.jpg);
   background-repeat: repeat-y;
}

.midmenu {
   background-color: transparent;
   font-size: 16pt;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.midmenu li {
   list-style: none;
   text-align: left;
}

.midmenu a:link {color: #000000}

#botrightbox {
   position: absolute;
   right: 10px;
   bottom: 10px;
   width: 375px;
}

/* bottom right text box */
#botrightfull{
   float: right;
}

#botrighttxt {
  background-image: url(./images/2mbgmid_txt.jpg);
  background-repeat: repeat-y;
}

.botrightfulltxt {
  color: #FFCC66;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  line-height: "normal";
   margin-left: 6px;
}

/* bottom right menu */
#botrightmenu {
  background-image: url(./images/2mbgmid.jpg);
  background-repeat: no-repeat;
}

#botrightmenuleft {
   background-color: transparent;
   float: left;
   width: 180px;
   margin-left: 5px;
}

#botrightmenuright{
   background-color: transparent;
   float: right;
   width: 180px;
   margin-right: 5px;
}

.botrightmenutxt {
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: "normal";
}

.botrightmenutxt p {
   color: #ffffff;
   margin-top: 0;
   margin-bottom: 0;
   }

.botrightmenutxt h1 {
   color: #FFCC66;
   font-size: 12pt;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: 0;
}

.botrightmenutxt h2 {
  color: #FFCC66;
   font-size: 10pt;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: 0;
}

.botrightmenutxt a {
   color: #ffffff;
   font-weight: normal;
   }

/* bottom left menu */
#botleftbox {
   position: absolute;
   left: 10px;
   bottom: 10px;
   width: 340px;
}

#botleftmenu {
  background-image: url(./images/3botmid.jpg);
   background-repeat: repeat-y;
}

/* other */
.more p {
   text-align: right;
}

.more a {
   color: #FFCC66;
   margin-top: 0;
   margin-bottom: 0;
   text-decoration: none;
   text-align: right;
}



.clear {
clear : both;
}

.nonmenutxt {
  color: #FFCC66;
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: "normal";
  margin-left: 11px;
  margin-right: 8px;
}

.menutxt {
  color: #FFCC66;
  font-size: 12pt;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: "normal";
}

.menutxt li {
   list-style: none;
   text-indent: -20px;
  margin-top: 0;
  margin-bottom: 0;
}

.menutxt ul {
   margin-top: 0;
  margin-bottom: 0;
}

/* Book Forms */
#form {
color: #ffffff;
}