h1
{
	margin-left: 6px ;
	color: #533930 ;
	font: bold 20px Arial, sans-serif ;
}
#news_list
{
	background-color: #533930 ;
}
#news_list .news_item
{
	color: #533930 ;
	margin: 0px 6px 6px 6px ;
	background-color: #ffffff ;
}
#news_list .news_item .news_header
{
	border-bottom: 1px solid #533930 ;
}
#news_list .news_item .news_header .news_date
{
	float: right ;
}
#news_list .news_item .news_header .news_title
{
	font-size: 15px ;
	font-weight: bold ;
}
#news_list .news_item .news_actions
{
	text-align: right ;
	font-size: 12px ;
}


#news_article
{
	background-color: #533930 ;
}
#news_article .whitecontent
{
	margin: 0px 6px ;
	background-color: #ffffff ;
}
#news_article .page_title
{
	margin-left: 6px ;
}
#news_article .page_title h1
{
	margin-left: 6px ;
	color: #533930 ;
	font: bold 20px Arial, sans-serif ;
}


#news_article .news_title
{
	font: bold 18px Arial, sans-serif ;
	color: #f84c1d ;
}

#news_content
{
	margin-bottom: 20px ;
}

#news_content p
{
	margin-bottom: 15px ;
}

#news_content ul
{
	margin-bottom: 15px ;
}

#news_content li
{
	margin-bottom: 5px ;
}

#news_content ol
{
	margin-bottom: 15px ;
}


#comments
{
	background: #533930 ;
	margin-top: 20px ;
}
#comments .whitecontent
{
	background: #ffffff ;
	margin: 0px 6px ;
}

#comments .section_title
{
	padding: 0px ;
	margin: 0px ;
}
#comments .section_title h2
{
	font: bold 20px Arial, sans-serif ;
	margin-left: 6px ;
	color: #ffffff ;
}

#comments .comment_item
{
	margin: 6px 6px 0px 6px ;
}
#comments .comment_item .comment_header
{
	margin-bottom: 6px ;
}
#comments .comment_item .comment_header .comment_date
{
	float: right ;
	font-size: 12px ;
}

#comments .comment_item .comment_message
{
	font: 12px arial ;
}

#comments .comment_item .comment_message p
{
	margin-bottom: 6px ;
}
