* {
	margin: 0;
	padding: 0;
}
body {
	background: #020202 url(../img/site/header.jpg) no-repeat top center;
	color: #fff;
	font: 12px/1.5em verdana, arial, sans-serif;
}
img {
	border: 0;
}

/* LINKS ---------------------------------------- */

a {
	color: #fff;
}
a.highlight, .highlight a {
	color: #9ff;
	font-weight: bold;
}
a.reallyHighlight, .reallyHighlight a {
	color: #6f0;
	font-weight: bold;
}
a:hover {
	color: #fc3;
}
a.album img, img.album {
	border: 2px solid #90a7b2;
	padding: 1px;
}
a.album:hover img {
	border: 3px solid #fc3;
	padding: 0;
}
a.albumSmall img, img.albumSmall {
	border: 1px solid #90a7b2;
}
a.albumSmall:hover img {
	border: 1px solid #fc3;
}

/* TYPOGRAPHY ----------------------------------- */

p {
	margin: 0 0 1.5em;
}
h1, h2, h3 {
	margin: 1.2em 0 .3em;
	line-height: 1.2em;
}
h1 {
	font-size: 24px;
	margin: 0 0 .75em;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h2.section, h3.section {
	padding: .15em .4em .3em;
	background: #2e5d74;
	margin: 1em 0;
}
blockquote {
	margin: 0 2em;
}
small {
	font-size: .9em;
}
.nt {
	margin-top: 0;
}
.nb {
	margin-bottom: 0;
}

/* LISTS ---------------------------------------- */

ul, ol {
	margin: .5em .5em 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
ul.related, ol.related {
	margin-top: -1em;
}
li {
	margin-left: 1.4em;
	padding-left: 0;
	line-height: 1.4em;
}
ul.spaced li, ol.spaced li {
	margin-bottom: 1em;
}

/* STRUCTURE ------------------------------------ */

#message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: bold;
	padding: 8px 0;
	color: #fff;
	background: #7f1e2c;
	text-align: center;
}
#page {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 172px;
}
#header a {
	width: 202px;
	height: 78px;
	position: absolute;
	top: 45px;
	left: 78px;
}
#nav {
	background: #fff url(../img/site/nav.gif) no-repeat top left;
}
#nav td {
	text-align: center;
	background: transparent url(../img/site/nav-separator.gif) no-repeat left 1px;
}
#nav a {
	font: bold 12px/30px arial, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
}
#nav a:hover {
	text-decoration: underline;
}
#content {
	margin: 0 10px;
	clear: both;
	padding: 15px 20px;
	background: #023b57 url(../img/site/content-bg.gif) no-repeat bottom left;
}
#footer {
	font-size: .9em;
	padding: 1.5em 3em;
}
#footer, #footer a {
	color: #aaa;
}
#footer a:hover {
	color: #eee;
}
