html, body {
	height: 100%;
	margin: 0px; padding: 0px;
	font-size:85%;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
    background: url(paper.jpg) #000 fixed center top;
	background-repeat: repeat-x;
}

html, body {
    background: url('files/paper.jpg') #000 center top;
	background-repeat: repeat-x;
}

a {
	color: #E4D52C;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#wrapper {
	width: 852px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#main {
	padding-bottom: 140px; /* must be same height as the footer */
}	

#player {
	position: absolute;
	z-index: 1;
	height:480px;
}

#logo {
	float: left;
	height: 100px;
}

.cu3er_resize {
	height: 250px;
	width: 852px;
}

.push {
	clear: both;
	height: 0px;
}

#footer {
	position: relative;
	margin-top: -140px; /* negative value of footer height */
	height: 40px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width:884px;
} 

#tips {
	float: right;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#header {
	width: 100%;
	height:100px;
	margin-right: auto;	
}	
	
#admin {
	padding: 10px 40px 10px 20px;
}

#inner1 {
	padding: 10px;
	width: 230px;
	float: right;
	margin-top: 40px;
}

#inner2 {
	padding: 30px 40px 30px 40px;
	margin-left: auto;
	margin-right: 250px;
}

#footer h4 {
}

#footer h4 span {
	display: none;
}

#footer p {
	margin-left: 236px;
}

#foot {
	margin:0px auto;
	width:720px;
	height:143px;	
}

h1 {font-size:20px; margin:0; padding:1px 0; color:#893864; border-bottom: solid 1px #230001;}
h2 {font-size:18px; margin:0; padding:1px 0; color:#c895b0}
h3 {font-size:16px; margin:0; padding:1px 0; color:#c895b0}
h4 {font-size:14px; margin:0; padding:1px 0; color:#c895b0}
p {font-size:14px; line-height:1.5em; margin:0; padding: 6px 0px 12px; color:#eee}

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#eee;
	font-size: 12px;
	line-height: 15px;
	min-height: 15px;
	margin:0; 
	padding: 6px 0px 12px;
}

img {border-style:none;}

pre {font-size: 125%}

ul {margin-left: 0; padding-left: 25px;}

#footer p {color:#fff;}
#footer a {color:#fff;}

#hnav{
font-weight: bold;
float: right;
padding: 0px 0px 0px 0px;
margin: 70px 0px 0px 0px;
}

#hnav ul{
padding: 0px 0px 2px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right;
}

#hnav ul li{
display: inline;
}

#hnav ul li a{
color: #fff;
padding: 0px 0px 2px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 5px solid gray; /*bottom border is 3px*/
}

#hnav ul li a:hover, #hnav ul li a.selected{
border-bottom-color: #fff;
}

#inner1 h1, #inner1 h2, #inner1 h3, #inner1 h4 {
	color: #E4D52C;
}

#inner1 h1 {
	color: #E4D52C;
	border-bottom: solid 1px #18527A;
}

#inner1 h3 {
	background-color: #aaa;
	margin: 6px 0px 0px 0px;
	padding: 3px 0px 3px 0px;

	font-family: Arial, Verdana, sans-serif;
	font-size: 120%;
	text-align: center;
}

#inner1 a {
	color: #5698C6;
}

#inner1 a:hover, 
#inner1 a:active {
	color: white;
}

#inner1 .level1 {
	list-style: none;
}

#inner1 .level1 li {
	display: block;
	margin-bottom: 0.4em; 
}

#inner1 .level1 li a:hover, 
#inner1 .level1 li a:active {
	color: white;
}

#inner1 .level1  li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 15px;
	width: 173px;
	
	text-decoration: none;
	font: 100% Arial, Verdana, sans-serif;
	color: #18527A;
	text-align: left;
}

#inner1 .level1  li a:visited {
	color: #18527A;
}

#inner1 .level1  li a:hover {
	background-color: #18527A;
	font: 100% Arial, Verdana, sans-serif;
	color: #000;
}

