/* Main CSS Document */

body {
	background: url('../images/background.png') 50% 0 no-repeat #b9b9b9;
	margin: 0 auto;
	padding: 0;
}

.feed img{
	border: none;
}

#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:	0; 
	clear: both; 
	visibility:	hidden;
}

#wrapper {
	display: inline-block;
}

#content {
	position: relative;
	left: -2px;
	width: 920px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/content_background.jpg') no-repeat;
}

#content h1 {
	position: relative;
	float: left;
	left: 8px;
	width: 89px;
	height: 651px;
	text-indent: -9999px;
	background: url('../images/tom_clark_rallying.jpg') no-repeat;
	padding: 0;
	margin: 0;
}

#content #navbar {
	position: relative;
	top: 10px;
	width: 100%;
	height: 53px;
}

#content #navbar ul {
	position: relative;
	top: 4px;
	left: 11px;
	width: 100%;
	height: 47px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-family: "Verdana";
	color: #FFF;
}

#content #navbar li {
	position: relative;
	float: left;
	padding: 0 15px;
}

#content #navbar li a {
	line-height: 47px;
	color: #FFF;
	text-decoration: none;
	display: block;
}

#content #navbar li:hover, .active {
	background: #598eb8;
}

#content #banner {
	position: relative;
	float: left;
	top: 20px;
	left: 11px;
	width: 807px;
	height: 351px;
	background: url('../images/banner.jpg') no-repeat;
}

#content #text-area {
	position: relative;
	float: left;
	top: 10px;
	left: 10px;
	width: 491px;
	font-family: "Verdana";
	color: #000;
	margin: 20px;
	padding: 0px;
}

#content #text-area h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#content #text-area p {
	font-size: 	11px;
	font-weight: normal;
}

#content #side-bar {
	position: relative;
	width: 235px;
	float: left;
	top: 10px;
	font-family: "Verdana";
	color: #000;
	margin: 20px;
	padding-left:  20px;
	border-left: 1px solid #909090;
}
