@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - BIO : 	Ghostface Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		gf_bio.css
	Date:			Sept 08, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navBio a {
		background-position:-96px -45px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#bio Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bio {
		
	}
		#bio .header {
			margin:0 0 10px 0;
		}
			#bio .header h1 {
				width:180px; height:45px;
				margin:0 auto;
				background:url(../../images/h1_bio.png) 0 0 no-repeat;
			}
		#bio img {
			margin:0 12px 0 0;
			display:inline;
			float:left;
		}
		#bio p {
			padding:0 0 19px 0;
			font:normal 12px Georgia, "Times New Roman", Times, serif;
			color:#01140c;
			line-height:19px;
		}
	