#sidebar {
	background-color: #FFFFFF;
	position: absolute;
	height: 261px;
	width: 192px;
	left: 10px;
	top: 225px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	line-height: 0px;
}
#banner {
	position: absolute;
	height: 160px;
	width: 520px;
	left: 10px;
	top: 10px;
	margin-right: 10px;
	background-image: url(Banner.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 35px;
	padding-left: 425px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 15px;
}
#main {
	position: absolute;
	width: 713px;
	left: 212px;
	top: 225px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
}
