#news_div
{
	position: relative;
	float: left;
	width: 410px;
	padding: 10px;

}

#crimewatch
{
	position: relative;
	float: right;
	width: 410px;
	padding: 10px;
}

.section_heading
{
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: sans-serif;
	padding-bottom: 20px;
}

.headline
{
	position: relative;
	font-family: serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.blurb
{

	padding: 5px 0px 30px 0px;
}

.article_title
{
	position: relative;
	padding: 10px 10px 5px 10px;
	font-weight: bold;
	font-size: 18px;
	font-family: sans-serif;
	width: 800px;
}

.article_date
{
	position: relative;
	float: left;
	width: 500px;
	font-size: 16px;
	font-family: sans-serif;
	padding: 0px 0px 20px 0px;
}

.article_type
{
	position: relative;
	float: right;
	text-align: right;
	width: 300px;
	font-size: 16px;
	font-family: sans-serif;
	padding: 0px 0px 20px 0px;
}

.article_body
{
	position: relative;
	padding: 10px 20px 20px 20px;
	border: 1px solid #000000;
}

.table_nav
{
	text-align: center;
	padding: 10px;	
}



