@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

.container {
	width: 100%;
	max-width: 1600px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1000px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
}

#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	min-width:1000px;
	min-height:400px;
	z-index:0;
	background-color: #ABAB9E;
}

.menu-div1 {
	position:absolute;
	right: 1%;
	top: 3%;
	width: 280px;
	height:30px;
	z-index:4;
}

#apDiv2 {
	position:absolute;
	left: 0px;
	top:120px;
	width:100%;
	z-index:1;
}

#apDiv3 {
	position:absolute;
	width:542px;
	height:16px;
	z-index:5;
	left: 3%;
	top: 3%;
}
#apDiv9 {
	position:absolute;
	left:5%;
	top:10%;
	width:339px;
	height:180px;
	z-index:3;
}
#apDiv4 {
	position:absolute;
	width:740px;
	height:180px;
	z-index:1;
	left: 90px;
	top: 2px;
	line-height: 15pt;
}
#apDiv13 {
	position:absolute;
	left:3%;
	top:3%;
	z-index:4;
	width: 218px;
	height: 16px;
}
