#header {
	position:absolute;
	width:100%;
	height:206px;
	z-index:1;
	left: 13px;
	background-color: #006633;
}
#leftcontent {
	position:absolute;
	width:15%;
        height:1500px;
	z-index:2;
	left: 1%;
	top: 271px;
	background-color: #CCCCCC;
}
#centercontent {
	position:absolute;
	width:70%;
        height:1500px;
	z-index:3;
	left: 16%;
	top: 269px;
	background-color: #99FFFF;
}
#rightcontent {
	position:absolute;
	width:15%;
        height:1500px;
	z-index:4;
	left: 86%;
	top: 270px;
	background-color: #CCCCCC;
}
#apDiv1 {
	position:absolute;
	width:100%;
	height:59px;
	z-index:5;
	left: 15px;
	top: 574px;
}
.bigwhite {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.bigblue {
	font-size: 32px;
	color: #33F;
	text-align: center;
}
#menu {
	position:absolute;
	width:100%;
	height:36px;
	z-index:5;
	left: 12px;
	top: 227px;
	background-color: #CCFFFF;
}
body {
	background-color: #FFC;
}
#apDiv2 {
	position:absolute;
	width:98%;
	height:499px;
	z-index:1;
	left: 1%;
	top: 11px;
}
.smallblue {
	color: #00C;
}