@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:-267px -23px;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#bio Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bio {
		width:575px;
		padding:28px 15px 66px 15px;
		background:url(../../images/bg_content.png) 0 0 repeat;
	}
		#bio h1 {
			width:20px; height:21px;
			margin:0 0 18px 0;
			background:url(../../images/h1_bio.png) 0 0 no-repeat;
		}
		#bio h2 {
			margin:16px 0 16px 0;
			font:bold 13px Arial, Helvetica, sans-serif;
		}
		
		#bio p {
			padding:0 0 16px 0;
			font:normal 12px Arial, Helvetica, sans-serif;
			color:#000;
			line-height:16px;
		}
		