	#newslist { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		float: right;
		width: 480px;
		padding-bottom: 50px;
	 }

	#newsbox { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		float: right;
		width: 480px;
		padding-bottom: 50px;
	 }

	.news_content{ 
		width:100%;
		clear: both;
		float: left;
		margin-bottom: 20px;
		color: #000;
	}

	.news_date { 
		font-size: 14px;
		font-weight: normal;
		color: #C87D00;
	 }
	
	.news_title { 
		font-size: 14px;
		font-weight: bold;
		color: #C87D00;
	 }

	.news_title a { 
		font-size: 14px;
		color: #C87D00;
		font-weight: bold;
		text-decoration: none;
	}

	.news_title a:hover { 
		color: #000;
		text-decoration: underline;
	}
	
	.news_content a { 
		font-size: 12px;
		color: #C87D00;
		font-weight: bold;
		text-decoration: none;
	}

	.news_content a:hover { 
		color: #000;
		text-decoration: underline;
	}

	.navigator { 
		font-size: 10px;
		width: 100%;
		padding-top: 20px;
	}
	
	.navigator a, .navigator a:visited { 
		font-size: 10px;
		color: #777;
		text-decoration: none;
	 }
	 
	 .navigator a:hover{ 
		color: #000;
	 	text-decoration: underline;
	 }
	
	.navigator_left { 
		width: 15%;
		text-align: left;
		float: left;
	 }
	
	.navigator_center { 
		width: 70%;
		text-align: center;
		float: left;
	 }
	 
	.navigator_right { 
		width: 15%;
		text-align: right;
		float: right;
	 }