/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg) repeat-x left top;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	padding-right: 0px;
}
a:link {color:#3FB1E7}
a:visited {color:#91C62D}
a:hover {color:#39ade6}
a:active {color:#ABD955}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color:#39ADE6
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/a.jpg) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}
.kouhao {
	color: #FF6600;
	font-weight: bold;
}

/** HEADER */

#header {
	width: 778px;
	padding: 1em;
	height: auto;
	color: #254360;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu {
	width: 778px;
	margin: 2px;
	clear: both;
	padding: 1em;
	overflow: hidden;
	background-position: center center;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float:left;
	background: url(images/1.gif) no-repeat 0 50%;
   	background-position:center;
	padding:0px 25px 0px 25px;
	margin:0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	height:26px;
	color:#FFFFFF;
}

#menu a:hover {
	color: #ffffff;
	background-image: url(images/2.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menu .active {
	color: green;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 538px;
	padding-left: 20px;
	border-left: 1px dashed #EEEEEE;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
	background:url(images/sidebarBg.jpg) no-repeat;
	}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer {
	clear: both;
	text-align: center;
	background-image: url(images/foot.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #666;
}

#footer a {
	color:#3FB1E7;
}
