/******************************** Structure Settings ******************************/
div#layout_2column
{
	position:relative;
	width: 924px;	/* website width */
	margin: 0 auto; /* centres div */
	padding: 0 80px 0 80px;
	text-align: left;
	background-color: #000000;
}
div#header
{
	overflow:hidden;
	position:relative;
	background: url(../images/atticlogo.jpg) left top no-repeat;
	width: 100%;
	height: 181px;
	margin: 0px;
	padding: 0px;
	border-bottom: solid white 2px;
}
div#contentwrapper
{
	overflow:hidden;
	position:relative;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
div#maincontent
{
	overflow:hidden;
	float: left;
	width: 934px;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	min-height:600px;
}


div#leftcolumn
{
	overflow:hidden;
	float: left;
	width: 310px;	/* width of right hand column */
	padding: 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;
	background: url(../images/footer.gif) left top no-repeat;
	width: 100%;
	height: 43px;
	margin: 0px;
	padding: 0px;
}

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