/* Styles used for Fleet pages */
div#fleetwrapper { 
	width: 720px; 
	margin: auto;
}
.fleetrow { 
	width: 700px; 
	height: 235px; 
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	background-color: #eeeeee; 
	font-size: 0.9em; 
	padding-left: 8px; 
	padding-right: 8px;
}
.fleetrow img {
	margin-top: 5px; 
	margin-right: 12px; 
	margin-left: 10px;
}
.fleetrow img.right {
	float:right;
	clear: left;
}
.fleetrow img.left {
	float:left;
	clear: right;
}
div#fleetwrapper h4 { 
	color: #336699; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 1.4em;
	font-weight:bold; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	text-align: center; 
}
