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

div#layout_2column
{
	position:relative;
	width: 964px;	/* website width */
	margin: 0px auto; /* centres div */
	padding: 0px;
	text-align: left;
}
div#header
{
	overflow:hidden;
	position:relative;
	width: 964px;
	height:123px;
	margin: 0px;
	padding: 0px;
}
div#contentwrapper
{
	overflow:hidden;
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div#rightcolumn
{
	overflow:hidden;
	float: left;
	width: 211px;	/* width of left hand column */
	padding: 0px;
	min-height:350px;
}
div#contentleft {
	float:left;
	postion:relative;
	width:324px;
}
div#contentmiddle {
	float:left;
	position:relative;
	width:427px;
}
div#maincontent
{
	overflow:hidden;
	float: left;
	width: 753px;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	min-height:350px;
}
div#banner {
	position:relative;
	width:753px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	padding-bottom:5px;
}
* html div#maincontent /* fixes column bug in IE - do not remove */
{
	display: inline;
}
div#footer
{
	overflow:hidden;
	position:relative;
	width: 964px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	background:url(../images/footer-top.gif) top left no-repeat;
	color:#bbbbbb;
	font-size:90%;
}

div#footertext
{
	/*float: left;*/
	/*width: 332px;*/
	margin:0;
	clear:left;
}
div#footertext p{
  margin:0;
	padding-top:8px;
}

div#footerlogo
{
	float: left;
	margin: 0;
}
div#footerpassion{
	float: left;
	margin: 0;/* 0 0 3px;*/
}
div#footerdcc{
  float: left;
	margin: 0;
}
div#footersfb{
  float: left;
	margin: 0;
}

#fatfrog{
  float:right;
  clear:left;
}
#fatfrog a {
	float: right;
	background:url(../images/fatfrog.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display:block;
	width:45px;
	height:20px;
}

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