/*
	"Glory" CSS File by Miko Reznor of Blinding-Light.COM
	Do not edit if you don't know what you're doing.
*/

body {
	background: #600 url('images/bg.png') repeat-x;
	color: #FF6;
	font: 80%/160% Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

#wrap {
	width: 778px;
	background: #000 url('images/bg-wrap.png') repeat-y;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 215px;
	background: url('images/header.png') no-repeat;
}

#content {
	width: 500px;
	float: left;
	margin: 10px 0 15px 40px;
}

#navigation {
	width: 185px;
	float: right;
	margin: 0 30px 15px 0;
}
#navigation h2 {
	background: url('images/menu-head.gif') center bottom no-repeat;
	font-variant: small-caps;
	margin-bottom: 0;
	padding: 0 15px 22px 0;
	text-align: right;
}
#navigation ul {
	list-style-image: url('images/menu-bullet.gif');
	margin-top: 2px;
}

#footer {
	height: 115px;
	background: url('images/footer.png') no-repeat;
	clear: both;
	font: 85%/140% Verdana, sans-serif;
	padding: 0 35px 0 150px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 25px 0 0;
}