					/* ############ */
					/* ### NEWS ### */
					/* ############ */



/* ############################### */
/* ### LINKS / FILES / RELATED ### */
/* ############################### */

#news_files {
}

#news_links {
}


/* ################### */
/* ### LATEST NEWS ### */
/* ################### */

#news_latest_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 245px;
	padding-bottom: 10px;
}
* html #news_latest_container {
	padding-bottom: 5px;
}

	#news_latest_header {
		width: 100%;
		height: 25px;
		background-image: url(images/textheader_bg.gif);
		background-repeat: repeat-x;
	}
		
		#news_latest_header_text {
			margin-left: 10px;
			padding-top: 7px;
		}
	
	#news_latest_title {
		padding: 13px 0px 5px 0px;
		margin-left: 10px;
	}
	
	#news_latest_subheader {
		width: 225px;
	}
	
		#news_latest_subheader_img {
			float: left;
			padding-right: 5px;
		}
		
		#news_latest_subheader_text {
		}
	
	#news_latest_more {
		float: left;
	}



/* ################### */
/* ### SINGLE NEWS ### */
/* ################### */

#news_single_container {
	width: 500px;
}

	#news_single_header {
		width: 100%;
		margin-bottom:14px;
	}
	
	#news_single_date {
		float: right;
	}
	
	#news_single_cat {
		height: 20px;
		width: 100%;
		text-align: right;
		line-height: 20px;
	}
	
	#news_single_subheader {
		margin-bottom: 5px;
	}
	
		#news_single_subheader_img {
			float: left;
			padding-right: 10px;
		}
		
		#news_single_subheader_text {
			font-style: italic;
			font-size: 10px;
		}
	
	#news_single_content {
		margin-top: 10px;
		width: 100%;
	}
	
	#news_single_stats {
		height: 15px;
		line-height: 15px;
	}
	
	#news_single_border {
		width: 100%;
		height: 1px;
		margin-top: 5px;
		background-color: #CCCCCC;
	}
	
	#news_single_more {
		float: right;
	}



/* ################### */
/* ### LIST NEWS ### */
/* ################### */

#news_list_container {
	width: 500px;
}

	#news_list_header {
		width: 100%;
	}
	
	#news_list_date {
		float: right;
	}
	
	#news_list_cat {
		height: 20px;
		width: 100%;
		text-align: right;
		line-height: 20px;
	}
	
	#news_list_subheader {
		padding-bottom: 10px;
	}
	
		#news_list_subheader_img {
			float: left;
			padding-right: 10px;
		}
		
		#news_list_subheader_text {
		}
	
	#news_list_border {
		width: 100%;
		height: 1px;
		margin: 15px 0px;
		background-color: #CCCCCC;
	}
	
	#news_list_more {
		float: right;
	}
