@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #103492;
	background-image: url(images/bodybkgd.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
}

#wrapper {
	position: relative;
	top: 0px;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 217px;
	width: 1000px;
	position: absolute;
	top: 0px;
}

.logo {
	float: left;
	position: relative;
	top: 0px;
}

.topNav {
	float: left;
	position: relative;
	top: 0px;
	background-image: url(images/monstercharters2_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 217px;
	width: 640px;
	left: 0px;
}

.topNav ul {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #604022;
	width: 300px;
	float: right;
}

.topNav li {
	float: left;
	display: block;
	list-style-type: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-left: 8px;
}

.topNav a:link, .topNav a:visited {
	color: #353433;
	text-decoration: none;
}

.topNav a:hover {
}

#topSubLinks {
	position: absolute;
	top: 40px;
	left: 50px;
	width: 420px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 20px;
}

.boat {
	width: 1000px;
	float: left;
	position: relative;
	top: 0px;
}

#contentContainer {
	position: absolute;
	top: 319px;
	width: 1000px;
	background-image: url(images/monstercharters_04.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#leftNav {
	width: 190px;
	margin-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	float: left;
	position: relative;
	top: 0px;
}

#leftNav ul li {
	padding-bottom: 6px;
	display: block;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #385EBF;
	list-style-type: none;
	padding-left: 6px;
	color: #333333;
}

#leftNav ul li a:link, #leftNav ul li a:visited {
	color: #333333;
	text-decoration: none;
}

#leftNav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#mainContent {
	float: left;
	position: relative;
	left: 0px;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 34px;
	width: 640px;
}

#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 14px;
}

#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
}

#mainContent h2 {
	padding-bottom: 14px;
}

.footer {
	width: 1000px;
	background-image: url(images/monstercharters_05.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	margin-top: 36px;
	clear: left;
	position: relative;
	top: 36px;
}

.push {
	height: 36px;
	width: 1000px;
	position: absolute;
	top: 0px;
}

.clearer {
	position: relative;
	top: 0px;
	clear: left;
	width: 1000px;
}

.fish {
	background-image: url(images/fishbkgd.png);
	background-repeat: repeat;
	background-position: center top;
	position: relative;
	background-attachment: fixed;
	height: 900px;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
