/* Basic Style Sheet (For V4 Browsers)

Version 1.0
Author  Matt Riches

*/

/* Basic Page Description
-----------------------------------------------------------------------------------*/
body {
	background-color: #FFFFF0;
	margin: 0;
	padding: 0;
}

/* Positional Elements
-----------------------------------------------------------------------------------*/
/* Positions the Outer Frame, with teh shadows etc */
.contentSection {
	padding-left: 15px;
	padding-right: 15px; 
	margin: 0px auto;
	border: none;
	width: 750px;
	background: url(../img/tiledBorder.JPG) repeat-y;
}

.contentSection .last {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px auto;
	border: none;
	width: 750px;
	padding-bottom: 20px;
	background: url(../img/curvedBase.JPG) no-repeat left bottom;
}

/* get Psp and optimise the border to web based png if possible */

/* Typography
-----------------------------------------------------------------------------------*/
P {
	font-weight: bold;
	color: Fuchsia;
}