@charset "UTF-8";
/* CSS Document */

html, body {
	margin:-25; padding:-10;
	height:90%;
}
 
body {
	background:url('page_bg.jpg') 50% 50% no-repeat #A80000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-200px;
	width:1px;
}
 
#centered {
	position:relative; clear:left; 
	height:500px; width:80%; max-width:800px; min-width:400px;
	margin:0 auto;
	background:#F8F8FF;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:6px solid #000;
}
 
#bottom {
	position:fixed;
	bottom:0; right:0;
	font-size: 10px;
}

a:link { color:#990000 }	 
a:visited { color:#A9A9A9 }	 
 
#nav {
	position:absolute;
	left:-3px;
	top:-42px;
	bottom:0;
	right:70%;
	padding:20px;
	margin:10px;
	list-style: none;
	width: 189px;
	height: 424px;
}
 
#content {
	position:absolute;
	left:247px;
	right:0;
	top:5px;
	bottom:0;
	overflow:auto;
	height:460px;
	padding:7px;
	margin:10px;
	width: 512px;
}

#h1 {
	color: #fff; 
	background: #fff; 
	text-shadow: 1px 1px 4px#000; 
}
#nav ul {
	list-style: none;
	padding:0; margin:20px 0 0 0; text-indent:0;
}
 
#nav li {
	padding:0; margin:3px;
}
 
#nav li a {
	display:block; background-color:#333333;
	padding:7px; margin:0;
	text-decoration:none; color:#FFFFFF;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom:1px solid #bbb;
	text-align:right;
}
 
#nav li a::after {
	content:'»'; color:#aaa; font-weight:bold;
	display:inline; float:right;
	margin:0 2px 0 5px;
}
 
#nav li a:hover, #nav li a:focus {
	background:#000000;
	border-bottom-color:#000;
}
 
#nav li a:hover::after {
	margin:0 0 0 7px; color:#EE2731;
}
 
#nav li a:active {
	padding:8px 7px 6px 7px;
}
#centered {
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
}
 
h1, h2, h3, h5 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal; color:#666;
}
 
h1 {
	color: #000; 
	background: #F8F8FF; 
	font-size: 11px;
	line-height:1.5em;
}

#h6 {
	color:#000;
	size:7px;
	text-decoration:inherit
}
 
#h4 {
	color:#000;
	size:10px;
	text-decoration:inherit
}

#bottom {
	padding:5px;
	font-size:1em;
	color:#fff;
}

#logo {
	font-size:2em; text-align:center;
	color:#999;
}
 
#logo strong {
	font-weight:normal;
}
 
#logo span {
	display:block;
	font-size:4em; line-height:0.7em;
	color:#666;
}
 
p, h2, h3 {
	line-height:1.6em;
}
 
a {
	color:#000;
	text-decoration:none
}

