/******************************** Structure Settings ******************************/

div#layout_2column
{
	position:relative;
	width: 766px;	/* website width */
	margin: 0px auto; /* centres div */
	padding: 0px;
	text-align: left;
}
div#header
{
	overflow:hidden;
	position:relative;
	width: 100%;
	height:333px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div#contentwrapper
{
	overflow:hidden;
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div#maincontent
{
	overflow:hidden;
	background-color:#FFFFFF;
	float: left;
	width: 527px;
	padding: 0px;
	border: 0px;
	margin: 0px 51px 0px 11px;
	min-height:300px;
}
div#rightcolumn
{
	overflow:hidden;
	background-color:#ffffff;
	float: left;
	width: 155px;	/* width of left hand column */
	margin: 0px 11px 0px 11px;
	padding:0px;
	min-height:300px;
}
* html div#maincontent /* fixes column bug in IE - do not remove */
{
	display: inline;
}
div#footer
{
	overflow:hidden;
	position:relative;
	width: 100%;
	height:47px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.clearing {
	display: block;
	overflow:hidden;
	height: 1px;
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}