﻿body {
	margin:0;
	padding:0;
	font-size:12px;
}
#toper {
	height:100px;
	border-bottom:solid 2px #C1CBFF;
	background-image:url(../imgs/banner.png);
	background-repeat:no-repeat;
	background-color:#E7F0F6;
}
#topDes {
	position:absolute;
	left:250px;
	font-family:'Microsoft YaHei',KaiTi,Arial;
	color:#3670A0;
	font-size:30px;
	line-height:100px;
	height:100px;
}
#topDes span {
	font-size:50px;
}
#footer {
	height:30px;
	border-top:solid 2px #C1CBFF;
	color:#808080;
	text-align:center;
	line-height:30px;
	font-family:Arial;
}
#footer a {
	color:#808080;
}
#footer a:hover {
	color:#f00;
}
#content,#nav {
	float:left;
	height:100%;
}
#nav {
	width:200px;
	float:left;
	border-right:solid 2px #C1CBFF;
}
#userState {
	position:absolute;
	right:5px;
	top:5px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#f00;
	text-decoration:underline;
}
#copyRightInfo {
	position:absolute;
	right:5px;
	top:75px;
}
