@charset "utf-8";


body
{
	background-color:#A0A0A4;
	font-family:Tahoma, Geneva, sans-serif;
}

#container
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header
{
	width:950px;
	height:125px;
	background-color:#fff;
	background-image:url(../pics/site/header950t.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-top:0px;
}

#mainnav
{
	width:950px;
	height:25px;
	background-color:#1970d8;;
	margin-bottom:5px;
	margin-top:0;
	padding-top:3px;
}

#mainnav ul
{
	margin:0;
	padding:0;
}

#mainnav ul li
{
	display:inline;
}

#mainnav ul li a
{
	text-decoration:none;
	color:#fff;
	border-right:1px solid #fff;
	padding:0em 1em 0em 1em;
}

#mainnav ul li a:hover
{
	color:#000;
}

#contents
{
	width:950px;
	height:600px;
	background-color:#FFF;
	position:relative;
	
}

#main_pic
{
	width:325px;
	height:300px;
	position:absolute;
	top:10px;
	left:55px;
	border:1px solid #000;
}

table#picbar
{
	width:425px;
	position:absolute;
	top:320px;
	left:5px;
	
}


#apDiv1 {
	position:absolute;
	left:461px;
	top:16px;
	width:450px;
	height:579px;
	z-index:1;
	font-size: 18px;
}
#apDiv1 h3 {
	text-align: center;
}
#apDiv2 {
	position:absolute;
	width:390px;
	height:115px;
	z-index:1;
	left: 26px;
	top: 443px;
}
#apDiv2 img
{
	border-style:none;
	border:none;
}

.p_indent
{
	text-indent:10px;
	text-align:justify;
}
.return
{
	margin-left:162px;
}

.return img
{
	border-style:none;
	border:none;
}

#footer
{
	clear:both;
	width:950px;
	height:50px;
	background-color:#1970d8;
	margin-top:5px;
	font-size: 10px;
	position:relative;
	
}

#copywrite
{
	position:absolute;
	bottom:1px;
	left:375px;
	width:200px;
	height:14px;
	text-align:center;
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
}

