@charset "utf-8";
.apHeader {
	position:relative;
	width:950px;
	height:100px;
	z-index:1;
	background-image: url(../images/gradient2.png);
	background-position: bottom;
}
.apHeader div#Logo {
	position:absolute;
	width:127px;
	height:60px;
	z-index:1;
	left: 5px;
	top: 3px;
	float: left;
}
.apHeader div#Mainmenu {
	position:relative;
	width:700px;
	height:40px;
	z-index:2;
	left: 140px;
	top: 30px;
}
.apBody {
	position:relative;
	width:925px;
	height:350px;
	z-index:2;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.apHeader #Mainmenu ul {
	margin:5px;
	padding:0;
	width:600px;
	overflow:hidden;
	z-index: 99;
}
.apHeader #Mainmenu li{
	margin:0;
	list-style:none;
	float:left;
	width: 100px;
	z-index: 99;
	height: 22px;
	padding-top: 8px;
	text-align: center;
	cursor: hand;
}   
Body {
	font-family: "MS Sans Serif", BrowalliaUPC;
	font-size: 69%;
}
#apFooter {
	position:relative;
	width:900px;
	height:110px;
	z-index:3;
	padding-top: 5px;
	margin-left: 50px;
}
#apFooter  .box {
	position:relative;
	width:100px;
	height:95px;
	z-index:1;
	left: 2px;
	top: 5px;
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 3px;
	margin-right: 3px;
	cursor: hand;
}
#apFooter .box img {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

.apHeader #apNewsUpdate {
	position:absolute;
	width:941px;
	height:25px;
	z-index:3;
	top: 69px;
	left: 5px;
	overflow: hidden;
}
#apSlide {
	position:absolute;
	width:357px;
	height:21px;
	z-index:1;
	top: 2px;
	left: 948px;
}
.apBody  .Modelbody {
	position: absolute;
	width: 523px;
	height: 334px;
	left: 6px;
	top: 6px;
	border: thin outset #99FF33;
	z-index: 99;
	background-color: #FFFFFF;
	overflow: auto;
}

