body{
	font-size: 14px;
	color: #333333;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #cccccc;
}

#back {
	width: 780px;
	height: 650px;
	position: absolute;
	background-color: #CCCCCC;
	top: 6px;
	left:6px;
	z-index: 1;
}
#inner {
	width: 780px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 650px;
	position: absolute;
	top: 0px;
	left:0px;
	z-index: 2;
}
#outer{
	position:relative;
	width: 780px;
	height: 650px;
	top:5px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-attachment: fixed;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	width: 780px;
	height: 150px;
	text-align: left;
}
#menu {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 25px;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	text-align: center;
	width:780px;
	
}
#main {
	padding-top: 10px;
	width: 780px;
	height:425px;
}
#footer {
	height: 20px;
	width: 770px;
	padding-top: 10px;
	text-align:right;
	padding-right:10px;
}

li {
	padding-top:5px;
	FLOAT: left;
	display:inline; 
	width: 100px;
}
.line {
	width: 2px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	
}
.zhuan{
	position: absolute;
	right:5px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight :bold;
	cursor: crosshair;
}

