@charset "utf-8";
/* CSS Document */
#main{
	width:1003px;
	text-align:left;
}
#loginbg{
	text-align:left;
	background:url(../images/loginbg.jpg) no-repeat;
	background-color: #16336f;
	width:580px;
	height:318px;
	padding-top: 450px;
	padding-left: 423px;
	font-weight: bold;
}
#content{
	width:1003px;
	text-align:left;
	float: left;
}
#left{
	width:174px;
	margin:0px 10px 0px 0px;
	float: left;
}
#right{
	width:805px;
	margin:0px 0px 0px 0px;
	float: right;
}


#footer{
	background:url(../images/footbg.jpg) repeat-x;
	width:100%;
	height:50px;
	padding-top: 15px;
	line-height: 22px;
	text-align: center;
}

#footer a{
	color:#333;
	text-decoration: none;
}
#mind_right{
	width:240px;
	float: right;
}

