@CHARSET "UTF-8";
#mainNewsInner, .otherNews
{
	display: inline-block;
}
#mainNewsInner, .otherNews
{
	display: block;
}
* html #mainNewsInner, * html .otherNews
{
	height: 1px;
}
#mainNewsInner:AFTER, .otherNews:AFTER
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 1px;
	visibility: hidden;	
}
#mainNewsInner
{
	background: url('/img/style/news_inner_bg.gif') top left repeat-y;
}
#mainNews
{
	background: url('/img/style/news_outer_bg.gif') top left repeat-y;
	padding: 10px 0;
	margin-bottom: 5px;
}
#mainNews #container1
{
	border: 0;
	color: white;
	padding: 10px 5px 5px 20px;
	width: 485px;
}
#mainNews #container1 h1, .newsBox h1
{
	border-bottom: 1px solid #333;
	font-size: 120%;
	margin-bottom: 3px;
	padding-bottom: 3px;
	width: 50%;
}
#mainNews #container1 a, .newsBox a
{
	color: white;
	font-weight: bold;
}
#mainNews #container2
{
	border: 0;
	line-height: 1px;
}
.otherNews
{
	background: #60635f;
	border: solid #3c413b;
	border-width: 10px 0;
	padding: 10px 5px 5px 20px;
	width: 725px;
}
.otherNews td
{
	color: white;
	text-align: left;
}
.otherNews .image
{
	text-align: center;
	vertical-align: middle;
	height: 90px;
}
.otherNews .date
{
	vertical-align: bottom;
}
.otherNews .link
{
	vertical-align: top;
}
.otherNews .link a
{
	color: white;
	font-weight: bold;
}
.otherNews .title
{
	font-size: 120%;
	font-weight: bold;
}
