html, body {
	background-color: #000000;
	margin: 0;
	padding: 0; 
	
	height: 100%;
	font-family: 'Century Gothic';
	font-size: 11px;
	color: #EEEEEE;
}

.clear  {
  clear:both;
}

/** Containers **/
#center_content {
  background: #011d33;
  width: 982px;
  margin: 0 auto;
  _left: 50%;
  _margin-left: -491px;
  position: relative;
  min-height: 100%;
  _height: 100%;
}

#main {
  min-height: 100%;
  width: 982px;
  background: #000e1a;
  position:relative;
  padding-bottom: 31px;
}

#content_left {
  width: 226px;
  min-height: 659px;
  position: relative;
  float:left;
  background: #000e1a url(/images/content_left_bg.jpg) no-repeat;
  _height: 659px;     /* IE fix */
  padding-bottom: 31px;
}

#content_middle {
  position: relative;
  min-height: 100%;
  width: 756px;
  background: #011D33 url(/images/content_spacer.jpg) repeat-x;
  float:left;
  
}

#content_bg {
  background: url(/images/content_middle_bg.jpg) no-repeat;
  width: 732px;
  min-height: 639px;
  _height: 639px; /* IE fix */
  padding-left: 5px;
  padding-right: 5px;
}

#footer {
  width: 982px;
  height: 31px;
  background: url(/images/footer_bg.jpg);
  position:absolute;
  bottom:0;
}

#footer_content {
  position:relative;
  text-align: center;
  top: 12px;
}


/** Header **/
#header {
  background:url(/images/header_bg.jpg);
  width: 982px;
  height:120px;
  position:relative;
}

#header_menu  {
  height:23px;
  color:white;
  bottom:8;
  position:absolute;
  left:250px;
}

.header_menu_spacer  {
  margin-top:3px;
  background:url(/images/header_menu_spacer.jpg);
  width:2px;
  height:11px;
  float:left;
  margin-right:5px;
}

#header_menu a {
  color:white;
  text-decoration: none;
}

#header_menu a:hover {
 color: #ffde00;
}

#header_content_spacer  {
  width:982px;
  height:10px;
  background:url(/images/header_content_spacer.jpg);
}

td, th {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
}

#title {
	background-image:url(images/title_spacer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-position:top;
	height: 21px;
}

#page {
	padding: 5px;
	padding-bottom: 31px;
}

ul.menu_rollover  {
  margin-top:-2px;
  position: absolute;
  display:none;
  background: rgb(0,0,20);
  color: white;
  z-index: 5;
  border: 1px solid #ffde00;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

div.menu  {
  float:left;
  margin-right: 5px;
}

div.menu:hover  {
  color:#ffde00;
  cursor:default;
}

div.menu:hover  ul.menu_rollover  {
  display: block;
}

ul.menu_rollover li.item  {
  list-style-type: none;
  margin: 0;
  padding-left: 5px;
  padding-bottom: 1px;
  padding-top: 1px;  
  width:150px;
}

li.item {
  margin-left: 0px;
}

li.item:hover {
 color:#ffde00;
}

#content_right  {
  float:right;
  width:200px;
  height:300px;
}

#content_right a  {
  color: white;
}

#content_right a:hover  {
  color: #ffde00;
}

#content_right hr {
  margin-left: 0px;
  border: 1px solid white;
  width: 170px;
}

#news {
  margin-left: 15px;
}

#contact  {
  margin-left: 15px;
}
