html,body {
   font-family: arial, sans-serif;
   font-size: 12px;
   color: white;
   margin:0; /* nobody likes a margin in the body */
   padding:0;
   height:100%; /* must be set ot 100% for footer to work */
   background: black;
}

#scoreboard {
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 20px;
}

#scoreboard .ad1 {
	position: absolute;
	z-index: 10001;
	top: 90px;
	left: 30px;
}

#menu {
  top: 0px;
  left: 0px;
  width:100%;
  height: 96px;
  background: url(images/menu_bar.jpg);
  background-repeat:repeat-x !important;
}

#banner {
	top: 200px;
	width: 600px;
/*	width: 57%; */
	height:100px;
  	margin-left:30%;
	background: url(images/content_bg.gif) repeat;
}

#content {
	top: 400px;
	width: 75%;
  	margin-left:10%;
	padding:10px;
	color:white;

  	background: url(images/content_bg.gif) repeat;

/*  	background-color: #181818;*/
/*
 	filter: alpha(opacity=60);
   	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
   	opacity:0.6;
   	-moz-opacity: 0.60; 
*/
}

#arena {
  background: url(images/arena1.jpg);
  background-repeat:no-repeat !important;
  background-position:center 20px !important; 
  background-attachment:fixed !important;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#push {
	height: 10px; /* .push must be the same height as .boards */
}

#boards {
   width:100%;
   height:140px;   /* Height of the footer */
color:white;
   background: url(images/emptyboards.jpg);
   background-position: 0% 100%;
   background-repeat:repeat-x !important;
}

</style>
<!--[if lt IE 7]>
	<style media="screen" type="text/css">
	#arena {
		height:100%;
	}
	</style>
<![endif]-->




OL,UL,DIV,TD,TR {
   font-family: arial, sans-serif;
   font-size: 12px;
   color: white;
   /*font-style: normal;  */
   /*line-height: 150%; */
   /*margin: 0.25em 0.5em;*/
}

p {
   font-family: arial, sans-serif;
   font-size: 12px;
   color: white;
   /*font-style: normal;  */
   /* line-height: 50%; */
   /*  padding: 0; */
   /* format: top right bottom left */
   margin: 0cm 0cm 0cm 0cm;
}

H1, H1 a:link, H1 a:hover, H1 a:visited {
	font-family: arial, sans-serif;
	font-size: 27px;
	color: #CC0000;
        	/* line-height: 80%;*/
	margin: 0.5cm 0cm -0.5cm 0cm;
}

H2, H2 a:link, H2 a:hover, H2 a:visited {
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFCC99;
	/* line-height: 80%;*/
	margin: 0cm 0cm 0.1cm 0cm;
}

H3, H3 a:link, H3 a:hover, H3 a:visited {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3399FF;
	/* line-height: 80%; */
	margin: 0cm 0cm 0cm 0cm;
}

HR {   color: #000000;}

a:link {color: red}     /* unvisited link */
a:visited {color: #996666 }  /* visited link */
a:hover {color: #FF9999 }   /* mouse over link */
/* a:active {color: #000000} */  /* selected link */

/* ~~~ SEARCH FORM ~~~ */
.csc-searchform{
border: 0px;float: left;
  clear: left;
  margin: 0.5cm 0cm 0cm 0cm;
padding: 0;
}

/* FORM MODULE */
/*THE ULTIMATE REFERENCE: http://www.sitepoint.com/article/fancy-form-design-css*/
/* GET RID OF THAT DAMN BORDER AROUND THE ENTIRE FORM */

.csc-mailform {
  border: 0px;float: left;
  clear: left;
  width: 100%;
  margin: 0 0 1.5em 0;
  margin-bottom: 0.5em;
  padding: 0;
  align:center;
}

.csc-mailform-field {
    clear: both;
    display: block;
    margin-bottom: 0.3em;
    width: 100%;
}

.csc-mailform legend {
    display: none;
}

/*
USE THIS IF YOU WANT TO OVERRIDE WIDTHS OF INPUT FIELDS
.csc-mailform-field input, .csc-mailform-field select,
.csc-mailform-field textarea {
    width: 200px;
}
*/

.csc-mailform-field label {
    float: left;
    width: 200px;
}

.csc-mailform-radio fieldset{
    margin-left: 160px;
    width: 200px;
}

.csc-mailform-radio input, .csc-mailform-radio label {
    display: inline;
    float: left;
    margin-bottom: 0.3em;
}

.csc-mailform-field input.csc-mailform-radio,
.csc-mailform-field .csc-mailform-check {
    background: none;
    clear: left;
    border: none;
    margin-right: 4px;
    width: 20px;
}

.csc-mailform-radio label, .csc-mailform-check label {
    text-align: left;
} 

/* THIS IS THE HEART OF TYPO. Change this, and the Typo base goes haywire! */
.bodytext{}
