* {margin:0px auto;}

/**************************BODY**************************/
body {
  text-align:center;
  font-family: Arial, Verdana, Helvetica; 
  font-size: 11pt; 
  color: #000000; 
  font-weight: normal; 
  font-style: normal; 
  text-decoration: none;
  background:url('img/bg1.gif');
  }

/**************************LINKS**************************/
A:         { color: #215b5e; text-decoration: underline;}
A:link     { color: #215b5e; text-decoration: underline;}
A:visited  { color: #094447; text-decoration: underline;}
A:hover    { color: #089198; text-decoration: underline;}


/**************************HEADERS/CLASSES**************************/
h1 {
  font-size: 16pt;
  font-weight: normal;
  color: #215b5e;
  margin-top: 15px;
  }

h2 {
  font-size: 14pt;
  font-weight: normal;
  color: #215b5e;
  margin-top: 10px;
  }

h3 {
  font-size: 12pt;
  font-weight: normal;
  font-style: italic;
  color: #4d2f0c;
  margin-top: 5px;
  }

h4 {
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  color: #094447;
  margin: 5px;
  }

h5 {
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  color: #4d2f0c;
  margin: 5px;
  }

p {
  margin-bottom: 10px;
  }

ul {
  list-style-type: disc;
  }
            
li {
  padding-bottom: 10px;
  }
  
.shortbr {
  line-height:3px;
  }

.navbutton {
  padding-bottom:3px;
  }

.trailer {
  font-size: 10pt;
  color: #6b4519;
  }


/**************************DIVS**************************/
#bodywrapper {
  position: relative;
  width: 775px;  
  margin: 0px auto;
  }

#ss_img {
  filter:progid:DXImageTransform.Microsoft.Fade();
  border:none;
  }

#ss_text {
  }

.imgthumb {
  background-color:#3c2a14;
  border-style:solid;
  margin:3px;
  padding:1px;
  }
  
#imgthumbcontainer, #imgthumbcontainer2 {
  width:750px; 
  text-align:center; 
  padding:0px;
  border-style:ridge;
  border-width:4px;
  border-color:#03676d;
  background-color:#e8edeb;
  height:150px;
  overflow-y:hidden;
  overflow-x:auto;
  white-space:nowrap; 
  }

#headerarea {
  position: relative;
  margin: 0px auto;
  background-image:url('img/stb_hdr1.gif');
  width:622px;
  height:200px;
  }
  
#footerarea {
  position: relative;
  margin: 0px auto;
  padding: 3px;
  }
  

