body
{
	background-color: #000;
	padding: 0;
	margin: 0;
	font: normal 13px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper 
{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content 
{
	text-align: center;
	margin-left: -430px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 860px;
	height: 500px;
	visibility: visible;
}


#header
{
	width: 100%;
	float: left;
	border-bottom: 1px solid #009dbe;
	padding-bottom: 16px;
}

#poster
{
	display:block;
	float: left;
	width: 460px;
	height: 300px;
	margin-top: 20px;
}


#news_wrapper
{
	float: right;
	width: 390px;
	height: 320px;
	background-color: #000;
}


#logo
{
	width: 371px;
	height: 62px;
	float: right;
	position: absolute;
	background: transparent url(images/logo.gif) no-repeat right top;
	z-index: 10;
}

#news
{
	float: right;
	width: 388px;
	border: 1px solid #009dbe;
	height: 298px;
	margin-top: 20px;
	text-align: left;
}

#news_iframe
{
	width: 360px;
	height: 218px;
	margin-top: 50px;
	margin-left: 10px;
	background-color: #000;
}

#contact
{
	width: 371px;
	float: left;
	text-align: right;
	margin-top: 8px;
}

#contact a
{
	color: white;
	text-decoration: none;
	font-size: 0.8em;
}

#team
{
	width: 100%;
	height: 100px;
	float: left;
	text-align: center;
	color: #009dbe;
	line-height: 1.8em;
	font-size: 1.1em;
	letter-spacing: 2px;
	margin-top: 10px;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}

#team .bar
{
font-size: 0.8em;
color: #005c80;
margin: 0 0.3em;
}



/* news items */


#newsbody a
{
	text-decoration: none;
	background: transparent;
}

#newsbody a:link
{
	border-bottom: 1px dotted #00BCE4;
	color: #00BCE4;
}

#newsbody a:visited
{
	border-bottom: 1px dotted #00BCE4;
	color: #00BCE4;
}

#newsbody a:hover
{
	border-bottom: 1px solid #FFF;
	color: #FFF;
}

#newsbody a:active
{
	border-bottom: 1px solid #00BCE4;
	color: #00BCE4;
}





#newsbody
{
	text-align: left;
	padding: 0 5px 2px 0;
	width: 96%;
}

.newsitem
{
	display: block;
	padding: 3px 0 13px 0;
	font: normal 11px/16px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #FFF;
	border-bottom: 1px solid #003743;
}

.newsitem .date
{
	color: #00BCE4;
}

.newsitem .subject
{
	color: #FFF;
}

.newsitem .poster
{
	color: #666666;
}





