
div#categorieslistwrap
{
}
div#categorieslistwrap div.item
{
	width: 125px;
	height: 100px;
	overflow: hidden;
	border: none;
	float: left;
	margin: 0 3px 3px 0;
}
div#categorieslistwrap div.item div.pic
{
	width: 125px;
	height: 82px;
}
div#categorieslistwrap div.item div.title
{
	width: 125px;
	height: 15px;
	background-color: #4AAAC2;
	overflow: hidden;
}
div#categorieslistwrap div.item div.title h2 
{
	margin: 1px 0 0 1px;
	padding: 0;
	font-size: 10px;
	color: #ffffff;
	white-space: nowrap;
}


div#newsmainwrap
{
	border-top: 30px solid white;
	border-bottom: 30px solid white;
}
div#newsmainwrap h2
{
	font-size: 16px;
}
div#newsmainwrap div#newswrap
{
}
div#newsmainwrap div#newswrap *
{	
	font-size: 11px;
}
div#newsmainwrap div#newswrap a
{
	font-weight: bold;
	font-size: 12px;
	color: #000099;	
}
div#newsmainwrap div#newswrap div.item p
{
	margin: 0 0 4px 0;
}
