.sub_header {
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 25px;
	}
#latest_bikes {
	margin: 20px 0px 0px 0px;
	
	}
#two_bikes {
	width: 690px;
	margin-top: 12px;
	}
.bike {
	float: left;
	background: url("../img/static/white_bg.png") top left no-repeat;
	overflow: hidden;
	width: 331px;
	height: 185px;
	margin: 0px 14px 0px 0px;
	}
.bike .details {
	width: 131px;
	float: left;
	margin: 15px 0px 0px 20px;
	}
.bike .details .text {
	width: 131px;
	color: black;
	height: 125px;
	margin: 0px 0px 0px 0px;
	}
.bike .details .text .title {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
	}
.details_button { 
	width: 105px !important;
	height: 27px !important;
	margin: 0px !important;
	float: left !important;
	border: none;
	}
.bike img {
	float: right;
	margin: 18px -40px 0px 0px;
	width: 220px;
	}
#latest_news {
	margin-top: 36px;
	margin-bottom: 30px;
	}
#latest_news h2 {
	font-weight: bold;
	font-size: 29px;
	float: left;
	margin: 0px;
	margin-top: -4px;
	text-transform: uppercase;
	}
#latest_news img {
	float: right;
	border: none;
	}
.newsArticle {
	margin-top: 20px;
	}
.newsArticle h3 {
	font-size: 25px;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	}
.newsArticle .dateSpan {
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-bottom: 18px;
	}
.dateSpan .date {
	color: #CC0000;
	}
.newsArticle img {
	float: right;
	margin: 0px 0px 10px 10px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	border: none;
	}
	

#latest_bikes:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	padding: 0px;
	}

.newsArticle:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	padding: 0px;
	}
#content {
	margin-top: -30px;
	}
#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	padding: 0px;
	}
