#picture {
	position: absolute;
	height: 116px;
	width: 150px;
	left: 16px;
	top: 15px;
	z-index: 10;
}
#banner {
	background-color: #9CCFF7;
	position: absolute;
	z-index: 8;
	height: 100px;
	width: 100%;
	left: 10px;
	top: 7px;
	margin-top: 0px;
	margin-left: 0px;
}
#sidebar {
	background-color: #9ccff7;
	position: absolute;
	z-index: 6;
	height: 428px;
	width: 99px;
	left: 12px;
	top: 106px;
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 20px;
	padding-left: 1px;
}
#main {
	padding: 10px;
	position: absolute;
	height: 460px;
	width: 604px;
	left: 136px;
	top: 142px;
}

