@charset "utf-8";
#main {
	background-image: url(../Images/bg.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	background-color: #FF6108;
	height: auto;
}
#main #top {
	background-image: url(../Images/flower.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	background-color: #FF5023;
	height: 49px;
}
#main #body {
	background-color: #FFFFFF;
	height: 880px;
	width: auto;
	padding-top: 10px;
	margin-left: 20px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 28px;
	margin-right: 20px;
}
#main #body #body-bottom {
	background-color: #FFFFFF;
	background-image: url(../Images/body_bottom_left.jpg);
	background-repeat: no-repeat;
	height: 25px;
	display: block;
}
#main   #body   #body-bottom   span {
	background-color: #FFFFFF;
	background-image: url(../Images/body_bottom_right.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: right;
	height: 25px;
	width: 40px;
}
#main  #body  #body-baner {
	background-image: url(../Images/banner.png);
	background-repeat: no-repeat;
	height: 310px;
	width: 898px;
	background-color: #FFFFFF;
	border: 2px solid #FF6600;
	background-position: 5px 3px;
	overflow: visible;
}
#body-baner #baner_title {
	background-image: url(../Images/baner_title.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 365px;
	margin-left: -25px;
	margin-top: 10px;
	background-color: #FF6600;
	float: left;
}
#body-baner   #order  {
	height: 52px;
	width: 168px;
	float: right;
	margin-right: 20px;
	margin-top: 250px;
	margin-left: 5px;
}
#main #body #body-baner #order a {
	background-image: url(../Images/baner_button.jpg);
	background-repeat: no-repeat;
	background-position: -190px;
	height: 52px;
	width: 168px;
	display: block;
	text-indent: -9999px;
}
#main #body #aboutfreespace {
	height: 430px;
	width: 570px;
	margin-top: 10px;
	background-color: #FFF4EE;
	border: 2px solid #FF6600;
	overflow: hidden;
}
#main #body #friends {
	border: 2px solid #FF6600;
	height: 100px;
	width: 900px;
	float: left;
	margin-top: 10px;
	overflow: visible;
	background-color: #FFF;
}
#bbs_title {
	background-image: url(../Images/bbs_titile.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 305px;
	float: right;
	margin-right: -25px;
	margin-top: 10px;
}
#aboutfreespace_title {
	background-image: url(../Images/aboutfreespace_title.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 365px;
	margin-left: -25px;
	margin-top: 10px;
}
#friends_title {
	background-image: url(../Images/friends.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 115px;
	background-position: 10px;
	margin-top: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
	background-color: #FFF;
}
#friends_links {
	width: 782px;
	height: 100px;
	float: left;
	background-color: #FFF;
}
#friends_links li {
	display: block;
	float: left;
	width: 88px;
	height: 31px;
	margin-left: 12px;
	margin-top: 9px;
	background-color: #FFF;
	border: 1px solid #FF6108;
	padding: 2px;
	line-height: 27px;
	overflow: hidden;
}
#friends_links ul li a img {
	height: 31px;
	width: 88px;
}


#main #body #bbs {
	height: 430px;
	width: 315px;
	border: 2px solid #FF6600;
	margin-top: 10px;
	background-color: #FFF4EE;
	margin-left: 10px;
	overflow: hidden;
}


#body-baner  #about {
	display: block;
	height: 52px;
	width: 184px;
	float: right;
	margin-top: 250px;
	margin-right: 5px;
}
#body-baner  #about a {
	background-image: url(../Images/baner_button.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 52px;
	width: 184px;
	background-position: -2px;
	text-indent: -9999px;
}
#friends_links ul li a {
	display: block;
	height: 36px;
}

#aboutfreespace_content {
	background-color: #FFF4EE;
	width: 550px;
	height: 370px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "微软雅黑";
	color: #FF3300;
	font-weight: bold;
	margin-left: 10px;
}
#footer {
	background-color: #FF6108;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 50px;
	width: 1000px;
}

#footer * {
	background-color: #FF6108;
}

div.overlay {
	background: #FFF;
	width:550px;
	height:auto;
	display:none;
	/*padding:5px;*/
	border:solid #F60 10px;
}
div.overlay div.close {
	background: url(../Images/close.jpg);
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:30px;
	width:73px;
}
#title {
	background: url(../Images/overlay_title_bg.jpg) repeat-x;
	height: 52px;
	width: 540px;
	font:18px;
	font-weight: bold;
	color:#FFF;
	line-height:52px;
	padding-left:10px;
	padding-top:10px;
}
#overlay #contents{
	background: #FFF;
	padding:5px;
}
#aboutfreespace_content p{
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding-left: 20px;
	line-height: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFF4EE;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F60;
}
#aboutfreespace_content li{
	background-color: #FFF4EE;
	font-size: 15px;
}
#bbs #content {
	height: 320px;
	background-color: #FFF4EE;
	margin-top: 50px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#bbs #navi {
	background-color: #FFF4EE;
	height: 50px;
	line-height: 50px;
	padding-left: 45px;
}
#bbs #navi #submitOrder {
	display: block;
	background-color: #FFF4EE;
	height: 40px;
	width: 106px;
	float: left;
	background-image: url(../Images/gongdan.jpg);
	background-repeat: no-repeat;
	background-position: -2px;
}
#bbs #navi #gotobbs {
	display: block;
	background-image: url(../Images/gotobbs.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 106px;
	float: left;
	background-position: -2px;
	margin-left: 20px;
}
