@charset "UTF-8";
	
#container {
	width: 100%; 
	height: inherit;
	margin: 0 auto;
	}	
#head {
	font: 12px Verdana, Geneva, sans-serif; 
	letter-spacing: 2px; 
	color: #999;
	text-align: right;
	margin: 10px 10px 10px 0;
	}
#homeheadbox {
	background-color: #FFCC66; 
	width: 100%; 
	height: 20px;
	}
#homeheadbox img {
	position: absolute;
	top: 10px;
	border: none;
	z-index: 1;
	}
#leftcol {
	float: left; 
	width: 30%;
	}
#leftcol a {
	text-decoration: none;
	border:none;
	}
#centercol {
	float: left; 
	width: 70%;
	}
.bio {
	font: 10pt/15pt Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding: 180px 20px 0 40px;
	}
.bio a {
	text-decoration: none;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color: #999;
	}
.bio a:active, .bio a:hover {
	color: #00b1ef; 
	text-decoration: underline; 
	}
ul {
	list-style-type: none;
	}
li {
	font: 10px Verdana, Geneva, sans-serif; 
	float: left;
	padding: 30px 40px 10px 0;
	letter-spacing: 1.5px;
	color: #333;
	}
li a:link, li a:visited {
	color: #666; 	
	text-decoration: none; 
	}
li a:active, li a:hover {
	color: #00b1ef; 
	text-decoration: underline; 
	}
#homefootbox {
	background-color: #FFCC66; 
	height: 60px; 
	width: 98.5%; 
	position: absolute;
	top: 535px;
	}
#memberblockaiga {
	float: right; 
	padding-right: 10px;
	}