/* global.css base: index.css | N.B. if completing full XHTML change over, move styles from index.css to here.*/


/* General site-wide dimensions */
body {
	margin:0 auto;		/*centralise the page */
	width:900px;
}

img {
	margin:0px; padding:0px; /* keep fractured images tight outside of tables */
	border:none;
	float:left;
}

div {
	float:left;
}

/* General page layout */

#pageContainer {		/*contains whole page */
	width:650px; 		/* must be 650px to fit _images/back.gif */
	margin:0 auto;
	float:none;
	height:100%;
	background-color:#333;
}

#pageHeader {		/* contains top nav, page title and related images*/
	height:217px;
	width:100%;
}

#pageContent {
	width:650px;
	background: url(../images/bg_content.gif) repeat-y;
	padding-bottom:10px;
}

#pageFooter {
	width:100%;
	background: url(../images/bg_footer.gif) no-repeat bottom;
	height:76px;
}
