@charset "utf-8";
/* CSS Document */
*{margin: 0; padding: 0;}
body {
	background-color: #e5e5e5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #454545;
}

#pagecentre {
	width: 970px;
	margin: 0 auto 0;
	background-color: #fff;
	float: none;
}
#pagewrap {
	width: 950px;
	padding: 0 10px 0 10px;
	background-image: url(../images/bground.gif);
	background-repeat: repeat-y;
}
#banner {
	width: 950px;
	height: 316px;
	float: left;
	background-image: url(../images/banner01.jpg);
	background-position: center;
}
#leftcol {
	width: 558px;
	padding: 20px;
	float: left;
}
#rightcol {
	width: 352px;
	float: right;
	padding: 0 0 20px 0;
}
#footer {
	width: 970px;
	height: 50px;
	background-image: url(../images/footerback.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
}
#footerleft {
	width: 293px; /* 323 - 30px */
	height: 50px;
	padding: 0 0 0 30px;
	float: left;
}
#footercentre {
	width: 323px;
	height: 50px;
	float: left;
}
#footerright {
	width: 160px;
	height: 50px;
	float: right;
	padding: 0 30px 0 0;
}
