/* layout and Styles */
/* 
colours


 */

/* layout  */

body
{
	background-color:#333;
	margin-top:-0px;
	margin-left:-0px;
}

#wrap
{
	overflow:auto;
	width:640px;
/* remove this so infinite height of page	height:960px; */
}

#header
{
	background:url(../images/header.jpg); 
	background-repeat:no-repeat;
	height:240px;
	
}

#content
{
	background:url(../images/middle.jpg); 
	background-repeat:repeat-y;
	margin-top:-10px;
	
}

p
{
	margin:10px;
	padding-left:50px;
	width:540px;
	font-size:24px;
	font-family:arial,"san serif";
}

#bottom
{
	background:url(../images/bottom_corners.jpg); 
	background-repeat:no-repeat;
	height:62px;
	margin-top:-11px; /* set to 11 for iPhone 3G compatibiity, it was 10 */
}

/* Styles */
