/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 740px;
	color: white;
	background-color: #070f3e;
	font: small Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: left;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 2px solid white;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#content {
	border: 1px solid white;
	margin-top: 4px;
	padding: 10px;
}
#logo {
	margin: 0 20px 0 0;
}
#header h1{
	font: xx-large Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#content h1{
	font-size: large;
}
#content h1 .price {
	text-align: right;
}
#used-boats h1 {
	font-size: 1.5em;
	text-align: center;
}
#location {
	text-align: center;
}
#content h2{
	font-size: larger;
}
#photos{
	border: 1px solid white;
	margin: 4px 4px 0 0;
	width: 30%;
}
#footer {
	clear: both;
	border-top: 1px solid white;
	background-color: #070f3e;
	padding: 5px;
	text-align: center;
	color: white;
}
#footer p {
	line-height: 6px;
}