body{
	font-family: Arial,Serif;
	background-position:top center; 
	background-repeat:repeat-y; 
	background-color: #000; 
	}
	
a{
	color: #9b4400;
	text-decoration:none;
	}

a:hover{
	color: #f90;
	text-decoration:none;
	}
	
a img{
	border: 2px solid #000;
	}
	
a:hover img{
	border: 2px solid #f90;
	}
	
a.blackbox{
	padding:5px;	
	background-color: #000;
	color: #f7f44f;
	border: 2px solid #000;
	}
	
a.blackbox:hover{
	color: #000;
	background-color: #f7f44f;
	}
	
p{
	margin:5px;
	padding-top: 5px;
	}
	
h2{
	font-size:1.4em;
	font-weight:bold;
	}
h3{
	font-size: 1.2em;
	font-weight: normal;
	}
	
ul.sidenav li{
	background-color:#000;
	margin: 6px 14px 6px 14px;
	padding: 6px;
	text-align:center;
	}
	
ul.sidenav li a{
	color: #FF0;
	text-decoration: none;
	}
	
ul.sidenav li a:hover{
	color: #F90
	}
	
#mapContainer { 
  	height: 280px; 
  	width: 240px; 
	} 
	
strong{
	font-weight: bold;
	}
	
table th, table td{
	padding: 4px;
	text-align: center;
}
	
table.listings {
	width: 90%;
	border: 1px solid #000;
	}
	
table.listings th{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #000;
	background-color:#000;
	color: #f7f44f;
	}
	
table.listings td{
	padding: 4px;
	border: none;
	text-align: center;
	background-color: #fcfab1;
	}
	
.contentbox{
	background-color:#fcfab1; 
	border: 2px solid #000; 
	margin:10px; 
	padding:10px;
	}

#bd{
	background-color:#f7f44f;
	}
	
#hd{
	background: #f7f44f url('images/background_lighthouse.jpg') repeat-x;
	border-right:2px solid #f7f44f;
	}
	
#ft{
	padding:5px;
	background-color:#f7f44f;
	text-align:right;
	}
