/*
	*****************************************************
	Purpose:	This CSS file defines the layout of the
				various story elements of the front page.
	Author:		Jamie Condliffe
	Date:		14/09/2005
	*****************************************************
*/

div {
	/*border: 1px solid black;*/
}

#story1 {
	width: 98%;
	margin: 10px 5px 0 5px;
}

#story2 {
	width: 42%;	
	float: left;
	clear: both;
	margin: 10px 5px 0 5px;
	display: inline; /* Fix IE doubled margins bug */
}

#story3 {
	width: 48%;
	float: right;
	margin: 10px 5px 0 5px;
}

#story4 {
	width: 48%;
	float: left;
	margin: 10px 5px 0 5px;
	display: inline; /* Fix IE doubled margins bug */
	clear: both;
}

#story5 {
	width: 48%;
	float: right;
	margin: 10px 5px 0 5px;
}

#story6 {
	width: 48%;
	float: left;
	clear: both;
	display: inline;
	margin: 10px 5px 0 5px;
}

#story7 {
	width: 48%;
	float: right;
	margin: 10px 5px 0 5px;
}
