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

#headerback{
	background:url(../img/headerback.jpg) no-repeat;
	height:480px;
}

#headerwrap{
	width:1020px;
	height:480px;
	margin:0 auto;
	padding-bottom:15px;
	text-align:left;
	background:url(../img/wrapbg.png) repeat-y;
}

#header{
	widht:1000px;
	height:170px;
	margin:0 10px 0 10px;
	background:url(../img/headerbg.gif) repeat-x;
	background-position:top;
}

#headerinner{
	width:960px;
	height:125px;
	margin:0 0 0 20px;
}

#headerinnerleft{
	width:345px;
	float:left;
}

p#logo{
	widht:116px;
	float:left;
}

h2{
	width:224px;
	float:right;
	margin:7px 0 0 0;
}


#headerinnerright{
	width:600px;
	float:right;
}


#main{
	width:960px;
	height:300px;
	margin:0 0 0 20px;
	background:url(../img/mainimg.jpg);
}

#rightblock{
	width:670px;
	margin:0 0 0 0;
	float:right;
}

h3.first{
	width:670px;
	height:30px;
	margin:0 0 15px 0;
	clear:both;
}

h3{
	width:670px;
	height:30px;
	margin:40px 0 15px 0;
	clear:both;
}

dl#news{
	width:655px;
	border:#C5DBF3 1px solid;
	margin:15px 0 0 0;
	padding:0 0 35px 10px; 
	height:330px;
	overflow-y:scroll;

}

dl#news dt{
	font-size:120%;
	border-top:1px #BDD2F2 dotted;
	padding-top:5px;
}

span.newstitle{
	font-weight:bold;
	margin:0 20px 0 0;
	color:#36F;
}

dl#news dt#firsttitle{
	border:none;
}

dl#news dd{
	width:630px;
	font-size:100%;
	margin:0 0 10px 0;
}

.bannerarea{
	width:670px;
	height:108px;
	margin:25px 0 10px 0;
}

.bn_left{
	widht:333px;
	height:128px;
	float:left;
}

.bn_right{
	widht:333px;
	height:128px;
	float:right;
}

#greeting{
	width:670px;
	padding:5px 0 5px 0;
	background:url(../img/topgreetingbg.gif) no-repeat;
	background-position:bottom;
}

#greeting p{
	width:670px;
	font-size:110%;
	margin:10px 0 0 0;
}



#news .news_title{color:#3366ff; font-weight:600;}
#news .date {font-weight:normal; color:#333;}

















































