body
{
	background: url( "/images/bg.png" ) repeat-x #FFF;
	background-position: top center;
	font-family:"Trebuchet MS", Arial, sans-serif;
	margin: 15px;
}

a img
{
	border: none;
}

#content
{
	width: 960px;
	margin: 0 auto;
}

#header
{
	height: 70px;
	background: url( "/images/header.png" ) #EEE;
}

#whatsnews
{
	float: right;
	color: #87b2ec;
	font-size: 0.8em;
	position: relative;
	top: 8px;
}

#whatsnews .label
{
	text-transform: uppercase;
}

#whatsnews .title
{
	color: #92b8e8;
	font-weight: bold;
	margin-left: 5px;
}

#whatsnews a.title:hover
{
	color: #c5d8f0;
}

#top
{
	background: url( "/images/topbg.png" ) repeat-x #404039;
	height: 31px;
	border-bottom: 2px solid #404039;
}

#navigation
{
	padding: 8px 0 0 15px;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #CCC;
}

#navigation a
{
	color: #555;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 4px;
}

#navigation a:hover
{
	text-decoration: underline;
}

#main
{
	background: url( "/images/mainbg.png" ) no-repeat #FFF;
	background-position: bottom right;
	padding: 15px;
	margin-top: 10px;
}

#banner
{
	background: url( "/images/blackbg.png" ) no-repeat #000;
	color: #FFF;
}

#banner #screenshot
{
	position: relative;
	left: 380px;
	z-index: 2;
}

#banner #sitelink
{
	z-index: 1;
	float: right;
}

#main h1
{
	font-size: 1.3em;
	color: #333;
	margin: 5px 0;
}

#main h2
{
	font-size: 1em;
	color: #333;
	margin: 5px 0;
}

#side
{
	float: right;
	width: 260px;
}

#side input, #side select
{
	width: 95%;
	padding: 2px;
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

#side #submit
{
	width: 75px;
	height: 36px;
	float: right;
	margin-top: 5px;
}

#side h1
{
	margin: 5px 0 10px 0;
}

#side h2
{
	margin: 15px 0 10px 0;
}

#services
{
	color: #666;
	font-size: 0.7em;
	clear: both;
	padding-top: 10px;
	line-height: 1.4em;
}

#services strong
{
	color: #333;
}

#footer
{
	margin-top: 10px;
}