html, body {
	background-color: #EEEEEE;
	margin-top: 0;
	padding-top: 0;
}

img {
	border: 0
}

#canvas {
	position: relative;
	width: 974px;
	margin: 0 auto;
	background-image: url(../images/backgrad2.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}

#banner {
	margin: 0;
	padding: 0;
	height: 218px;
	background-color: #FFFFFF;
}

#header {
	margin: 0;
	padding: 0;
	background-color: #D2DFEF;
	height: 59px;
}

#headerimg {
	position: absolute;
	top: 0;
	left: 0;
}

#lhs {
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 140px;
	background-color: #FFFFFF;
}

#content {
	float: left;
	width: 819px;
	margin: 5px;
	margin-bottom: 0;
}

#main, #main2 {
	float: left;
	width: 551px;
	margin: 0;
	margin-right: 5px;
}

#rhs {
	float: left;
	width: 261px;
	margin: 0;
	padding: 0;
}

#rhs .rhsbox {
	margin-bottom: 5px;
}

.clear {
	position: relative;
	top: 5px;
}

#gallery {
	position: relative;
	top: 5px;
}

#footer {
	position: relative;
	top: 5px;
	margin-bottom: 5px;
}