@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - BIO : 	BLACK JOE LEWIS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bjl_bio.css
	Date:			October 6, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header ul#navBar li.bio a {
		background-position:-619px -36px;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#bio Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bio {
		
	}
		#bio h2 {
			width:39px; margin:0 0 11px 0;
			background-position:0 -333px;
		}
		#bio h3 {
			margin:16px 0 16px 0;
			font:bold 13px Arial, Helvetica, sans-serif;
		}
		#bio br { margin:0 0 10px 0; }
		#bio p {
			padding:0 0 16px 0;
			font:normal 12px Arial, Helvetica, sans-serif;
			color:#000;
			line-height:16px;
		}
		
