@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#all {
	width: 900px;
	position: absolute;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#all #top {
	background-image: url(../images/bgtoplogo.png);
	float: left;
	height: 100px;
	width: 900px;
	position: relative;
}
#all #left {
	width: 115px;
	float: left;
	position: relative;
}
#all #main {
	width: 775px;
	float: left;
}
#all #right {
	float: left;
	width: 150px;
	background-color: #9CC;
	position: relative;
}
#all #btm {
	float: left;
	height: 45px;
	width: 840px;
	font-size: 1.3em;
	text-align: center;
	padding-top: 10px;
	color: #00F;
	position: relative;
}
#all #btm1 {
	float: left;
	height: 30px;
	width: 60px;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	padding-top: 25px;
	color: #00F;
	position: relative;
}
#apDiv1 {
	position:absolute;
	left:586px;
	top:12px;
	width:300px;
	height:75px;
	z-index:1;
}

