#mPart {
	background: #000000 url(images/bg/news_top.jpg) no-repeat;
}

#mData {
	background-image: url(images/bg/news_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#leftCol {
	width: 220px;
	padding-right: 40px;
	padding-top: 235px;
	/*background-image: url(images/bg/news_left.jpg);
	background-repeat: no-repeat;
	background-position: left 95%;*/
	min-height: 430px;
}

* html #leftCol {
	height: 430px;
}

#rightCol {
	padding-top: 175px;
	padding-right: 150px;
	padding-bottom: 50px;
}

.lInfo h2 {
	color: #E90D1F;
	padding-left: 40px;
	padding-top: 22px;
	background-image: url(images/bg/news_left_icon.gif);
	background-repeat: no-repeat;
}

h1 {
	margin-bottom: 5px;
}

.date {
	font-size: 10px;
	color: #636466;
}

#aContainer h1 {
	margin-bottom: 1.2em;
}

.newsBlock {
	margin-bottom: 35px;
	position: relative;
}

.newsBlock .date {
	font-size: 10px;
	text-align: right;
	padding-right: 7px;
	position: absolute;
	width: 50px;
	top: 0.6em;
	right: 100%;
	color: #636466;
	z-index: 100;
}

* html .newsBlock .date {
	left: -57px;
}

.newsBlock h2 {
	color: #ffffff;
	font-size: 140%;
	line-height: 1.1em;
	margin-bottom: 4px;
}

.newsBlock p {
	margin: 0;
}

.newsBlock a {
	color: #cccccc;
	text-decoration: none;
}

.newsBlock a:hover {
	color: #ffffff;
}

.pages td {
	padding-right: 120px;
}

