#banner {
	overflow: visible;
	position: absolute;
	height: 150px;
	width: 100%;
	left: 0px;
	top: 0px;
	right: auto;
	background-color: #999999;
}
#maintext {
	margin-top: 200px;
	margin-right: 10px;
	margin-left: 200px;
	padding-left: 20px;
	width: 70%;
}

#navabr {
	position: absolute;
	height: 29px;
	width: 830px;
	left: 200px;
	top: 150px;
	overflow: visible;
	visibility: visible;
}

#sidebar {
	overflow: visible;
	position: absolute;
	left: 0px;
	top: 150px;
	bottom: 0px;
	height: 450px;
	width: 200px;
	background-color: #FFFFFF;
}
maintext {
	padding: 10px;
	position: absolute;
	width: auto;
	left: 200px;
	top: 180px;
	float: right;
}
