div.container
{
        width: 100%;
        text-align: center;
        background: url('/imagesnew/header.jpg') no-repeat center top black;
        height: 192px;
}
div.banner
{
	position:absolute;
	top:0px;
	left:185px;
	border:0px solid white;
	background-image: url('/imagesnew/banner.jpg');
	width: 797px;
	height:161px;
	overflow:hidden;
}
div.column2
{
	position:absolute;
	top: 175px;
	border:0px solid white;
	width:390px;
	left:190px;
	overflow:auto;
	height:225px;
}
#column2 h1
{
	font-size:1.8em;
	font-weight:bold;
	color:white;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
}
#column2 p
{
	margin:0px;
	padding-bottom:0px;
	padding-top:5px;
}
div.column3
{
	position:absolute;
	border:0px solid white;
	left: 590px;
	top: 170px;
}

