


body { 
  
  margin: 0px 0px; 

  text-align: center;

  font-size: small;

  }





* html body {

  font-size: x-small; /* for IE5/Win */

  f\ont-size: small; /* for other IE versions */

  }




a img {border:none;}




a {

  color: white;

  }






#Content {

  position: relative;

  width: 700px;

  margin: 0px auto;

  padding: 0px;

  }




#IndexContent {

  position: relative;

  width: 900px;

  margin: 0px auto;

  padding: 0px;

  }




#Header {

  position: relative;

  height: auto;

  width: 700px;

  text-align: center;

  }





#BannerPad {

  position: relative;

  top: 50px;

} 





#MidContent {

  position: relative;

  background-color: rgba(51,36,36,0.6);

  height: auto;

  width: 700px;

  text-align: center;

  padding: 0px;

  }






#MarineMidContent {

  position: relative;

  background-color: rgba(248,0,0,0.4);

  height: auto;

  width: 700px;

  text-align: center;

  padding: 0px;

  }
  
  
  
  
#Footer {

 position: relative;
 
 background-color: rgba(51,36,36,0.7);

 height: 81px;

 width: 700px;

 text-align: center;

 padding: 0px;

 }


  

#MarineFooter {

  position: relative;

  background-color: rgba(176,0,0,0.7);

  height: 81px;

  width: 700px;

  text-align: center;

  padding: 0px;

  }




#CopyrightPad { 

  position: relative;
  
  top: 13px;

 }




h2 { 

  color: #F8F8FF;

  font-size: 170%;

  font-weight: bold;

  padding: 2px;

 }





p { 


  font-family: Georgia, "Times New Roman", Times, serif;

  color: #F8F8FF;

  font-size: 120%;

  line-height: 130%;

  margin: 4px 20px 4px 20px;

  padding: 4px;

  text-align: justify;

}




p.member {

         font-size: 15px;

         font-weight: bold;

         color: #F8F8FF;   

         text-align: center;

         font-family: Georgia, "Times New Roman", Times, serif;

}




p.label {

         font-size: 13px;

         font-weight: bold;

         color: #F8F8FF;   

         text-align: center;

         font-family: Georgia, "Times New Roman", Times, serif;

}




p.review { 

  font-family: Georgia, "Times New Roman", Times, serif;

  color: #F8F8FF;
  
  font-size: 120%;

  line-height: 130%;

  margin: 4px 70px 4px 70px;

  padding: 4px;

  text-align: center;

}






p.caption {   

  font-family: Georgia, "Times New Roman", Times, serif;

  color: #F8F8FF;

  font-size: 15px;

  text-align: center;

 }




#Preload { visibility: hidden; } 



#navigation {
position: fixed;
bottom: 0;
width: 100%;
color: #ffffff;
height: 28px;
text-align: center;
padding-top: 9px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 8px 0px #000000;
-moz-box-shadow: 0px 0px 8px 0px #000000;
box-shadow: 0px 0px 8px 0px #000000;
/* Adds the transparent background */
background-color: rgba(1, 1, 1, 0.9);
color: rgba(1, 1, 1, 0.9);
}
#navigation a {
font-size: 18px;
padding-left: 9px;
padding-right: 9px;
color: white;
text-decoration: none;
}

#navigation a:hover {
color: grey;
} 

  