#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: -725px;
}
/*** IE6 Fix ***/
html>body #left {
  left: -130px;
}
#centre {
	width: 725px;
}
#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 top;
	padding-top: 2px;
	padding-left: 12px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
#body {
	width: 700px;
	background-color: #E2DFFF;
	background-image: url(/g/corner.tl.gif);
	background-repeat: no-repeat;
	background-position: 714px top;
	padding-top: 3px;
	padding-left: 12px;
	padding-right: 12px;
}
#bodyfooter {
	clear: both;
	width: 700px;
	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;
}

