body {
  font-size: small;
  margin: 0;
  padding: 5px 0 0 5px;
  font-family: Verdana, tahoma, "Trebuchet MS", arial, helvetica, sans-serif;
  background-image: url(../images/seashellbackground.jpg);  
  background-repeat: repeat;
  }

#header {
  margin: 0;
  background-image: url(../images/seashellbackground.jpg); 
  background-repeat: repeat;
  }
#header h1 {
  font-size: 130%;
  margin: 0;
  padding: 0;
  color: #111;
  }
.style6 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px; 
  font-weight: bold;
  }
.style22 {
  font-family: Verdana,Arial,Helvetica,sans-serif; 
  font-size: 16px; 
  font-weight: bold; 
  color: #ff0000;
  }
.stlye23 {
color:#FFFF33;
}
.style25 {
  color: #FFFF33;
   }
.style26 {
  color: #FF6600; 
   }
.style27 {
  color: #FF0000; 
   }
a {color: navy; }
 	
#nav {
  float: left;  /* stretch horizontally */
  width: 100%;
  margin: 0;
  padding: 10px 0 4px 0;  /* fourth no. move left. first no. moves down */
  max-width: 1200px;
  min-width: 640px;
  list-style: none;      /* prevent bullets */
  background:  url(../images/nav_bg.gif) repeat-x bottom left; /* behind tabs #f2f2f2 */ 
  }
#nav li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 100%;  /* html <body> small  */
  }
#nav a {
  float: left;
  display: block;
  margin: 0 3px 0 0; /* spacing between the tabs, 5px */
  padding: 2px 10px;
  color: #333;
  text-decoration: none;
  border: 2px solid #9B8748;  /* 2px border around tab */
  border-bottom: thin solid #FFF;         /* under tabs */ 
  background: #F9E9A9 url(../images/off.gif) repeat-x top left;
  }

/* the end of the tabs  */

#wrap {
  max-width: 1200px;
  min-width: 640px;
  }

/* Hide from IE5/Mac \*/
#footer { 
  height: 1%;
  clear: both;  
  background: #cdcdcd;
  }
/* End Hide from IE5/Mac */
