@charset "UTF-8";
body {
	font: .75em Arial, Helvetica, sans-serif;
	margin: 0 0 50px 0;
}
#header {
	margin-top: 50px;
}
#header h1 {
	margin: 0;
	background: url(images/horizon-top.gif) bottom center no-repeat;
}
#header h1 a {
	background: url(images/header-h1-a.gif) no-repeat;
	display: block;
	width: 314px;
	height: 0;
	padding-top: 194px;
	margin: 0 auto;
	overflow: hidden;
}
#header h2 {
	margin: 5px 0;
	font-size: .9em;
	text-align: center;
	color: #555;
	letter-spacing:1px;
}
#nav {
	margin: 10px 0 30px 0;
	font-size: .9em;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#nav ul li {
	display: inline;
	padding: 0;
	padding: 0;
	margin: 0 1px;
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	background: #000 url(images/nav-a-bg-black.gif) top repeat-x;
	color: #fff;
	padding: 4px 10px;
}
#nav a:hover {
	background: #060 url(images/nav-a-bg-green.gif) top repeat-x;
}
#nav li.active a {background: #060 url(images/nav-a-bg-green.gif) top repeat-x;}
#content {
	width: 400px;
	margin: 0 auto;
	color: #333;
}
#content h2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	display: none;
}
#content a {
	color: #060;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#footer {
	text-align: center;
	color: #666;
	margin-top: 20px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
