
body {
	margin: 0;
	background: #000 url(images/body-back.jpg) top center no-repeat;
	font-family: "Libre Baskerville", serif;
}

.clear {
	clear: both;
}
.hidden {
	display: none;
}

#page {
    width: 1000px;
	background: url(images/logo.png) top left no-repeat;
    margin: 0 auto;
	padding-top: 120px;
}

#inner {
    background: url(images/panel-back.png) top left repeat;
    padding: 1px 20px;
/*	margin-top: 180px;*/
}
h2 {
	font-size: 24px;
	text-shadow: 1px 1px 1px #fff;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding-top: 0.6em;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
dt {
	font-weight: bold;
	font-size: 18px;
	
}
dd {
	margin-bottom: 1em;
	color: #333;
}
a {
	color: #b40000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
}