﻿body {
  text-align: center;
	font-family: Verdana;
	margin: 0;
}

.heading {
  width: 780px; 
  margin: auto; 
}

.container {
  background-color:#ccffcc;
  width: 780px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;

}

.container2 {
  background-color:#ccffcc;
  width: 1050px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;


}


#logohead {float:left;
           border-style: solid; border-width: thin; border-color:#000099; 
}

.thead {color: #000099; font-family: arial; font-size: 20pt; font-weight: bold;}

#menu0 {width: 672px; background-color:#000099; float:left;}

#coastmenu {width: 780px; float:left; text-align: center; line-height: 50px; vertical-align: middle;}

#pmain {width: 780px;}

#pmainw {  background-color:#ccffcc; width: 1050px;}

#subhead {width: 750px; font-weight: bold; line-height: 50px; vertical-align: middle;}

#pgallery {width: 750px;}

.footer { background-color:#CCCCFF;
          font-size: x-small;
          position: relative;
          margin-top: 0px;
          text-align: center;
          clear: both;
	  padding-bottom: 5px;
	  padding-left: 10px;
	  padding-right: 10px;
          padding-top: 5px;
}
img {border:0px; margin:0px; padding:0px; }

a { text-decoration: underline;
  }

a:link {
         color: #000099;
       }

a:visited {
         color: #990000;
       }

a:hover {
         color: #009900;
         }

a:active {
         color: #009900;
       }

