/* CSS Document */
#columnContainer{
	float:left;
	width:auto;
	background:#fff;
	margin-top:10px;
	padding-top:10px;
	height:630px;
}
#newsContainer{
	float:right;
	width:220px;
	margin-top:10px;
	margin-right:10px;
	_margin-right:5px;
	height:640px;
}
#newsBg{
	position:absolute;
	width:220px;
	background:#000;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	height:640px;	
}

#newsBox{
	position:relative;
	color:#fff;
	margin-top:10px;
	z-index:10;
}

.newsItem{
	background:#000;
	padding:10px 5px 10px 10px;
}

.newsItem img { position:relative; margin:0 5px 5px 0; z-index:20;}
.more{ text-align:right;}

#column1BoxHome{
	float:left;
	text-align:center;
	background:#fff;
}
#column2BoxHome{
	float:left;
	margin-right:15px;
	text-align:center;
	background:#fff;
}
#column3BoxHome{
	float:left;
	margin-right:15px;
	_margin-right:5px;
	text-align:center;
	background:#fff;
}
#column4BoxNews{
	float:right;
	background:#fff;
}

.columnBoxHeading{
	font:bold 15px Arial, Helvetica, sans-serif;
	margin-left:4px;
	height:25px;
	text-align:left;
	
}
.columnBoxFooter{
	height:40px;
	text-align:left;
	width:100%;
	
}
