	/*Simple styles for a generalized page*/
	
	body {
		background-color: #fff0d9;
		background-image:url(../assets/dots.jpg);
		background-repeat: repeat-x;
		background-position: top;
		font: normal 70%/140% Verdana, Arial, sans-serif; 
		color: #666;
	}
	#flood {
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image:url(../assets/hands_5.gif);
		background-repeat: repeat-x;
		background-position: bottom;
	}

	img {border: none;}
			
	h1, h2, h3, h4 {
		font-weight: bold;
		color: #6b5b28;
	}
	h1 {font-size: 5em; font-weight: normal;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.75em;}
	h4 {font-size: 1.2em;}
			
	a {color: #dda000; font-size: 1em; font-weight: bold;}
	a:link{text-decoration: none;}
	a:visited{text-decoration: none;}
	a:hover{text-decoration: none;}
	a:active{text-decoration: none;}
	
	p {margin: 10px 0;}
	hr {height: 0px; border: solid 1px #fff; clear: left; margin: 0; pagging: 0;}
	
	#container {
		position: relative;
		margin: 15px auto;
		padding: 30px 45px;
		width: 900px;
		background-color: #fff;
		border: solid 1px #666;
	}
	#head {
		margin-bottom: 15px;
	}
	#head h1, #head h2 {float: left; margin: 15px 30px 15px 0;}
	#head h2 {}
	#utility {text-align: right; color: #000;}
	#content{
		position: relative;
		
	}
	#nav{clear: left;}
	#nav li {
		display: block;
		float: left; 
		list-style: none; 
		margin: 0 5px 10px 0;
		padding: 5px 10px;
		border: solid 1px #fff;
		border-right-color: #ccc;
		border-left-color: #ccc;
		background-color: #fff;
	}
	
	#feld, #hend, #aiki, #bio {
		height: 360px;
		margin: 5px 0;
		padding: 0;
		width: 100%;
		
	}
	#feld img, #hend img, #aiki img, #bio img {
		margin: 0 25px 0 0;
		padding: 0;
		float: left;
	}
	#foot{
		margin: 400px 0 15px 0;
		text-align: center;
		color: #6b5b28;
		
	} 
	/*#holdform {display: none;}*/
	#contactelaine{
		display: none;
		position: absolute;
		top: 45px;
		left: 220px;
		z-index: 5;
		color: #556;
		border: solid 1px #666;
		background-color: #fff;
		width: 540px;
		padding: 30px 15px 15px 15px;
	}
	
	#close {
		display: none;
		position: absolute;
		top: 45px;
		left: 220px;
		z-index: 6;
		text-align: right;
		width: 540px;
	}
	#shim{
		display: none;
		position: absolute;
		z-index: 3;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image:url(../assets/shim.png);
	}
	sup {font-size: .7em; vertical-align: super;}
	blockquote{margin: 5px 15px;}