#news {
	text-align:			center;
	width:				100%;
}

#news_archive {
	width:				100%;
	text-align:			center;
}

.outer_newstable {
	border:				1px solid #CCC;
	width:				450px;
	margin-bottom:		25px;
	margin-left:		auto;
	margin-right:		auto;
}

.outer_newstable td, th {
	margin:				0px;
	padding:			1px;
	border:				0px solid #CCC;
}

.inner_newstable {
	border:				0px solid black;
	border-collapse:	collapse;
}

.inner_newstable td, th {
	margin:				0px;
	border:				0px solid black;
}

.news_title {
	text-align:			center;
	background-color:	#666;
}

.news_text {
	text-align:			center;
}

.news_texttable {
	width:				85%;
	border:				0px solid black;
	margin-left:		auto;
	margin-right:		auto;
}

.news_texttable td {
	padding:			15px;
	text-align:			left;
}

.news_1 {
	width:				52px;
	text-align:			left;
}

.news_2 {
	width:				191px;
	text-align:			left;
}

