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

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
	height:100%
}

a {
	color: #003366;
}

a:hover {
	text-decoration: none;
	color: #1A7196;
}



.title {
	background: url(images/fishinghook.gif) no-repeat right center;
	border-bottom: 3px solid #1A7196;
	padding: 5px;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}



.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}




#header {
	width: 980px;
	height: 265px;
	margin: 0 auto;
		
}



#logo {
	float: left;
	width: 980px;
	height: 165px;




	background: #FFFFFF url(images/regularguycharters.gif) left no-repeat;
	text-align: center;
}

#logo h1 {
	padding-top: 75px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}



#menu {
	float: left;
	width: 980px;
	height: 50px;
	background: #F4F4F4;  
	margin-top: 0px;
}

#menu ul {
	height: 5px;
	background: #003366;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 15px 0 15px;
	border-top: 5px solid #003366;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #DCDCDC;
	border-top-color: #003366;
}

#menu .active a {
	background: #1A7196;
	border-top-color: #003366;
}

#menu a b {
	text-decoration: underline;
}


#page {
	width: 980px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 5px;
	
}


#content {
	float: left;
	width: auto;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	margin-top: -55px;
	margin-left: 20px;
	top: Auto;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}



#welcome {
	margin-bottom: 70px;
	width: 700px;
	clear: none;
	float: none;
}


#sample1, #sample2 {
	float: left;
	width: 560px;
	margin-top: -50px;
}


#sample2 {
	margin-left: 20px;
}



#footer {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #003366;
}

#footer p {
	text-align: center;
	font-size: 77%;
}

