@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: black url('bg1.gif') repeat-x top left;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	padding-left: 20px;
}

div#container
{
	width: 984px;
	margin: 0 auto;
}

div#top
{
	height: 171px;
}

a:visited.top-link,
a:link.top-link,
a.top-link
{
	display: block;
	float: right;
	height: 37px;
	margin-top: 72px;
	padding: 6px 14px 0 12px;
	color: #868686;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url('navsep.gif') no-repeat top right;
}

a:hover.top-link
{
	color: white;
}

a:visited.top-link-last,
a:link.top-link-last,
a.top-link-last
{
	background: none;
	padding-right: 40px;
}

.white-content
{
	border: 1px solid #A3A3A3;
	margin: 0 19px 0 19px;
	background: #000;
}

.white-content-home
{
	border: 1px solid #A3A3A3;
	margin: 0 19px 0 19px;
	background: #000000;
}

.white-content .inner
{
	margin: 18px;
	padding: 10px;
	background: white;
}

.white-content-home .inner
{
	margin: 18px;
	padding: 10px;
	background: black;
}

div#footer
{
	padding: 40px;
	color: #888888;
	font-size: 10px;
}
