@CHARSET "UTF-8";

div#content div.content {
	background: none;
}
div#content div.content div.rss { display: none; }
div#content div.content div.col1 { display: none; }
div#content div.content div.col2 { float: none; }

div#content div.teaser1 {
	width: 990px;
	height: 250px;
	margin-bottom: 10px;
	overflow: hidden;
}
div#content div.teaser1 a { 
	color: #ffffff;
	margin-left: 45px;
	margin-top: 50px;
	font-size: 28px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
}
div#content div.teaser1 a span { color: #009ee0; }

div#content div.teaser2 {
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
	height: 400px;
	width: 325px;
	background: #ffffff;
	overflow: hidden;
}
div#content * div.text { margin: 10px; }
div#content * h2 { 
	color: #009ee0; 
	font-weight: bold; 
	font-size: 22px;
	line-height: 26px;
	margin: 6px 0 6px 0;
	padding: 0;
}
div#content * a { color: #009ee0; }

div#content div.teaser3 {
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
	height: 400px;
	width: 320px;
	background: #ffffff;
	overflow: hidden;
}

div#content div.teaser4 {
	float: right; 
	margin-bottom: 10px;
	height: 400px;
	width: 325px;
	background: #ffffff;
	overflow: hidden;
}

