/*===================
	NEWS CSS
===================*/
#site_content .content_pad{margin:	0 15px 0 55px;}
#site_content p{
	line-height:	20px;
	padding:		0 10px;
	text-indent:	15px;
}
#site_content blockquote{
	border:		1px solid #666;
	padding:		10px;
}
#site_content .news_article{
	background:	#111;
	border:		1px solid #fc3;
	border-top-width:0;
	color:		#ffe;
	font-size:	13px;
	min-height:	200px;
	padding:		4px 0;
}
#site_content .space{margin-left:10px;}
#site_content pre{
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:	13px;
	line-height:	20px;
	margin:		10px;
	white-space:	pre-wrap;       /* css-3 */
	white-space:	-moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space:	-pre-wrap;      /* Opera 4-6 */
	white-space:	-o-pre-wrap;    /* Opera 7 */
	word-wrap:	break-word;       /* Internet Explorer 5.5+ */
}
