/* main style sheet for Maximo Boat Club 2007 */
body {
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 0px;
	background-color: #B2D6FA;
}
h4 {
	color: #003096;
	padding-right: 20px;
	padding-left: 20px;
}
p {
	padding-right: 20px;
	padding-left: 20px;
}
li {
	font-size: 14px;
	color: #003096;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: disc;
}
#wrapper {
	float: none;
	width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/wrapperbg.jpg);
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation {
	float: left;
	width: 200px;
	height: 500px;
}
#header {
	float: left;
	width: 778px;
	background-image: url(../images/top2.jpg);
	background-repeat: no-repeat;
	height: 182px;
}
#rightContent {
	float: right;
	width: 557px;
	background-image: url(../images/rightbg.jpg);
}
#footer {
	clear: both;
	float: none;
	height: 30px;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

.bodyimg {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: inline;
	margin-right: 10px;
}

.topright {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 7px;
	padding-top: 1px;
}
.footertxt {
	float: left;
	font-style: italic;
	height: 10px;
	width: 500px;
	margin-top: 10px;
	margin-left: 15px;
	font-family: "Trebuchet MS";
	color: #003096;
}
.forecastimg {
	background-position: center;
	margin-left: 70px;
}