/*
 * $Id: main.css 107 2010-09-06 14:07:49Z robert-jan $
 */
div#wrapper{
	padding: 40px 0 10px 10px;
}
div#minHeight{
	height:643px;
	width:1px;
	float:right;
}
div#content{
	width: 490px;
	background-color: #333385;
	float:left;
}
div#right{
	float:right;
	width: 457px;
	position:relative;
}
div#player{
	overflow:hidden;
	height: 596px;
	width: 270px;
	position: absolute;
	top:0;
	right:0;
}
div#banners{
	position:relative;
	top:0;
	right:0;
	z-index: 1;
	width: 190px;
	margin-left:8px;
}
div#banners img{
	display:block;
	padding-bottom:10px;
}


/* start news item form markup */
div#newsText{
	width: 450px;
	color: #fff;
	font-size: 12px;
	float:left;
}
div#latestNewsItem img{
	float:right;
	padding-left:11px;
	padding-bottom: 15px;
	margin-top:54px;
}
div#latestNewsItem p{
	margin-top:0;
	margin-bottom:17px;
}
div#news{
	width: 450px;
	padding: 6px 0 10px 0px;
}
h2#newsDate{
	margin: 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 25px;
}
h2#newsDate span{
	color:#D3D3E5;
}
h2#newsTitle{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-top:5px;
	margin-bottom:0;
}
p#newsMessage{
	padding:0;
	margin:7px 0 0 0 !important;
	line-height: 18px;
}
div#olderNewsItems{
	width: 420px;
	line-height: 18px;
	clear:both;
}
h2#latestNews{
	padding-top:14px;
	font-weight: bold;
	font-size: 24px;
}
ul#latestNewsItems{
	padding:0;
	margin:0;
}
ul#latestNewsItems li{
	list-style:none;
}
ul#latestNewsItems li a{
	color:#fff;
	font-size: 12px;
	text-decoration:underline;
	padding-left:12px;
	line-height: 18px;
}
div#olderNewsItems a#newsOverview{
	display:block;
	margin-top:19px;
	width: 154px;
}

a.smLink img{
	width: 20px;
	height: 20px;
}

div#socailLinks{
}
/* end news item markup */

