/*screen-modern.css: 600 v 800 layout
    ------------
	Job:              		D.Wardle (Plant) Limited
    Produced by:     Richard Thomas @ Mando Group
    Start date:    	    11/12/2006
    ------------
    COLOUR SPEC:
    Blue:					#213975
    Yellow:				#FED130
    Dark Yellow:		#8C814A
    ------------
    TOC:
    1.	type selectors
    2.	structural
    3.	navigation
    4.	forms
    5.  tables
    6.	hacks
*/

/* =1. type selectors *//* ----- Thin CSS Rules ----- */

#news_section {
	width:700px;
	float: left;
	margin-left: 52px;
	}	
	
.thumbnails {
	width: 200px;
	float: left;
	clear: left;
}

.case_studies_wrapper {
	float:left;
	margin-bottom: 0px;
}	

hr {
	width: 470px;
	float:left;
}
		
		
.news_section_container {
	margin-top: -23px;
	margin-bottom: 23px;
	float: right;
	text-align: left;
	width: 490px;
}		


.date {
	color: #A0A8BE;	
	font-size: 1em;
	line-height: 16px;
	text-align: right;
}	