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

div#layout_2column
{
	position:relative;
	width: 960px;	/* website width */
	margin: 0px auto; /* centres div */
	padding: 0px;
	text-align: left;
	background:url(/images/bg.gif) repeat-y;
}
div#header
{
	overflow:hidden;
	position:relative;
	width: 100%;
	height:250px;
	margin: 0px;
	padding: 0px;
	background:url(/images/headerbg.jpg) repeat-y;
}
div#contentwrapper
{
	overflow:hidden;
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background:url(/images/headerbottom.jpg) 0 0 no-repeat;
}
div#rightcolumn
{
	overflow:hidden;
	float: left;
	width: 330px;	/* width of right hand column */
	padding: 0px;
	min-height:300px;
}
div#maincontent
{
	overflow:hidden;
	float: left;
	width: 472px;
	padding: 0px;
	border: 0px;
	margin: 46px 60px 0px 98px;
	min-height:300px;
}
* html div#maincontent /* fixes column bug in IE - do not remove */
{
	display: inline;
}
div#footer
{
	overflow:hidden;
	position:relative;
	width: 100%;
	height:190px;
	margin: 0px;
	padding: 0px;
	background: url(/images/footerbg.jpg) 0px 10px no-repeat;
}
.fade {
	width:960px;
	height:10px;
	background:url(../images/fade.png) repeat-x;
}
.clearing {
	display: block;
	overflow:hidden;
	height: 1px;
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
