@charset "utf-8";
/* CSS Document */

body { 
	margin:0; 
	padding:0;	
	width: 100%;
	background-repeat: 50% top no-repeat;	
	background: #000000 url(../images/bgfull.jpg) 50% top no-repeat;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:14px;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
	height:100%;
	background: url(../images/bg_ctt.jpg);
}
#header {
	background:url(../images/bgt.jpg) no-repeat;
	height: 365px;
}
.logo {
	padding: 18px 0 0 30px;	
}
#flash {
	float: right;
	text-align:right;
	height:280px;
	padding-top:85px;
	padding-right:34px;
}
#flash .bg {
	background:url(../images/flash/bg.jpg) no-repeat;	
}
#menutop {
	background:url(../images/bgbtts.jpg) no-repeat;	
	height:60px;
	text-align:left;
	padding-left:280px;
}
#scroll {
	background:url(../images/bgbp.jpg) no-repeat;
	padding:18px 30px 0 30px;
	height:52px;
	font-size: 14px;
	font-weight: bold;
	color: #F0F0F0;
}
#main {
	background: url(../images/bg_ctt.jpg);
	height:100%;
}
#menu {
	float:left;
	width:220px;
	background:url(../images/menu/bg.jpg) no-repeat;
	height:340px;
	padding:18px 0 0 45px;
}
#info {
	text-align:center;
	padding:30px 30px 20px 0;
	margi-bottom: 20px;
}
#content {
	float:right;
	text-align:left;
	width:660px;
	margin-right:20px;
	padding:10px;
	min-height:650px;
}
#page {
}
#about {
	float:left;
	width:350px;
	text-align:justify;
	padding-top: 10px;
}
#news {
	float:right;
	width:290px;
	padding-top: 10px;
}
#news .date {
	font-size:11px;
	color: #ccc;
	text-decoration:underline;
}
#news .title {
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}
#news .content {
	margin: 10px;
	font-size:11px;
}
.date {
	font-size:12px;
	color: #ccc;
	text-decoration:underline;
}
.title {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
.h3 {
	font-size:14px;
	font-weight:bold;
	color: #ff3399;
}
.click {
	font-size:10px;
	font-style:italic;
}
.pic {
	border:1px solid #ff39cb;
}
a {
	color: #ff39cb;
	font-weight:bold;
	text-decoration:none;	
}
a:hover {
	color: #ff39cb;
	font-weight:bold;
	text-decoration:underline;
}