@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - KENNY LATTIMORE BIO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		kl_bio.css
	Date:			Aug 25, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main h1#h1Bio {
		width:598px; height:132px;
		background:url(../../images/h1Bio.jpg) no-repeat;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	Content Space
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.content img {
		margin:5px 0 20px 50px;
	}
	
	.content p {
		width:490px;
		margin:0 0 10px 50px;
		font:12px Arial, Helvetica, sans-serif;
		color:#71501d;	
	}
	
	/*.content p a:link, .content p  a:visited{
		color:#00bcf3;
		text-decoration:none;
	}
		.content p  a:visited{
			color:#0089f3;
			text-decoration:none;
		}
		.content p a:active {
			color:#990000;
		}
		.content p a:hover{
			color:#005b82;
		}*/