body {
	text-align: center;
        background: #E7B00D;
}

#wrapper {
	display: block; 
	/*border: 1px #000000 solid;*/
	width:100%; 
	margin:0px;
}

#header {
	background: #eee url('images/vta_banner.jpg') no-repeat top;
	border: none;
}

#headerimg 	{
	margin: 0px;
	height: 185px;
	width: 762px;
	}

#content {
	width: 100%;
	border: none;
	float: left;
}

#sidebar {
	width: 100%;
	border: none;
	float: right;
}

#both {
	clear: both;
}

#footer {
        /*height: 49pt;
        width: 780px;
	background: #eee url('images/vta_bottombanner.jpg') no-repeat top;*/
	border: none;
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}

