html, body
{
	font: normal 14px Arial, sans-serif;
}

html, body, h1, div, ul, li, img
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	background: #FFF;
}

#top
{
	background: #FFF url("images/banner_back.gif") repeat-x top center;
	text-align: center;
}

#header, #navigation
{
	margin: auto;
	width: 996px;
}

#header
{
	height: 137px;
	margin: auto;
}

#navigation
{
	background: #FFF url("images/nav_back.gif") repeat-x top center;
	height: 55px;
}


#navigation ul
{
	list-style: none;
	margin: auto;
	width: 964px;
}


#navigation li
{
	display: block;
	float: left;
}

#navigation img
{
	margin-top: 8px;
	position: relative;
}

#navigation .selected img
{
	margin-top: 18px;
	position: relative;
}

#content-wrapper
{
	text-align: center;
}

#content
{
	height: 635px;
	margin: auto;
	padding: 50px 10px 20px 10px;
	text-align: center;
	width: 976px;
}

#footer
{
	color: #666;
	font-size: 0.65em;
	margin: 20px auto 0 auto;
}

#footer a
{
	color: #666;
	border-bottom: 1px dotted;
	text-decoration: none;	
}