body
{
	background: url(images/new/backing2.jpg);
	background-repeat: repeat-xy;
}
div#wrapperOutside
{
	text-align: center;
}
div#header
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	min-height: 245px;
	background-image: url(images/new/header.jpg);
	background-repeat: no-repeat;
	

}
div#wrapper
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	
	width: 960px;
	min-height: 370px;
	background: url(images/new/extender.gif) repeat-y;	


}
#cleardiv
{
	clear: both;
	min-height: 0px;
	overflow: hidden;
	
}

#leftC
{
	float: left;
	width: 66px;
	height: 262px;
	background: url(images/new/left.gif) no-repeat;
}

#rightC
{
	float: left;
	width:35px;
	height: 262px;
	background: url(images/new/right.gif) no-repeat;
}

#content
{	
	float: left;
	width: 819px;
	padding-left: 30px;
	padding-right: 10px;
	min-height: 434px;	
	text-align: left;

}


div#footer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
	width: 960px;
	min-height: 152px;
	background: url(images/new/footer.gif) no-repeat;
}

div#menubar
{
	margin-left: 45px;
	width: 880px;
	height: 23px;
	text-align: left;
	background: none;

}
#spacer
{
	padding-top: 10px;
}




/* prevent initial menu downward during loading */
#menu ul 
{
	width: auto;
}





html>body #content {height: auto;}
html>body #wrapper {height: auto;}

