/*Splash page*/
.bodySplash
{
	text-align:center;	
}
#splash
{
	background: url(images/new/splash.jpg) no-repeat;
	width: 960px;
	min-height: 660px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid red;
}
#enter
{
	position: relative;
	width: 90px;
	min-height: 40px;	
	top: 540px;
	left: 450px;	
}


/*Main Page Layout*/
body
{
	background: #DAEAC6 url(images/new/backing.jpg) repeat-x;
	
}
#wrapperOutside
{
	text-align: center;
}
#HeaderTable
{
	width: 960px;
	min-height: 245px;
	background: url(images/new/1a.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;	
	border: 0px solid black;
	text-align: center;
}
#menuspacer
{
	padding-top: 174px;
	background-color: none;
}


#menubar2
{
	position: relative; 
	margin-left: 176px;
	height: 20px;
	background: none;
}

#wrapper
{
	width: 960px;
	min-height: 360px;
	height: 360px;
	background: url(images/new/extender.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid blue;
	text-align: left;
}
#leftC
{
	background: url(images/new/2a.gif) no-repeat;
	width:47px;
	min-height: 360px;
	float: left;
	border: 0px solid red;
}
#rightC
{
	width:46px;
	background: url(images/new/2b.gif) no-repeat;
	min-height: 360px;	
	float: left;
}
#content
{
	width: 867px;
	min-height: 360px;
	float: left;
	background-color: none;
}
#footer
{
	width:960px;
	min-height:53px;
	background: url(images/new/3a.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}	
#cleardiv
{
	clear: both;
	min-height: 0px;
	overflow: hidden;
}



html>body #content {height: auto;}
html>body div#wrapper {height: auto;}
html>body #wrapperOutside{height: auto;}
