div#wrapperOutside
{
	border: 0px solid red;
	width: 958px;
	background:
}
div#header
{
	width: 958px;
	height: 190px;
	min-height: 190px;
	clear: both;
	border: 0px solid black;
}
#menubar
{
	height: 23px;
	border: 0px solid yellow;
	width: 942px;
	background: url(images/new/2.gif) repeat-y;
	padding-left: 19px;
	text-align: left;
}
#menu ul {
width: 154px;
}

#menu a {
	border-right: 1px solid white;
	height: 18px;
}


div#wrapper
{
	width: 958px;
	height: 388px;
	min-height: 388px;
	text-align: left;
	border: 0px solid blue;
	background: url(images/new/extender.gif) repeat-y;	
	clear:both;
}


div#rightC
{
	float: right;
	width: 51px;
	height: 388px;
	border: 0px solid black;
	background: url(images/new/right.gif) no-repeat;
}

div#leftC
{
	float: left;
	width: 57px;
	height: 388px;
	border: 0px solid red;
	background: url(images/new/left.gif) no-repeat;
}


div#footer
{
	width: 958px;
	height: 48px;
	background: url(images/new/4.gif) no-repeat;
	float: left;
}
#cleardiv
{
	clear: both;
	height: 0px;
	overflow: hidden;
}

div#content
{	
	float:left;
	width: 780px;
	height: 350px;
	min-height: 350px;
	line-height: 110%;
	border: 0px solid black;
	padding: 30px 20px 30px 30px;
}

html>body>div #wrapper{height: auto;}
html>body #content{height: auto;}
html>body #wrapperOutside{height: auto;}