body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #000;
	color: #eee;
}
img {
	border: none;
}
a, a:link, a:visited {
	color: #C00;
	outline: none;
}
h1, h2, h3, h4, h5 {
	color: #FFF;
}
h3 {
	font-size: 20px;
}
h4 {
	text-transform: uppercase;
}
.clear {
	clear: both;
}
#content {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}
#header {
	text-align: center;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation {
	width: 640px;
	margin: 0 auto;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	padding: 5px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #333;
	text-align: center;
	text-decoration: none;
}
ul li a:hover {
	background-color: #1A1A1A;
	color: #F00;
}
ul#nav {
	text-align: center;
	margin-top: 15px;
	height: 23px;
}
ul#subnav {
	text-align: center;
	margin-top: 10px;
	height: 15px;
}
ul#subnav li a {
	width: 90px;
	font-size: 10px;
}
ul.gallery li {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}
ul.gallery li a {
	height: 75px;
}
ul.gallery li a.h {
	width: 110px;
}
.section {
	border-top: 1px solid #999;
	margin-top: 20px;
	padding: 20px 20px 0px 20px;
	margin-bottom: 10px;
}
ol li {
	margin-bottom: 15px;
}
p.copyright {
	color: #333;
}
