﻿#poster
{
	background: yellow;
	clear: none;
	width: 581px;
	height: 196px;
	overflow: hidden;
}

#news 
{
	background: #003f79;
	height: 268px;
	color: White;
	padding: 10px 12px 10px 12px;
	font-family: Verdana;
	font-size: 10px;
}

#news .item
{
	height: 90px;
	color: White;
}

#news .item>h1 
{
	font-size: 10px;
	padding: 0;
	margin: 0;
}

#news .item>a 
{
	color: Orange;
}

#news>h1 
{
	font-weight: bolder;
	font-size: 10px;
	margin-bottom: 10px;
	margin: 0;
}

#subfeature 
{
	margin-left: 171px;
	width: 581px;
	height: 92px;
	margin-bottom: 10px;
}

#subfeaturetext 
{
	clear: both;
	background: lime;
}

#subfeaturetext div
{
	position: relative;
	float: left;
	width: 193px;
	height: 92px;
	top: -92px;
	font-weight: bold;
	font-size: 10px;
	font-weight: normal;
	color: White;
	display: none;
}

#subfeature img 
{
	border: 0;
}

#subfeature .subtext 
{
	position: absolute;
	color: White;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 10px;
	bottom: 0;
	text-decoration: none;
	visibility: hidden;
}

#subfeature>.item
{
	position: relative;
	float: left;
	width: 193px;
	height: 92px;
	color: White;
	font-weight: bold;
	font-size: large;
	font-weight: normal;
}

#subfeature>.blue 
{
	background: #003f79;
}

#subfeature>.red
{

	background: red;
}

#subfeature>.green
{
	background: green;
}
