/* Rare Case Study CSS */

/* 
Note on url paths:
To run locally use: url(../images/design/wrapper.gif)
To run on Websiter use: url(/images/design/wrapper.gif)
*/

#content {
	width: 469px;
	height: 680px;	/* IE takes this as the height and then incorrectly re-sizes if required */
	margin: 61px 0px 0px 331px; /* margin at bottom is distance between end of content and footer #ft1 */
	border: 0px;
	padding: 0px;
	clear: both;
}
/* Standards compliant browsers recognise this height setting */
html>body div#content {min-height: 680px;}

#content p, #content h1, #content h2, #content h3, #content img.left, #content ul {margin-left: 10px;}  /* Margin left no-longer set by #content margin-left */


