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

div#layout_3column
{
	position:relative;
	width: 1004px;	/* website width */
	margin: 0px auto; /* centres div */
	padding: 0px;
	text-align: left;
	background:url(../images/background-paper.jpg) repeat-y center;
}
div#header
{
	overflow:hidden;
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height:240px;
	background:url(../images/header-background.jpg) no-repeat 0 0;
}
div#contentwrapper
{
	overflow:hidden;
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div#leftcolumn
{
	overflow:hidden;
	float: left;
	width: 171px;	/* width of left hand column */
	padding: 0px 25px 0px 54px;
	margin:0px;
	min-height:600px;
}
div#maincontent
{
	overflow:hidden;
	float: left;
	width: 499px;
	padding: 0px;
	border: 0px;
	min-height:600px;
	margin: 0px 17px 0px 0px;
}
div#rightcolumn
{
	overflow:hidden;
	float: right;
	width: 177px;
	padding: 0px;
	margin-right:61px;
	min-height:600px;
}

* html div#maincontent /* fixes column bug in IE - do not remove */
{
	display: inline;
}
div#footer
{
	overflow:hidden;
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height:65px;
}

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