@charset "utf-8";
/* CSS Document */

.clearfix:after {
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: inherit;
}

* html .clearfix {
   height: 1%;
}

#outerdiv
{
width:660px;
height:975px;
overflow:hidden;
position:relative;
}

#inneriframe
{
position:absolute;
top:-215px;
left:-175px;
width:740px;
height:975px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0;
}
body {
	background-color: #4e0111;
	
}
a:link {
	color: #000;
}

#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; 106px;
}  


#date_bar {
   background-image:url(../images/date_bg.jpg); 
  background-repeat:no-repeat;
  min-height: 17px;
  width: 869px;
  text-align: right;
  padding-right: 10px;
  padding-top: 4px;
  color: #fff;
}  

#main_content {
width: 879px;
display: block;
overflow: hidden;
}  

#left_col {
  width: 173px;
  margin-left: 5px;
  margin-right: 5px;
  background-image:url(../images/left_bg.jpg);
  background-repeat:repeat-y; 
  float: left;
  margin-top: 10px;
}  

#left_bottom {
  background-image:url(../images/menu_bottom.jpg);
  background-repeat:no-repeat;
  width: 173px;
  min-height: 25px;
  }
  
#main_area {
  width: 677px;
  background-color:#FFFFFF;
  border-top: #000 solid 20px;  
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image:url(../images/content_bg.jpg);
  background-repeat:repeat-y;
  
}  

#footer {
 width: 879px;
 background-image:url(../images/date_bg.jpg);
 background-repeat:no-repeat;
 min-height: 17px;
 padding-top: 4px;
 text-align: center;
 color: #fff;
}  

.left_header {
  background-image:url(../images/menu_header.gif);
  background-repeat:no-repeat;
  width: 172px;
  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;
  margin-left: 10px;
  }   
#text {
  padding: 5px;
  width: 665;
  overflow:hidden;
  min-height: 300px;

