/*
Author: 小雨  <<('@')>> 
         ///
        (- -)
       /     \
      /  | |  \
     /   | |   \
         | |
         | |

Date: 2008年12月19日 
Best wishes
*/
* {padding: 0; margin: 0;} 

/* Generic
---------------------------------------------------------------------------------*/
body {
	font:Arial, Helvetica, sans-serif;
	background:#fff url(../specialimages/yellow_bg.jpg) fixed repeat-x center top;
	width: 100%;
	text-align:center;
	font-size:12px;
}

p {	margin:10px;
}

p.ind28 {
	text-indent:28px;
}

p.ind24 {
	text-indent:24px;
}
img{
	border:0;
}

img.border {
	border:1px #f4a731 solid;
	padding:2px;
}
a {
	color: #f4a731;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
ul {
	list-style: none;
	padding:0 10px;
}
li {
	line-height:20px;
}

h2{
	font-size:14px;
	line-height:30px;
	padding-left:30px;
	background:url(../specialimages/h2_p.jpg) no-repeat left center;
}
.clear{
	clear:both;
}
.title{
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	border-bottom:1px #f4a731 dashed;
	padding-left:20px;
	margin-bottom:10px;
}
span.more{
	margin-right:10px;
	float:right;
	font-size:12px;
	font-weight:normal;
}

span.more a{
	color:#000000;
}

/* header
---------------------------------------------------------------------------------*/
#header{
	width:950px;
	margin:0 auto;
	background:#fff url(../specialimages/top3.jpg) no-repeat top center;
	height:260px;
}
#nav{
	float:right;
	margin:30px;
}

/* content
---------------------------------------------------------------------------------*/
#content{
	background:#fff url(../specialimages/page_bg.jpg) repeat-y top center;
	width:950px;
	margin:0 auto;
	height:auto;
	overflow:auto;
	text-align:left;
}
#guide{
	padding:10px;
	padding-left:225px;
	margin:10px;
	margin-top:0;
	border:3px #f4a731 double;
	background:#FFFFFF url(../specialimages/guide_bg3.jpg) no-repeat left bottom;
	font-size:14px;
}
.faqs{
	background:url(../specialimages/faqs.jpg) no-repeat top center;
	padding-top:250px;
}
.left{
	width:300px;
	float:left;
	margin:10px;
	_margin:5px;
}
.right{
	width:300px;
	float:right;
	margin:10px;
	_margin:5px;
}
.center{
	width:300px;
	float:left;
	margin:10px 5px;
	_margin:5px;
}
.box{
	height:300px;
}
.tac{
	text-align:center;
}
#banner{
	float:right;
	margin-right:10px;
	_margin-right:5px;
}
#toolbox{
	background:url(../specialimages/box_bg.jpg) no-repeat bottom 10px;
	padding-left:100px;
}
#palette{
	background:url(../specialimages/palette.jpg) no-repeat center center;
	height:550px;
	width:950px;
	text-align:center;
	margin:0 auto;
	padding-top:50px;
}
/* footer
---------------------------------------------------------------------------------*/
#footer{
	width:950px;
	margin:0 auto;
	padding:20px 0;
}