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

div#layout_2column
{
	position:relative;
	width: 940px;	/* website width */
	height:auto;
	margin: 0px auto; /* centres div */
	padding: 0px;
	text-align: left;
}
div#header
{
	overflow:hidden;
	position:relative;
	width: 100%;
	height:auto;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	height: auto;
}
div#contentwrapper
{
	overflow:hidden;
	position:relative;
	width: 100%;
	height:auto;
	margin: 0px;
	padding: 0px;
}
div#leftcolumn
{
	overflow:hidden;
	position:relative;
	width: 190px;	/* width of left hand column */
	height:auto;
	padding: 0px;
	float: left;
}
div#maincontent
{
	overflow:hidden;
	position:relative;
	width: 730px;
	padding: 0px;
	margin: 0px 20px 20px 0px;
	float: left;
}

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

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