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

div#layout_2column
{
	position:relative;
	width: 1000px;	/* website width */
	margin: 0px auto; /* centres div */
	padding: 0px;
	text-align: left;
}
div#header
{
	overflow:visible;
	position:relative;
	width: 100%;
	height:74px;
	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:400px;
}
div#maincontent
{
	overflow:hidden;
	float: left;
	width: 720px;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	min-height:400px;
}
* html div#maincontent /* fixes column bug in IE - do not remove */
{
	display: inline;
}
div#footer
{
	overflow:hidden;
	position:relative;
	/*width: 100%;*/
	width:710px;
	float:right;
	margin: 0px;
	padding: 10px 0px;
}

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