.ahem
{
	display: none;
}

a.credit, a.credit:link, a.credit:active, a.credit:visited
{
	color: #666;
	text-decoration: none;
}

a.credit:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #060;
}

body
{
	margin: 0;
	background: #fff url( navbar_background.jpg ) repeat-y top left;
	color: #000;
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	line-height: 1.4em;
}

div#leftHeaderTop
{
	position: absolute;
	visibility: visible;
	left: 0;
	top: 0;
	width: 170px;
	height: 120px;
	background-image: url(logo.jpg);
	z-index: 5;
}

div#leftHeader2nd
{
	position: absolute;
	visibility: visible;
	left: 0;
	top: 120px;
	width: 126px;
	height: 60px;
	background-image: url(logo_base.jpg);
	z-index: 5;
}

div#centerHeader
{
	position: absolute;
	visibility: visible;
	left: 170px;
	top: 0;
	width: 580px;
	height: 80px;
	background-image: url(header.jpg);
	z-index: 5;
}

div#navbar
{
	position: absolute;
	visibility: visible;
	left: 10px;
	top: 180px;
	width: 80px;
}

div#background
{
	position: absolute;
	visibility: visible;
	left: 0;
	top: 0;
	width: 100%;
	height: 120px;
	background-image: url(header_background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 1;
}

div#main
{
	position: absolute;
	visibility: visible;
	left: 126px;
	top: 110px;
	width: 600px;
	padding: 0 20px;
	margin: 0;
}

div#copy
{
	clear: both;
	color: #666;
	font-size: 9px;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

div#button
{
	margin: 0;
	padding: 0.2em 0;
	color: #000;
	font-family: 'arial narrow', 'helvetica narrow', sans-serif;
	text-align: center;
	line-height: 1em;
	white-space: normal;
}

div.button
{
	margin: 0;
	padding: 0;
	font-family: 'arial narrow', 'helvetica narrow', sans-serif;
	text-align: center;
	line-height: 1em;
	white-space: normal;
}

div.button a, div.button a:link, div.button a:active, div.button a:visited
{
	padding: 0.2em 0;
	display: block;
	color: #060;
	text-decoration: none;
}

div.button a:hover
{
	background-color: #cc3;
	text-decoration: none;
}

img
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 10px 0;
}
