@charset "utf-8";
/* CSS Document */

.clearfix:after {
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: inherit;
}

* html .clearfix {
   height: 1%;
}

#outerdiv
{
width:660px;
height:800px;
overflow:hidden;
position:relative;
}

#inneriframe
{
position:absolute;
top:-215px;
left:-175px;
width:740px;
height:800px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0;
}
body {
	background-color: #65cce9;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
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 {
  background-image:url(../images/header_bg.jpg);
  background-repeat:no-repeat;
  width: 879px;
  min-height; 106px;
}  

#logo {
  margin-left: 215px;
  margin-right: auto;
}

#date_bar {
  background-image:url(../images/date_bg.jpg);
  background-repeat:no-repeat;
  min-height: 18px;
  width: 869px;
  text-align: right;
  padding-right: 10px;
  padding-top: 4px;
}  

#main_content {
width: 879px;
display: block;
overflow: hidden;
}  

#left_col {
  width: 172px;
  margin-left: 5px;
  margin-right: 5px;
  background-color:#FFFFFF;
  border: #0987ab solid 1px;
  float: left;
  margin-top: 10px;
}  
  
#main_area {
  width: 670px;
  background-color:#FFFFFF;
  border: #0987ab solid 1px;
  padding: 5px; 
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}  

#footer {
 width: 879px;
 background-image:url(../images/date_bg.jpg);
 background-repeat:no-repeat;
 min-height: 18px;
 padding-top: 4px;
 text-align: center;
}  

.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: #0987ab;
  display: block;
  }   


