#news_table_box{

	height: 630px;

}

#news_table{
	
	margin: auto;

}

.image_element{

	padding: 10px;
	text-align: center;
	border-bottom: 1px #3a547a dotted;

}

.news_content_element{

	width: 500px;
	height: 180px;
}

.news_content_element h4{

	position: relative;
		top: -30px;

}

.news_content_element p{

	position: relative;
		top: -30px;
		
}

.next_element{

	border-bottom: 1px #3a547a dotted;
	text-align: right;

}

#back_table{

	text-align: center;
	margin: auto;

}

#page_table{

	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	margin: auto;

}

#page_table td{

	padding: 2px 3px;

}

#new_box{

	min-height: 472px;

}