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

div#layout_3column
{
	position:relative;
	width: 920px;	/* website width */
	margin: 0px auto; /* centres div */
	padding: 0px;
	text-align: left;
	background:url(../images/maincontent-bg.gif) repeat-y;
}
div#homepage_3column
{
	position:relative;
	width: 920px;	/* website width */
	margin: 0px auto; /* centres div */
	padding: 0px;
	text-align: left;
	background:url(../images/bg-homepage.gif) repeat-y;
}
div#header
{
	overflow:hidden;
	position:relative;
	width: 100%;
	height:auto;
	margin: 0px;
	padding: 0px;
}
div#contentwrapper
{
	overflow:hidden;
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div#leftcolumn
{
	overflow:hidden;
	float: left;
	width: 210px;	/* width of left hand column */
	padding: 0px;
	margin: 0px 5px 0px 0px;
	min-height:400px;
}
div#homepageleftcolumn
{
	overflow:hidden;
	float: left;
	width: 396px;	/* width of left hand column */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	min-height:400px;
}
div#maincontent
{
	overflow:hidden;
	float: left;
	width: 490px;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	min-height:400px;
}
div#homepagemaincontent
{
	overflow:hidden;
	float: left;
	width: 315px;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	min-height:400px;
}
div#rightcolumn
{
	overflow:hidden;
	float: right;
	width: 210px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	min-height:400px;
}
div#homepagerightcolumn
{
	overflow:hidden;
	float: right;
	width: 209px;
	padding: 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%;
	height:29px;
	margin: 0px;
	padding: 0px;
	background:#FFFFFF;
}
div#fatfrog a
{
	overflow:hidden;
	display:block;
	position:absolute;
	width: 112px;
	height:29px;
	margin: 0px;
	padding: 0px;
	right:0px;
	top:0px;
	background:url(../images/fatfrog.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
div#threecolumnfooter {
	display:block;
	clear:both;
	width:920px;
	height:14px;
	background:url(../images/maincontent-bg-bottom.gif) 0 0 no-repeat;
}
div#homepagefooter {
	display:block;
	clear:both;
	width:920px;
	height:14px;
	background:url(../images/homepage-bg-bottom.gif) 0 0 no-repeat;
}
.clearing {
	display: block;
	overflow:hidden;
	height: 1px;
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
