html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

body {
  
  text-align: center;
  font: 12px arial, sans-serif;
  color: #989898;
  background: #0d0d0d;
}


ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 1em 0px;
}

h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
}

#logo {
  
  left:180px;
}


#wrapper {
	text-align: center;
	margin: auto;
	width: 980px;
	background: #0d0d0d;
}


#menu {
	float:left;
	width:100%;
	background:#000;
	font-size:93%;
	line-height:normal;
	border-bottom:2px solid #666;
	}
#menu ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("../images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("../images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}

#menu a:hover span  {color:#FFFFFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}
#menu ul li.active a span  {color:#FFFFFF;}
#menu ul li.active a {background-position:0% -42px;}
#menu ul li.active a span {background-position:100% -42px;}

#content {
    text-align: left;
	background:#000;
	padding: 50px;
	width: 530px;
}

#content img {
  float: left;
}


#content h1 {
  font: 40px arial, sans-serif;
}

#side-bar {
  width: 300px;
  margin: 5px;
  float:right;
  padding: 20px;
  background:#000000;
}


#red-box {
	left: 0px;
	width: 285px;
	background: #800000 url(../images/red_bg.jpg) repeat-x;
	color: #CFCFCF;
	padding: 16px;
	margin: 4px;
	float: left;
	min-height: 325px;
	text-align: left;
}

#red-entry {
	width: 450px;
	background: #800000 url(../images/red_bg.jpg) repeat-x;
	color: #CFCFCF;
}


#tray {
	border: 1px solid #181818;
}


.divider {
	background: bottom url(../images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
}

#footer {
	background: #101010;
	text-align: right;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
}






table {
	width: 580px;
	border:1px solid #00000;
	border-spacing: 0px; }

table a, table, tbody, tfoot, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
}

table caption {
	font-size: 1.8em;
	text-align: left;
	text-indent: 100px;
	background: url(images/bg_caption.gif) left top;
	height: 40px;
	color: #FFFFFF;
	border:1px solid #000000; }

thead th {
	background: url(../images/bg_th.gif) left;
	height: 30px;
	color: #989898;
	font-size: 1.5em;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left; }

tbody tr {	background: #333333; }

tbody tr.odd {	background: #f0f0f0; }

tbody th {
	background: url(../images/arrow_white.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

tbody tr.odd th {
	background: url(../images/arrow_grey.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

tbody th, tbody td {
	font-size: 1.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #989898;
	padding: 10px 7px;
	border-bottom: 1px solid #000000;
	text-align: left; }

tbody a {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }

tbody a:hover {
	color: #ffffff;
	text-decoration: underline; }

tbody tr:hover th {
	background: #333333 url(../images/arrow_red.gif) left center no-repeat;
	background-position: 5px;
	color: #989898; }

tbody tr.odd:hover th {
	background: #000000 url(../images/arrow_black.gif) left center no-repeat;
	background-position: 5px;
	color: #ffffff; }

tbody tr:hover th a, tr.odd:hover th a	{
		 color: #ffffff; }

tbody tr:hover td, tr:hover td a, tr.odd:hover td, tr.odd:hover td a {
	background: #800000;
	color: #ffffff;	 }

tbody tr.odd:hover td, tr.odd:hover td a{
	background: #000000;
	color: #ffffff;	 }

tfoot th, tfoot td {
	background: #ffffff url(../images/bg_footer.gif) repeat-x bottom;
	font-size: 0.8em;
	color: #ffffff;
	height: 21px;
	}
