html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{  
margin: 0; 
padding: 0; 
border: 0;
}

body {
	min-width: 760px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
	color: #000000;
	background-color: #FFF;
	background-position: center;
	margin-left: 0px;
	margin-right: 0px;
}
	
	
#wrapper {
	text-align: left;
	width: 740px;
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.headings {
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: orange;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
}
#header {
	height: 262px;
	background-image: url(images/tomcatboatsB.jpg);
	background-repeat: no-repeat;
	width: 738px;
}

#content {
	width: 740px;
}


#content .contentleft {
	float: left;
	width: 455px;
	padding-left: 41px;
	margin-top: 25px;
	
}
 .contentleft p {
	line-height: 135%;
	font-size: 90%;
	text-align: justify;

}

#rightphoto {
	float: right;
	width: 24%;
	margin-right: 30px;
	text-align: center;
	font-size: 12px;
	margin-top: 75px;
	border: 1px solid orange;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#footer {
	font-size: 75%;
	text-align: center;
	width: 724px;
	border: 1px solid #9AC5E4;
	clear: both;
	color: #FFF;
	background-color: #000040;
	padding: 6px;
}
h1 {
	font-size: 105%;
	color: #002D56;
}
h2 {
	font-size: 102%;
	color: #002D56;
}


a:link{
	color: #FFA500;

}
a:visited{
	color: #00CCFF;
}

