@charset "UTF-8";
/**
 * Sidelement
**/
#banner{
	float: left;
	clear: right;
	width: 710px;
	height: 285px;
}
#newstickerArticle{
	float: left;
	width: 710px;
	height: 30px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#newstickerArticle h2{
	display: inline;
	font-size: 12px;
	line-height: 12px;
	float: left;
	height: 20px;
	width: 65px;
	padding-top: 10px;
	color: #999999;
}
#newsticker{
	display: inline;
	float: left;
	width: 640px;
	height: 20px;
	padding-top: 9px;
}
#newsticker h2{
	display: inline;
	float: none;
}
#newsticker .info{
	color: #999999;
	margin-right: 5px;
}
#newsticker h2 a{
	color: #000000;
	margin-right: 5px;
}
/*Call-outs*/
#callout_1, #callout_2{
	float: left;
	width: 353px;
	height: 235px;
	background-color: #F3F3F3;
}
#callout_1{
	margin-right: 4px;
}


