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

div#layout_2column
{
	position:relative;
	width: 920px;	/* website width */
	margin: 0px auto; /* centres div */
	padding: 0px;
	text-align: left;
}
div#header
{
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
div#contentwrapper
{

	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div#rightcolumn
{
	margin: 2px 0 0 0;
	overflow:hidden;
	border-bottom: solid #40df51 1px;
	float: left;
	width: 295px;	/* width of right hand column */
	padding: 0px;
	min-height:300px;
	background: url(/images/maincontent-bg.jpg) bottom repeat-x;
}
div#maincontent
{
	overflow:hidden;
	float: left;
	width: 610px;
	padding: 0px;
	border-bottom: solid #40df51 1px;
	margin: 2px 15px 0 0;
	min-height:300px;
	background: url(/images/maincontent-bg.jpg) bottom repeat-x;
}
* html div#maincontent /* fixes column bug in IE - do not remove */
{
	display: inline;
}
div#footer
{
	overflow:hidden;
	position:relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 2px 0 0 0;
}

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