@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - CONTACT : 	BLACK JOE LEWIS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bjl_contact.css
	Date:			October 6, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header ul#navBar li.contact a {
		background-position:-338px -23px;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#contact Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contact {
		width:575px;
		padding:28px 15px 66px 15px;
		background:url(../../images/bg_content.png) 0 0 repeat;
	}
		#contact h1 {
			width:46px; height:21px;
			margin:0 0 18px 0;
			background:url(../../images/h1_contact.png) 0 0 no-repeat;
		}
			#contact h2 {
				margin:0 0 5px 0;
				font:bold 18px Arial, Helvetica, sans-serif;
				color:#660000;
			}
			#contact p {
				margin:0 0 20px 0;
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#000;
			}
				#contact p a {
					color:#fff;
				}
					#contact p a:hover {
						color:#472618;
					}