body { 
	width: 670px;
	margin: 0px;
	padding: 0px;
	background-image:url('lighthouse_01.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 0px;
	scrollbar-base-color: #333333;
	scrollbar-track-color: #666666;
	scrollbar-face-color: #fff;
	}
	

#container { 
	position: absolute;
	width: 765px;
	top: 0px;
	left: 0%;
	text-align: justify;
	height: 800px;
	z-index: 2;
	}
	

#main {
	position: absolute;
	top: 120px;
	left: 32%;
	width: 480px;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}



#left-sidebar {
	position: absolute;
	top: 150px;
	left: 30px;
	font-size: 80%;
	font-weight: bold;
	color:#0e4e79;
	clear: both;
	width: 180px;
   }
   
h1 {
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	color:#0e4e79
}

h2 {
	font-size: 110%;
	text-align: left;
	font-weight: bold;
}

p {
	font-size: small;
	text-align: justify;
}

p.table {
	text-align: center;
	padding-bottom: 15px;
} 

p.table-events {
	text-align: left;
	padding-bottom: 15px;
} 

td.events {
	 padding-bottom: 20px;
}

a:link, a:visited {
	color: #4490b4;
}

a.menu:link    { color:#0e4e79; text-decoration:none; }

a.menu:visited { color:#0e4e79; text-decoration:none; }

a.menu:hover {color:#0e4e79; text-decoration:underline;}

img.leftfloat {
	float: left;
	margin-right: 20px; 
}