body{
background-color:#000;
height:100%;
text-align:center;
font-family:Univers,'Lucida Grande',Verdana,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:24px;
margin:0;
padding:0;
}
img {
	border: none !important;
}

h1, h2, h3 {
	margin: 0;
	font-family:Univers,'Lucida Grande',Verdana,sans-serif;
	font-weight: normal;
	color: #C89132;
}

h1 { font-size: 35px; }

h2 { font-size: 20px; }

h3 { 
	color: #ffffff;
	border-bottom: 1px solid #C89132;
}

a {	color: #C89132;}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#chatbox{
padding-left:0px;
}
#Player_holder {
height:75%;
width:54%;
z-index:1;
float:left;
margin : 0 0;
margin-top:40px;
padding : 0 0;
position: relative;
}
.content_holder{
min-width:1316px;
height:800px;
}
#Player {
margin : 0 0;
padding : 0 0;
z-index:2;
}


/* Social Buttons */
.socialbar {
position:fixed;
top:13pxpx;
right:3px;
z-index:80;
overflow:hidden;
}
.socialbar a{
border:0;
}
.socialbar img{
opacity:0.7;
}
/* Header */

#top{
background-image:url(img/topbg.jpg);
background-repeat:repeat-x;
height:165px;
width:100%;
margin : 0 0;
padding : 0 0;
z-index:1;
position: relative;
top: 0;
}

#header {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding : 0 0;
	background: url(img/header.jpg) no-repeat left top;
}

/* Menu */

#partner {
	display:inline;
	padding: 0 8px 0 8px;
	width: 175px;
}

#partner img {
	width: 175px;
	border: none;
	color: #000000; /*or else images have link border >.>  */
}
#menu {
	width:100%;
	text-align: center;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 8px;
	margin:0px auto;
	width: 508px;
}

#right_menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding: 11px 0 0 14px;
}

#menu li, #right_menu li{
	display: block;
	float: left;
}

#menu a, #right_menu a {
	display: block;
	float: left;
	text-decoration: none;
	font: 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover, #right_menu a:hover { text-decoration: underline; }

#chat, #forum, #schedule, #about {
	display:inline;
	float:left;
	height:50px;
	margin:0 10px;
	width:107px;
}

* html img, * html #chat, * html #forum, * html #schedule, * html #about  {
}

#chat span, #forum span, #schedule span, #about span {
display:none;
text-indent:-5000px;
}

#chat:hover, #forum:hover, #schedule:hover, #about:hover {
background-position:0 -50px;
}

#chat {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(img/chatbutton.png) no-repeat scroll 0 0;
}

#forum {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(img/forumbutton.png) no-repeat scroll 0 0;
}

#schedule {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(img/schedulebutton.png) no-repeat scroll 0 0;
}

#about {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(img/aboutbutton.png) no-repeat scroll 0 0;
}


/* Page */

#newsticker {
	position: relative;
	margin:10px;
	padding:3px;
	z-index:5;
  height:30px;
}


.center{
margin: 0 auto;
z-index: 1;
text-align:justify;
padding: 0 20px 20px 0;
}

.center #question {
	padding: 5px 0 2px 0;
	display:block;
	text-align:left;
}

/* Sidebar */
#sidebar{
z-index: 50;
text-align:left;
color:#FFFFFF;
background-color:#000000;
height:75%;
width:44%;
padding:5px;
position: relative;
float:right;
right:5px;
}

.close_btn{
background-color:#000000;
color:#C89132;
height:23px;
font-weight: bold;
margin-bottom:10px;
padding-bottom:3px;
padding-top:3px;
width:100%;
}

#options a{
	text-decoration: none;
	border: 0;
	font: 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* overlay*/
#overlay{
text-align:left;
position:absolute;
top:160px;
left:0px;
width:100%;
height:0px;
background-color:#777;
}

/* Content */

.content {
	color:#FFF;
	text-align:left;
	width: 100%;
	height:100%;
}

/* Footer */
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	text-align:center;
}

#footer p {
	background-color:#000000;
	position: relative;
	margin:0px auto;
	width: 650px;
	padding: 5px 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
