#wrapper {
	background-color: #00CCFF;
	height: 581px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}
#banner {
	height: 123px;
	width: 760px;
	position: absolute;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
}
body {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	font-size: 24px;
}
#welcome {
	height: 60px;
	width: 493px;
	position: absolute;
	left: 181px;
	top: 82px;
}
#nav {
	position: absolute;
	height: 387px;
	width: 185px;
	left: 8px;
	top: 183px;
	background-color: #33FFFF;
}
#contents {
	background-color: #FFFFFF;
	float: right;
	height: 387px;
	width: 537px;
	position: absolute;
	left: 204px;
	top: 183px;
	overflow: auto;
	padding-left: 10px;
}
.float_left {
	float: left;
}
#orchestra {
	height: 75px;
	width: 425px;
	position: absolute;
	left: 306px;
	top: 2px;
}
