/* clearfix to handle floats---------------------------------------- */
.clearfix {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}
.clear_right {
    clear: right;
}
.clear_left {
    clear: left;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}

body {
background-color: #649611;
margin:0;
padding:0;
font-family: verdana;
font-size: 12px;
color:#000000;
overflow-x:hidden;
}

a {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: underline;
}

h1 {
	font-size: 20px;
	color: #2c400a;
	font-weight: bold;
	text-align: left;
  padding: 0px;
  padding-bottom: 20px;
  margin: 0;
}
h2 {
	font-size: 18px;
  font-weight: bold;	
  color:#a74401;	
  padding: 0;
  margin: 0;
}
h3 {
	font-size: 18px;
	color: #2c400a;
	font-weight: bold;
	padding-top: 0;	
}

h4 {
	font-size: 14px;
	color: #2c400a;
	font-weight: bold;
	padding-top: 0;	
}
h5 {
	font-size: 12px;
	color: #2c400a;
	font-weight: bold;
	padding-top: 0;	
}
h6 {
	font-size: 10px;
	color: #2c400a;
	font-weight: bold;
	padding-top: 0;	
}

#page_left{
position:absolute;

margin-left: -145px;
margin-top: 0px;
width:145px;
height:275px;
background-image: url(../clip/bg_top_l.png);
background-repeat: no-repeat;
overflow: hidden;
overflow-y: hidden;
}

#page_right{
position:absolute;

margin-left: 990px;
margin-top: 0px;
width:145px;
height:275px;
background-image: url(../clip/bg_top_r.png);
background-repeat: no-repeat;
overflow: hidden;
overflow-y: hidden;
}

#logo{
margin: auto;
padding: auto;
text-align: center; 
width:990px;
height:275px;
background-image: url(../clip/bg_top_c.png);
background-repeat: no-repeat;
overflow-x: hidden;
overflow-y: hidden;
}

#main{
background-color: #83ab41;
margin: auto;
padding: auto;
width:990px; 
}

#main_cover {
width:990px; 
margin: 0;
padding: 0; 
}

#main_cover_left{
float: left;
background-color: #ffffff;
text-align:justify;
width: 672px; 
margin-left: 6px;
margin-bottom: 6px;
}

#main_cover_right{
background-color: #ffffff;
width:301px; 
margin-left: 683px;
margin-top: 6px;
margin-bottom: 6px;
}

#main_cover_left_top{
background-image: url(../clip/big_top.png);
background-repeat: no-repeat;
width: 672px; 
height:7px;
}

#main_cover_left_bottom{
background-image: url(../clip/big_bottom.png);
background-repeat: no-repeat;
width: 672px; 
height:7px;
}

#main_cover_right_top{
background-image: url(../clip/small_top.png);
background-repeat: no-repeat;
width: 301px; 
height:7px;
}

#main_cover_right_bottom{
background-image: url(../clip/small_bottom.png);
background-repeat: no-repeat;
width: 301px; 
height:7px;
}

#main_cover_left_inside{
padding-top: 10px;
padding-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}

#main_cover_right_inside{
padding: 10px;
}

#footer {
margin: auto;
padding: auto;
width:990px;
height:12px;
}

#footer_text {
color: #ffffff;
text-align: left;
font-size: 10px;
margin-left: 870px;
}

#footer_text A{
color: #ffffff;
text-decoration: none;	
}
