body {
	margin: 0;
}

#header {
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	background-image: none;
	margin-bottom: 10px;
}
#container {
	width: auto;
	padding-left: 0px;
  	padding-right: 0px;
}
.column {
	position: relative;
	float: none;
}
#left {
  	width: 130px;
	right: 130px;
	margin-left: 0px;
}
#centre {
	width: auto;
}
#right {
	float:right;
  	width: 125px;
  	margin-right: 0px;
	margin-left: 5px;
	background-color: #	FFC0E0;
	margin-top: 0px;
}
#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: 2px;
	padding-right: 2px;
}
#bodyfooter {
	clear: both;
	width: auto;
	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: 0px;
}
