body
{
	margin: 0;
	padding: 0;
}
div#wrapperOutside
{
	border: 0px solid white;
	width: 943px;
	background:
}

div#header
{
	width: 943px;
	height: 158px;
	min-height: 158px;
	background: url(images/new/1x.gif);
	clear: both;
	border: 0px solid black;
}
div#subheader
{
	width: 943px;
	height: 45px;
	
	background: url(images/new/2a.gif);
	clear: both;
	z-index: 100;
	border: 0px solid black;
}
div#wrapper
{
	width: 943px;
	height: 390px;
	min-height: 390px;
	text-align: left;
	border: 0px solid blue;
	background: url(images/new/extender.gif) repeat-y;	
	clear:both;
}
div#leftC
{
	float: left;
	width: 154px;
	height: 361px;
	border: 0px solid red;
	padding-top: 40px;
	background: url(images/new/left1.gif) no-repeat;
}
div#rightC
{
	float: right;
	width: 36px;
	height: 344px;
	border: 0px solid blue;	
}
div#footer
{
	width: 943px;
	height: 43px;
	background: url(images/new/3.gif) no-repeat;
	float: left;
}


#cleardiv
{
	clear: both;
	height: 0px;
	overflow: hidden;
}
div#content
{	
	margin-top: 0px;
	margin-left: 50px;
	float:left;
	width: 600px;
	height: auto;
	min-height: 390px;
	border: 0px solid black;
	padding: 0px 0px 30px 0px;
	z-index: 300;
	
}
#menubar
{
	position: absolute;
	padding-left: 12px;
	width: 142px;
	background:
	border: 0px solid blue;
}



html>body>div #wrapper{height: auto;}
html>body #contentr{height: auto;}
html>body #wrapperOutside{height: auto;}