﻿@charset "utf-8";
#body{ 
	width:960px;
	margin:auto;
}
#left { float:left; width:190px; overflow:hidden;}
#right{ float:right; width:740px; overflow:hidden;}

.newmain {
	margin-top:15px;
}
.newsbox {
	width:325px;
	float:left;
}
.newsbox h3{
	background:#5292DB; 

	color:#fff; 
	text-indent:10px;
	font-size:12px;
	line-height:20px;
}
.newsbox h3 a { 
	color:#fff; 
	text-decoration:none
}
.newsbox h3 a:hover { 
	color:#000; 
	text-decoration:underline
}

.newslist { 
	margin:0 0 0 15px; 
	padding:0; 
	list-style-image:url(../images/newslisticon.gif);
}
.newslist li { 
	margin:0 0 20px 0;
}

.more {
	text-align:right;
	clear:both;
	padding-right:50px;
}
.more a{
	color:#1A75CF; 
	font-weight:bold;
}
.more a:hover{
	text-decoration:none;
}