@charset "utf-8";
/* 
gray:			313131
purple:			553B53
lite purple:	877685
lite gray:		D8D8D8
2nd nav blue:	5A95C9
link:			887887
hover:			573B54
black purple:	271126
*/
body {
	background: #313131;
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	min-height: 850px;
}
div#logohead {
	position: absolute;
	top: -30px;
	left: 50px;
	width: 390px;
	height: 90px;
	padding: 55px 20px 25px 80px;
	background: url(../images/_background_logohead.gif) no-repeat;
	text-align: right;
	color: #D8D8D8;
	z-index: 80;
}
div#logohead p {
	font-size: 11px;
	line-height: 14px;
	margin: 20px 0 0 30px;
	width: 360px;
	z-index: 200;
}
div#logohead a {
	color: #D8D8D8;
	text-decoration: none;
}
div#logohead a:hover {
	color: #877685;
}
img#logo {
	position: absolute;
	top: 35px;
	left: 10px;
	z-index: 90;
}
div#content {
	position: absolute;
	top: 160px;
	left: 50px;
	width: 870px;
	height: 495px;
	padding: 100px 25px 30px 25px;
	background: url(../images/_background_page.gif) no-repeat;
	z-index: 50;
}
div#sidebar {
	z-index: 90;
}

ul#navigation {
	position: absolute;
	top: 195px;
	left: 65px;
	width: 900px;
	z-index: 100;
}
ul#navigation li {
	display: inline;
	margin-right: -4px;
}
h1 {
	font-size: 21px;
	line-height: 25px;
	color: #D8D8D8;
}
h2 {
	font-size: 19px;
	line-height: 23px;
	color: #D8D8D8;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 50px 0 20px 45px;
	color: #553B53;
}
h4 {
	font-size: 14px;
	line-height: 17px;
	margin: 15px 0 10px 0;
	color: #553B53;
}
a, a:visited {
	color: #5A95C9;
}
a:hover, a:active {
	color: #573B54;
}
p {
	margin: 0 0 10px 45px;
}
p#credits {
	position: absolute;
	top: 800px;
	left: 400px;
	width: 600px;
	z-index: 100;
	color: #D8D8D8;
	font-size: 12px;
	line-height: 15px;
}
#credits a {
	color: #D8D8D8;
}
