@charset "utf-8";
/* CSS Document */
/* Zero out browser defaults */
* {  
	margin: 0; 
	padding: 0; 
	border: 0;
}
/* force firefox to draw a scroll bar */
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0 auto; 
	font-size: 100.01%;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}
#wrapper {
	padding-top:20px;
	width: 750px;
	position:relative;
	left:50%;
	margin-left:-375px;	 
	background-color: #FFFFFF;
}

#apDiv1, #apDiv2, #apDiv5  {
	border:  none;
	font-size: 9px;
}
#apDiv3, #apDiv4,  #apDiv6 {
	border:  none;
	font-size: 11px;
	font-weight: bold;
}
#apDiv1 {
	position:absolute;
	left:89px;
	top:386px;
	width:123px;
	height:90px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:309px;
	top:381px;
	width:114px;
	height:85px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:515px;
	top:424px;
	width:153px;
	height:49px;
	z-index:3;
}
#apDiv4 {
	position:absolute;
	left:88px;
	top:676px;
	width:145px;
	height:85px;
	z-index:4;
}
#apDiv5 {
	position:absolute;
	left:301px;
	top:702px;
	width:102px;
	height:52px;
	z-index:5;
}
#apDiv6 {
	position:absolute;
	left:533px;
	top:694px;
	width:93px;
	height:68px;
	z-index:6;
}
#apDiv7 {
	position:absolute;
	left:70px;
	top:406px;
	width:130px;
	height:100px;
	z-index:7;
}
#apDiv8 {
	position:absolute;
	left:300px;
	top:407px;
	width:130px;
	height:100px;
	z-index:8;
}
#apDiv9 {
	position:absolute;
	left:586px;
	top:418px;
	width:130px;
	height:89px;
	z-index:9;
}
#apDiv10 {
	position:absolute;
	left:88px;
	top:736px;
	width:130px;
	height:100px;
	z-index:10;
}
#apDiv11 {
	position:absolute;
	left:291px;
	top:639px;
	width:130px;
	height:100px;
	z-index:11;
}
#apDiv12 {
	position:absolute;
	left:513px;
	top:734px;
	width:130px;
	height:100px;
	z-index:12;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

