/* CSS Document */
@import url(style.css);

.siteBody .contextContainer{

}

.siteBody .contextContainer .head{
	background-image:url(../images/contextbgtop_news.png);
	background-repeat:no-repeat;
}

.siteBody .contextContainer .body{
	background-image:url(../images/contextbg_news.png);
	background-repeat:repeat-y;
}


.siteBody .contextContainer .footer{
	background-image:url(../images/contextbgbottom_news.png);
	background-repeat:no-repeat;
}

.oneAT, .twoAT, .threeAT{
	z-index:0;
	position:relative;
}


#newsoftheday{
	position:relative;
	margin-top:-40px;
	z-index: 2;
}


.articleList{
	position:relative;
	width: 458px;
	float:none;
	clear:both;
	top:0;
}

.articleList .articleTeaser{
	width:auto;
	float:left;
	clear:none;
	margin: 10px 10px 0 0;
}

.articlePaging{
	margin: 1px 0 20px 0;
	clear:both;
}

#currentArticles{
	float:none;
	clear:both;
	top:0;
	margin: 5px 0 0 -10px;
}
