#main {
}

#flashcontent {
	margin-left: 1px;
	width: 759px;
	height: 227px;
}

#flashcontent img {
	display: block;
}

div.column {
	float: left;
	padding: 0 10px 10px 10px;
}

div.column h2 {
	color: #036;
	font-size: 175%;
	border-bottom: solid #999 1px;
}

div.column h3 {
	margin-bottom: 0;
}

div.column p.first {
	margin-top: 0;
}

div.column img.border {
	border: solid #999 1px;
}

#news-and-events {
	margin-left: 1px;
	width: 194px;
	display: inline; /* fixes IE "double float margin" bug (Google for that term) */
}

#featured {
	background: url(../images/home/compass.png) no-repeat 0 45px;
	background-color: #dee6f6;
	width: 740px;
	border-right: solid #999 1px;
}

p.featured-image {
	text-align: center;
}

#UsedBoats{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#UsedBoats LI{
	width: 148px;
	margin: 0;
	padding: 0;
	float: left;
}

#UsedBoats LI A{
	padding-top: 0.5em;
	width: 123px;
	display: block;
	color: #000;
	text-decoration: none;
}

#UsedBoats LI A:hover{
	background: #edf6ff;
	text-decoration: none;
}

#UsedBoats LI A H3{
	text-decoration: underline;
}

#Events{
	display: block;
	float: right;
	width: 200px;
	border-left: dotted black 1px;
	padding-left: 1em;
	margin-left: 1em;
	text-decoration: none;
	color: #000;
}

#Events:hover{
	background: #edf6ff;
}