﻿@charset "utf-8";
#header {
	clear:both;
	width:560px;
	height:105px;
	margin:0px auto 0px auto;
	padding:0px;
	border-bottom:1px dashed #b3b3b3
}
#header .logo{
	float:left;
	width:219px;
	height:65px;
	padding:29px 0px 0px 10px;
}
#header .right{
	float:right;
	width:220px;
	height:35px;
	color:#333333;
	padding:65px 0px 0px 0px
}
#header .right span{
	color:#ff79bc;
}
#main {
	clear:both;
	width:560px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px
}
#main .img{
	float:left;
	width:140px;
	height:152px;
	text-align:center;
}
#main .img .name{
	line-height:16px;
	color:#000000;
	text-align:center
}
#footer_txt{
	width:816px;
	height:84px;
	margin:0px auto 0px auto;
	padding:10px 0px 0px 0px;
	text-align:center;
	color:#3e3d3d;
	line-height:18px
}
#footer {
	clear:both;
	width:100%;
	height:64px;
	margin:0px;
	padding:0px;
	position:relative;	
}
#footer a{
	color:#FFF;
}
#footer a:hover {
	color:#f60;
	text-decoration:underline;
}
#footer .box {
	text-align:center;
	height:44px;
	line-height:44px;
	background-color:#000000;
	color:#ffffff
}
#footer .manage{
	float:left;
	width:50px;
	background:url(../images/footerbg2.png) repeat-x 0px 0px;
	height:37px;
	padding:9px 0px 0px 0px;
	line-height:20px;
	text-align:right;
}