@charset "utf-8";
body {
	font-family: "Trebuchet MS", sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2d3c82;
}
.oneColFixCtr #container {
	width: 791px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	width: 100%;
	height: 768px;
}
#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:198px;
	height:214px;
	z-index:1;
	background-image: url(images/1.gif);
}
#apDiv2 {
	position:absolute;
	left:198px;
	top:0px;
	width:198px;
	height:214px;
	z-index:1;
	background-image: url(images/2.gif);
}
#apDiv3 {
	position:absolute;
	left:396px;
	top:0px;
	width:198px;
	height:214px;
	z-index:1;
	background-image: url(images/3.gif);
}
#apDiv4 {
	position:absolute;
	left:594px;
	top:0px;
	width:197px;
	height:214px;
	z-index:1;
	background-image: url(images/4.gif);
}
#apDiv5 {
	position:absolute;
	left:0px;
	top:214px;
	width:198px;
	height:214px;
	z-index:1;
	background-image: url(images/5.gif);
}
#apDiv6 {
	position:absolute;
	left:198px;
	top:214px;
	width:198px;
	height:214px;
	z-index:1;
	background-image: url(images/6.gif);
}
#apDiv7 {
	position:absolute;
	left:396px;
	top:214px;
	width:198px;
	height:214px;
	z-index:1;
	background-image: url(images/7.gif);
}
#apDiv8 {
	position:absolute;
	left:594px;
	top:214px;
	width:197px;
	height:214px;
	z-index:1;
	background-image: url(images/8.gif);
}
#apDiv9 {
	position:absolute;
	left:0px;
	top:428px;
	width:791px;
	height:61px;
	z-index:1;
	background-image: url(images/12.gif);
}
#apDiv10 {
	position:absolute;
	left:0px;
	top:485px;
	width:100%;
	height:435px;
	z-index:1;
}
