/* CSS Document */
html, body {
  height: 100%;
  }
  
 * html #overAll {height: 100%;}
 


body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
#overAll {
    min-height: 100%; 
    position: relative;
    width:100%;
    margin:auto;
}
 #content {
   
   }

#mainCol {
   margin-bottom: 1.5em;
	width:1004px;
	padding-left:20px;
	padding-top: 34px;
	padding-bottom:25px;
	text-align:left;
	
	}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

h1 {
	margin:0px;
	font-size:12px;
	color: #000000;
	text-align: left;
}
h2 {
	margin-bottom:10px;
	font-size:14px;
	color:#408cbd;
	text-align: left;
}


 

#navi {
	width:1024px;
	height:36px;
	background-color:#090909;
	margin:0px;
	text-align:left;
	vertical-align:bottom;
	background-image:url(images/navi/navi_bg.png);
	background-repeat:repeat-x;
	}
	
#subNavi {
	width:1024px;
	height:27px;
	background-color:#D8D2C4;
	margin:0px;
	text-align:left;
	
	
	}


div.clear {
clear: both;
height: 0;
margin: 0;
padding: 0;
font-size: 0;
}

.images {
float: left;
width: 130px;
margin: 20px 35px 10px 0px;
padding: 0px;
}

#footer {
   position: absolute;
   margin-top: -7.5em;
   bottom: 0px;
   background-image: url(images/bg-footer.jpg);
   background-repeat:repeat-x;
   height: 28px;
   width: 100%;
   
   }
