/* CSS Document */

/* SMALL NEWS */

#news_block {
	width: 525px;
}

.news_box{
	width: 525px;
	height: 118px;
}

.news_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 112px;
	height: 112px;
	padding: 3px;
	background: url(/news/img/news_icon.png) no-repeat;
}

.news_top{
	position: absolute;
	top: 0;
	left: 126px;
	width: 385px;
	height: 24px;
	padding: 0 6px;
	background: url(/news/img/news_top.png) no-repeat;
}

.news_date{
	position: relative;
	float: right;
	padding: 2px 18px 3px 0;
	height: 19px;
}

.news_numbers {
	position: relative;
	width: 25px;
	margin: 0 -3px;
}

.news_desc{
	position: absolute;
	top: 25px;
	left: 126px;
	width: 391px;
	height: 75px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.news_bot{
	position: absolute;
	top: 101px;
	left: 126px;
	width: 76px;
	height: 17px;
	padding: 0 29px 0 294px;
	background: url(/news/img/news_bot.png) no-repeat;
}

/* BIG NEWS */

#news_big {
	width: 378px;
	height: 240px;
	padding: 3px;
	background: url(/news/img/news_big.png)  no-repeat;
}

#news_big_blurb {
	position:absolute;
	width: 372px;
	bottom: 3px;
	left: 3px;
	padding: 3px;
	background: url(/news/img/news_big_blurb.png);
}

#news_over {
	position: absolute;
	left: -6px;
	top: -8px;
	width: 77px;
	height: 83px;
	background: url(/news/img/news_over.png) no-repeat;
}
