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

div#layout_2column
{
	position:relative;
	width: 960px;	/* website width */
	margin: 0px; /* centres div */
	padding: 0px;
	text-align: left;
}
div#header
{
	overflow:hidden;
	position:relative;
	width: 636px;
	height:70px;
	margin: 0px;
	padding: 0px;
}
div#contentwrapper
{
	overflow:hidden;
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div#leftcolumn
{
	overflow:hidden;
	float: left;
	width: 280px;	/* width of left hand column */
	padding: 0px;
	min-height:600px;
	background-color:#FFFFFF;
	padding-left:42px;
}
div#maincontent
{
	overflow:hidden;
	float: left;
	width: 638px;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	min-height:600px;
}
* html div#maincontent /* fixes column bug in IE - do not remove */
{
	display: inline;
}
div#footer
{
	overflow:hidden;
	position:relative;
	width: 100%;
	height:30px;
	margin: 0px;
	padding: 0px;
	background:url(../images/footer-bg.gif) 0 0 no-repeat;
}

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