/* layout and Styles */
/* 
colours


 */

/* layout  */

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

#wrap
{
	overflow:auto;
	width:320px;
	height:480px;
}

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

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

p
{
	margin:5px;
	width:270px;
	font-size:10px;
	font-family:arial,"san serif";
}

#bottom
{
	background:url(../images/bottom_corners.jpg); 
	background-repeat:no-repeat;
	height:31px;
	margin-top:-5px;
}

/* Styles */
