
#content {
	width: 997px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 675px;
	position: relative;
}

#main {
    width: 667px;
    padding-bottom: 93px;   
    float: left; 
}

#main .header {
    padding: 53px 155px 35px 92px;
    font-family: Ovo,serif;
    color: #B96302;
    
}

.header, .news-header, #voting-header {
	text-transform: uppercase;
}

#main .content {
    margin: 0 75px 0 92px;
}


.news {
    margin-bottom: 16px;
    clear: both;
}

.news-image {
	float: left;
	margin: 0 10px 10px 0;
}

.news-body {
}

.news-header a {
	color: #968E51;
	text-decoration: none;
}

.news-header a:hover {
	text-decoration: underline;
}

.news-header h3 {
    font-size: 1.1em;
    line-height: 12px;	
}

.news-date {
	color: #BD6D12;
	font-size: 1em;
	line-height: 18px;
    font-weight: bold;
    	
}

.news-content {
    color: #7A7A7A;
    font-size: 1em;
    line-height: 14.5px;
    margin-left: 2px;
}


#search_result_tabs > ul {
	float: left;
	width: 100%;
}

#search_result_tabs > ul {
    border-bottom: 1px solid #6E6E6E;
    margin-bottom: 16px;
}

#search_result_tabs > ul li {
	margin-left: 1px;
	list-style: none;
	background: none repeat scroll 0 0 #998D49;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	
}

* html #search_result_tabs > ul li {
display: inline; /* ie6 double float margin bug */
}

#search_result_tabs > ul li,
#search_result_tabs > ul li a {
    color: #FFFFFF !important;
    float: left;
}

#search_result_tabs > ul li a {
text-decoration: none;
padding: 0 20px;
color: #0073BF;
font-weight: bold;
}

#search_result_tabs > ul li.active {
	background: none repeat scroll 0 0 #802C00;
}

#search_result_tabs > ul li.active a {
color: #333333;
}

#search_result_tabs > div{
	clear: both;
}
