@charset "utf-8";
body {
	font: 16px/22px Arial, Helvetica, sans-serif;
	color: #CCC;
	background: #191919;
	text-align: center;
}
img {
	border: none;
}
a, input {
	outline: none;
}
#wrapper {
	width: 599px;
	margin: 0px auto;
	background: #e6e6e6 url(../images/panel-bg.jpg) repeat-y;
}
#base {
	background: url(../images/panel-bottom.jpg) no-repeat bottom;
	height: 9px;
	overflow: hidden;
}
#top {
	background: url(../images/panel-top.jpg) no-repeat bottom;
	height: 8px;
	overflow: hidden;
}

#main {
	color: #333;
	padding: 20px;
}
#main strong {
	font-style: italic;
	font-weight: bold;
	color: #7ca529;
}
h1 {
	font-size: 16px;
	padding: 0;
	margin: 20px 0 5px 0;
}


#nav {
	height: 38px;
	overflow: hidden;
}
#nav a {
	float: left;
}
.heading {
	margin: 10px auto 0px;
}
#main h1 a {
	color: #333;
	text-decoration: none;
}
#main h2 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	line-height: 24px;
	margin: 0px 0px 10px;
}

#main h1 a:hover {
	text-decoration: underline;
}

p {
	padding: 0;
	margin: 10px 0;
}
.hr {
	margin: 10px 0;
}
.whitetext {
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer {
	font-size: 12px;
	line-height: 25px;
	padding: 20px;
}
#footer a {
	color: #9C6;
}
#footer .notes {
	color: #999;
	line-height: 18px;
	font-size: 11px;
	margin: 20px 0;
}
