#header {
	width: 865px;
	height: 60px;
	background-color: #FFFFFF;
	background-image: url(/g/butterfly.80.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 10px;
}
#container {
	width: 865px;
	padding-left: 130px;
  	padding-right: 125px;
}
.column {
	position: relative;
	float: left;
}
#left {
  	width: 130px;
	right: 130px;
	margin-left: -600px;
}
#centre {
	width: 600px;
}
#right {
  width: 125px;
  margin-right: -125px;
	margin-left: 5px;
	margin-top: 45px;
}
#centretop {
	height: 18px;
	color: #000000;
	font-weight: bold;
	background-color: #FFC0E0;
	background-image: url(/g/butterfly.boxTop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 2px;
	padding-left: 12px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
#body {
	width: 573px;
	background-color: #E2DFFF;
	background-image: url(/g/corner.tl.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 3px;
	padding-left: 12px;
	padding-right: 12px;
}
#bodyfooter {
	clear: both;
	width: 573px;
	height: 22px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #E2DFFF;
	background-image: url(/g/corner.bl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*** IE6 Fix ***/
* html #left {
  left: -130px;
}
