@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
	margin-top: 0px;
}


.clearfix:after {
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: inherit;
}

* html .clearfix {
   height: 1%;
}

#outerdiv
{
width:660px;
height:900px;
overflow:hidden;
position:relative;
}

#inneriframe
{
position:absolute;
top:-215px;
left:-175px;
width:740px;
height:970px;
}

#page_surround {
   background-image:url(../images/page_bg.jpg);
   background-repeat:repeat-y;
   width: 879px;
   margin-left: auto;
   margin-right: auto;
}   

#header {
  width: 879px;
  min-height: 124px;
}

#top_left {
  width: 347px;
  min-height: 124px;
  float: left;
}

#top_right {
   width: 532px;
   min-height: 124px;
   float: right;
}   
  
#date_bar {
  width: 859px;
  min-height: 19px;
  text-align: right;
  background-image:url(../images/link_bg.jpg);
  background-repeat:repeat-x;
  padding-right: 20px;
  padding-top: 4px;
  
  }
  
#main_content {
width: 879px;
display: block;
overflow: hidden;
}  

#left_col {
  width: 171px;
  margin-left: 5px;
  margin-right: 5px;
  background-color:#FFFFFF;
  border: #000 solid 1px;
  float: left;
  margin-top: 10px;
}  
  
#main_area {
  width: 670px;
  background-color:#FFFFFF;
  border: #000 solid 1px;
  padding: 5px; 
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}  

#footer {
 width: 879px;
 background-image:url(../images/footer_bg.jpg);
 background-repeat:no-repeat;
 min-height: 18px;
 padding-top: 4px;
 text-align: center;
}  

.left_header {
  background-image:url(../images/menu_header.jpg);
  background-repeat:no-repeat;
  width: 171px;
  min-height: 26px;
  font-weight:bold;
  padding-top: 5px;
  padding-left: 5px;
  color: #fff;
  }
  
ul {
  list-style:none;
  padding: 5px;
  } 
  
.header {
  font-size: 24px;
  color: #000;
  display: block;
  border-bottom: solid 1px #000;
  width: 400px;
  }   
a:link {
	color: #990000;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #000000;
}
a:active {
	color: #990000;
}


