#banner {
	width: 100%;
	height: 171px;
	position: absolute;
	top: 155px;
	left: 0;
}

#content {
	width: 920px;
	position: relative;
	margin-top: 340px;
	padding: 0;
	overflow: hidden;
}


#mainContent {
	width: 465px;
	float: left;
	overflow: hidden;
	margin-left: 0px;
	margin-bottom: 0px;
}

#secondaryContent {
	width: 410px;
	overflow: hidden;
	float: right;
	padding-top: 15px;
}

h3.tagline {
	font: normal 175%/1.2 Arial, sans-serif;
	color: #fffdfc;
	margin: 15px 0 30px 0;
	text-transform: uppercase;
}

.thumb {
	width: 205px;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}

.thumb a img {
	border: 7px solid #191818;
}

.thumb a:hover img {
	border: 7px solid #191818;
}

.thumb p {
	margin: 0 0 0 5px;
	padding: 0;
}

p strong {
	font: bold 100%/1.5 Arial, sans-serif;
	margin: 10px 0 0 0;
	color: #999;
	}

