*{
	margin:0;  /*Resets margin and padding to 0 */
	padding:0;
	}

a{
	font-family:"Comic Sans MS";
	font-size:18pt;
	color:white;
}

a.header{
	text-decoration:none;
}

div.page{
	text-align:center; /*Centers page for IE6 */
}

div.wrapper{
	width:960px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

div.header{
	margin-top:10px;
	padding:10px;
	font-size:18pt;
	font-family:"Comic Sans MS";
	color:white;
	background-color:#10800B;
	border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: -5px 5px 5px #888;
}

h1{
	font-size:16pt;
	font-weight:normal;
	text-decoration:underline;
}

div.content{
	margin-top:10px;
	padding:20px;
	font-size:14pt;
	font-family:"Comic Sans MS";
	color:white;
	background-color:#31859C;
	border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: -5px 5px 5px #888;
}

div.schedule{
	float:left;
	margin-top:10px;
	padding:10px;
	text-align:center;
	font-size:14pt;
	font-family:"Comic Sans MS";
	color:white;
	background-color:#FF6600;
	border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: -5px 5px 5px #888;
	width:455px;
}

div.por{
	float:right;
	padding:10px;
	font-size:14pt;
	font-family:"Comic Sans MS";
	color:white;
	background-color:#943534;
	border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: -5px 5px 5px #888;
	width:455px;
}

div.faq{
	float:left;
	padding:10px;
	margin-top:10px;
	font-size:14pt;
	font-family:"Comic Sans MS";
	text-align:center;
	color:white;
	background-color:#A11CA6;
	border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: -5px 5px 5px #888;
	width:250px;
}

div.boat{
	float:left;
	background-image:url('sailboat.png');
	width:200px;
	height:210px;
	margin-top:-50px;
	margin-left:5px;
}

div.cloud {
	float:left;
	background-image:url('cloud.png');
	width:455px;
	height:175px;
	z-index:10;
	margin-top:-40px;
}

div.cloud_inside {
	padding:50px 60px 20px;
	text-align:center;
}

div.sun{
	position:absolute;
	right:0px;
	top:0px;
	background-image:url('sun.png');
	height:203px;
	width:192px;
}
