/* catfish and 'position:fixed' emulation */

#catfish {
	position:fixed;
	bottom: 0;
	background:transparent url(catfish-tileCH3.gif) repeat-x left bottom;
	padding:0;
	height: 150px;  /* includes transparent part */ 
	margin: 0;
	margin-bottom: -150px;
	width:100%; 
}

#wrapper{
	width:840px;
	margin:0 auto;
	background: transparent url(whitepaper.gif) no-repeat 0 bottom;
	height:150px;
	}
#catfish h3{ /* a simple little image replacement for the main text and image */	
	color:#000000;
	float:left;
	padding:70px 0 0 150px;
	margin:0;
	clear:right;
	font-weight:900;
	font-size:120%;
}
#catfish p{
	clear:both;
	float:left;
	padding-left:150px;
	margin:0;
	width:600px;
}
#catfish ul{
	position:absolute;
	right:20px;
	top:70px;
	margin:0;
	list-style-type: none;
}
#catfish ul li a{color:#147595;font-weight:900;}
#catfish p a{font-weight:900;color:#147595;}
#catfish p#catch{
	color: #5f79a4;
	font-weight:900;
	font-size:120%;
	float:right;
}
#catfish p.subtext{font-size:90%;}
#catfish ul li a#closeme{color:#666666;}