/*
	*****************************************************
	Purpose:	This CSS file defines the layout of the
				various story elements of the hotels page.
	Author:		Jamie Condliffe
	Date:		10/10/2005
	*****************************************************
*/

div {
	/*border: 1px solid black;*/
}

#story1 {
	width: 98%;
	margin: 10px 5px 0 5px;
	clear: both;
	
}

#story2 {
	width: 98%;	
	margin: 10px 5px 0 5px;
	padding-top: 10px;
	clear: both;
	border-top: 1px solid black;
}