@charset "utf-8";
#maincontainer {
	background: #99FF99;
	text-align: center;
	width: 960px;
	clip: rect(0px,auto,0px,auto);
	border: thick solid #006600;
}
#body {
	background: #99FF99;
}

#container {
	background: #99FF99;
	margin: 0px auto;
	width: 960px;
	height: 170px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006600;
	border: thick solid #003300;
	padding: 0px;
}
#apnavbar {
	background: #99FF99;
	text-align: center;
	width: 960px;
	margin: 5px auto;
	border: thick solid #006600;
	top: 300px;
}


#apDiv2 {
	margin: 5px auto 0px;
	width: 960px;
	background: #99FF99;
	border: thick solid #006600;
	text-align: center;
}
#apsidebar1 {
	text-align: center;
	width: 200px;
	background: #99FF99 repeat;
	top: 270px;
	clip: rect(5px,auto,auto,auto);
	left: 11px;
	position: absolute;
	border: thick solid #006600;
	margin-top: 5px;
	height: 95px;
	z-index: 11;
}


#apsidebar2 {
	text-align: center;
	width: 203px;
	background: #99FF99;
	top: 270px;
	clip: rect(5px,auto,auto,auto);
	left: 250px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	height: 95px;
	border: thick solid #006600;
	z-index: 12;
}
#apsidebar3 {
	text-align: center;
	width: 200px;
	background: #99FF99;
	top: 270px;
	clip: rect(5px,auto,auto,auto);
	left: 500px;
	border: thick solid #006600;
	position: absolute;
	height: 95px;
	z-index: 13;
}

#apsidebar4 {
	text-align: center;
	width: 200px;
	background: #99FF99;
	top: 270px;
	clip: rect(5px,auto,auto,auto);
	left: 772px;
	height: 95px;
	border: thick solid #006600;
	position: absolute;
	z-index: 14;
}





#header_img1 {
	height: 160px;
	width: 200px;
	top: 5px;
	margin: 5px;
	padding: 0px;
	border: thick solid #99FFCC;
	right: 500px;
}
#header {
	height: 160px;
	width: 400px;
	margin-top: 5px;
	background-color: #99FFCC;
	clear: both;
	float: left;
	position: relative;
}


#header_img2 {
	height: 160px;
	width: 200px;
	margin-top: 5px;
	float: right;
	clear: both;
	position: relative;
}

