/* Body */
body
{
	font-family: Arial, Tahoma;
	background: url('../images/background.png') repeat-x #f0f0f0;
}

/* Global Anchors */
a
{
	color: #0096ff;
	text-decoration: none;
}

a:hover
{
	color: #5dbcff;
}

/* Global Images */
img
{
	border: 0;
}

/* Wrapper */
#wrapper
{
	margin: 15px auto;
	width: 822px;
}

/* Header */
#header
{
	height: 90px;
}


/* Banner */
#banner
{
	position: relative;
	height: 150px;
	background: url('../images/banner.png') no-repeat;
}

#banner img
{
	position: absolute;
	top: 47px;
	left: 73px;
}

/* Navigation */
#banner #navigation
{
	position: absolute;
	top: 120px;
	left: 9px;
	width: 364px;
	font-size: 1.2em;
	text-align: center;
}

#banner #navigation a
{
	color: #f6f6f6;
}

#banner #navigation a:hover
{
	color: #575757;
}

#banner #navigation ul
{
	margin: 0;
	padding: 0;
	list-type: none;
}

#banner #navigation ul li
{
	display: inline;
	margin: 0 10px 0 0;
}

#banner #navigation ul li.lastitem
{
	margin: 0;
}

/* Main */
#main
{
	padding: 20px 30px 5px 30px;
	color: #575757;
	font-size: 0.9em;
	background: url('../images/main.png') repeat-y;
}

#main h1
{
	margin: auto;
	width: 700px;
	font-size: 1.2em;
	text-align: center;
	color: #000000;
	border-bottom: 2px solid #f0f0f0;
}

#main h2
{
	margin: 0;
	font-size: 1.0em;
	color: #000000;
}

#main p.centered
{
	text-align: center;
}

#main table
{
	border-collapse: collapse;
}

#main table tr th
{
	padding: 0 0 10px 0;
	text-align: center;
}

#main table tr td
{
	padding: 5px;
	border: 1px solid #cccccc;
}

/* Footer */
#footer
{
	margin: 0 0 10px 0;
	height: 31px;
	background: url('../images/footer.png') no-repeat;
}

/* Copyright */
#copyright
{
	text-align: center;
	font-size: 0.7em;
	color: #575757;
}