div#content
{
	float:left;
	width: 392px;
	min-height: 500px;
	line-height: 110%;
	border: 0px solid purple;

}

div#content2
{
	width: 350px;
	padding: 5px;
	border: 0px solid green;	
}

div#wrapperOutside
{
	border: 0px solid red;
	width: 790px;
}
div#wrapper
{

	width: 770px;
	text-align: left;
	background-image: url(images/new/extender.jpg);
	border: 0px solid pink;
	min-height: 500px;
	
}
body
{
	margin: 0;
	padding: 0;
}
div#header
{

	width: 770px;
	height: 165px;
	background-image: url(images/new/2a.jpg);
	background-repeat: no-repeat;
	
}
div#rightC
{
	float: right;
	width: 215px;
	min-height: 250px;
	border: 0px solid blue;

}
div#leftC
{
	float: left;
	width: 163px;
	min-height: 200px;
	border: 0px solid red;

}
#cleardiv
{
	clear: both;
	height: 0px;
	overflow: hidden;
}
div#footer
{
	width: 770px;
}
div#footer a
{
	color: Black;
	text-decoration: underline;
	font-size: 9px;
}

div#footer a:hover
{
	color: Black;
}

#menubar2
{
	position: absolute;
	height: 25px;
}
#menuSpacer
{
	padding-top: 10px;
}


div#form
{
	padding-top: 5px;
	padding-left: 200px;
	margin: 0;
	border: 0px solid blue;
}
div#newsHeadlineDiv
{
	padding: 5px;
}


div#topSearch{
	background:url(images/new/3a.jpg) no-repeat;
	width: 392px;
	height: 70px;
}


html>body #content {height: auto;}
html>body #wrapper {height: auto;}