/* 
Structural Design Inc CSS
A. Blundon, Dec 2004
*/

/************************************************
     	DIV Blocks for News Page
************************************************/
div#newsdate {
	float: left;
	width: 125px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, sans-serif;
	clear: both;
}
div#newsdescription {
	float:left;
	width: 395px;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
	padding-bottom: 10px;
}

	

	


