body {
   font-family:sans-serif;
   background-color:#fff;	 
   margin-top: 10pt;
   margin-left: 10pt;
   }

.indent1
   {
   padding-left: 25pt;
   padding-right: 20pt;
   }
.indent2
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }
.indent3
   {
   padding-left: 75pt;
   padding-right: 75pt;
   }
.indent4
   {
   padding-left: 100pt;
   padding-right: 100pt;
   }

div.float {
  float: left; 
  padding: 20px;
}
  
div.float p {
   text-align: center;
}		 

div.board {
/*  float: left; */
  width: 272px; 
  padding: 20px;   
  margin: 10px;
  border: 3px #018644 solid;
}
  
div.board p {
   text-align: center;
}		 

div.photos {
  /*float: left;*/
  padding-top: 16px;
  padding-left: 17px;
  padding-right: 16px;
  padding-bottom: 0px;
  background-color:#ddd;
  border: thin solid #000;
  					   
}
  
div.photos p {
   margin-top: 0px;
   margin-bottom: 2px;
   text-align: center;
}


	
	
/* Classic two pane with header */

body {
background-color:#FFFFFF;
font-size:120%;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #0000FF;
}
h1,h2,h3 {
font-family: Times New Roman, Times, serif;
}
h1 {
font-size: 24px;
color: #000000;
}
h2 {
font-size: 18px;
color: #000099;
}	 
h3 {
font-size: 16px;
color: #000000;
}			 
	
fieldset {
border: 0;
}
	
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
}
						 
			
div.weather {
margin-left: 300px;
height: 400px;
}

div.maps {
  margin-left: 400px;
}

div.centercol {
	border: thin solid #fff;
	position:absolute;
	left:205px;
	top:300px;
	width:400px;
	z-index:1
}
	
div#wrapper {
		width: 100%;
		background-color:#FFF;
		margin-top: 0px;
		margin-bottom: 1px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		border: thin solid #fff; /* remove this and destroy the layout??? */
}
div#header {
		margin: 0px;   
		/*margin-left: 7%; */
		text-align: center;
		background: url(../img/banner2.jpg);
		background-color:#FFF;
		background-repeat: no-repeat;		  
		background-postition: top;
		width: 100%;
		max-width: 900px;
		height: 289px;
}					   

div#header a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 289px;
}

div#nav {
		background-color:#FFF;
	    width: 200px;				
		padding: 0px;
		margin-top: 0px;
		margin-right: 5px;
		float: left;
		font-family: monospace; 
		font-size: 12px;
		min-height: 500px;
		border: thin solid #fff; /* remove this and destroy the layout??? */
}					    		

div#main {
		background-color:#FFF;
		margin-top: 0px;
		margin-left: 205px;		
		padding: 0px;
		min-height: 500px;
		/*width: 800px; */
		max-width: 640px;
		border: thin solid #fff; /* remove this and destroy the layout??? */
}							 
div#footer {
		background-color:#FFF;
		background: url(../img/sand.png);
		padding: 2px;  
		margin: 10px;
		border: thin solid #ffffff;	  
		color: #ffffff;
		text-align: center;
		width: 880px;
}				  

div#footer ul li{
color : #000000;
background-color : transparent;
display: inline;
}

div#footer ul li a{
color : #115EAC;
background-color : transparent;
text-decoration : none;
}

div#footer ul li a:hover{
text-decoration : underline;
}


a img {
	border: 0
}

	