﻿* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	float: none;
	position: relative;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #bodyArea #left {
	margin: 0px;
	padding: 0px;
	width: 330px;
	float: left;
}
#wrapper #bodyArea #centre {
	float: left;
	width: 306px;
}

#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
}
#wrapper #bodyArea #right {
	width: 150px;
	float: right;
}

