/*
Author: 小雨  <<('@')>> 
         ///
        (- -)
       /     \
      /  | |  \
     /   | |   \
         | |
         | |

Date: 2008年12月23日 
Best wishes
*/
* {padding: 0; margin: 0;} 

/* Generic
---------------------------------------------------------------------------------*/
body {
	font:Arial, Helvetica, sans-serif;
	background:url(../images/background.jpg) fixed repeat center top;
	width: 100%;
	text-align:center;
	font-size:12px;
}

p {
	text-indent:24px;
	line-height:18px;
}

p.ind {
}

img {
	border: none;
}
a {
	color:#000000;
	text-decoration: none;
	outline: none;
}
a:hover { color:#FF0000;
	text-decoration: none;
}
A:active { color:#996600;
}
A:visited{ color:#999999;
}
ul {
	list-style: none;
}
li{
	line-height:20px;
}
h2{
	font-size:14px;
	line-height:30px;
	padding-left:30px;
}
.title{
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	margin:10px;
	color:#019934;
}
.clear{
	clear:both;
}
.left{
	float:left;
	margin-right:10px;
}
	
.right{
	float:right;
	margin-left:10px;}

/* flash
---------------------------------------------------------------------------------*/
#flash{
	margin-top:60px;
}
/* content
---------------------------------------------------------------------------------*/
#content{
	background:#FFFFFF;
	margin:10px auto;
	padding:10px;
	width:800px;
}
#content2{
	background: url(../images/bg2.jpg) scroll repeat center center;
	margin:10px auto;
	padding:10px;
	width:800px;
}
/* header
---------------------------------------------------------------------------------*/
#header{
	overflow:auto;
}
#nav{
	border-bottom:3px double #DDDDDD;
	padding:10px;
}
#logo{
	float:left;
	margin:10px;
	text-align:center;
}
#banner{
	width:600px;
	height:100px;
	float:right;
}

/* main
---------------------------------------------------------------------------------*/
#main{
}
#sidebar{
	border:1px solid #DDDDDD;
	text-align:left;
	width:200px;
	float:left;
	margin:10px;
	
}
ul.menu{
	margin:0 0 50px 20px;
}
/* container
---------------------------------------------------------------------------------*/
#container{
	float:right;
	text-align:left;
	margin:10px;
	width:550px;
}
.box{
	border:1px solid #DDDDDD;
	padding:10px;
	margin-bottom:10px;
}
#banner2{
	width:550px;
	margin-bottom:10px;
}
/* footer
---------------------------------------------------------------------------------*/
#footer{
	width:800px;
	margin:0 auto;
	padding:10px;
	color:#fff;
}