
/* global styles */

html, body, * {
	font-family: tahoma;
	font-size: 13px
	margin:none;
	padding:0px;
	}

a {
	text-decoration:none;
	color:#007cd4;
	font-weight:bold;
	}
a:hover {
	font-weight:bold;
	color:#ffb600;
	}
a:visited {
	
	}

.hul {
	list-style-type:none;
	}
ul {
	list-style-type:square;
	}

h1 {
	font-size:24px;
	}
h2 {
	font-size:16px;
	}

.lblue {
	color:#0270a5;
	}
.dblue {
	color:#008fd4;
	}

/* layout styles */

#box {
	position:absolute;
	top:0px;
	left:0px;
	background:url(images/lighthouse_banner.png) 0 0 no-repeat;
	}

#header {
	position:relative;
	top:13px;
	}

.sidebar {
	position:absolute; 
	top:125px; 
	left:15px;
	width:185px; 
	max-height:575px;
	background:#C1E0EA; 
	color:#000; 
	margin:5em auto; 
	padding:0px 15px; 
	text-align:right;
	}

#content {
	position:absolute;
	top:0px;
	left:250px;
	width:500px;
	text-align:left;
	}
#fotos {
	position:absolute;
	left:750px;
	top:-650px;
	text-align:center;
	}
#calendar {
	margin-top:25px;
	}