/******************************** Structure Settings ******************************/
div#layout_background
{
	position:relative;
	width: 100%;	/* website width */
	margin: 0px auto; /* centres div */
	padding: 0px;
	text-align: left;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#layout_2column
{
	position:relative;
	width: 950px;	/* website width */
	margin: 0px auto; /* centres div */
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}
div#header
{
	overflow:hidden;
	position:relative;
	width: 924px;
	height: 155px;
	margin: 0px 13px;
	padding: 0px;
}
div#contentwrapper
{
	overflow:hidden;
	position:relative;
	width: 924px;
	margin: 0px 13px 0px 13px;
	padding: 0px;
}
div#maincontent
{
	overflow:hidden;
	float: left;
	width: 717px;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	min-height:600px;
}
div#rightcolumn
{
	overflow:hidden;
	float: right;
	text-align: left;
	width: 192px;	/* width of left hand column */
	padding: 0px;
	min-height:600px;
}
* html div#maincontent /* fixes column bug in IE - do not remove */
{
	display: inline;
}
div#footer {
	overflow:hidden;
	position:relative;
	width: 924px;
	height: 48px;
	margin: 0px 13px;
	padding: 0px;
	background: url(../images/background_footer.gif) no-repeat left top;
}

.clearing {
	display: block;
	overflow:hidden;
	height: 1px;
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
