#sidebar {
	background-repeat: repeat-y;
	position: absolute;
	width: 275px;
	left: 0px;
	top: 121px;
	height: 100%;
	background-image: url(../images/menubg.jpg);
	visibility: visible;
}
#banner {
	background-color: #000000;
	position: absolute;
	height: 121px;
	width: 100%;
	left: 0px;
	top: 0px;
	visibility: visible;
}
#main {
	margin-top: 131px;
	margin-right: 10px;
	margin-left: 280px;
}
#navlist {
	width: 155px;
	position: absolute;
	left: 10px;
	top: 124px;
}
