@charset "UTF-8";
/* CSS Document */
/*	-------------------------------------------------------------
	RICHY NIX SITE - HOME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		richy_bio.css
	Date:			4/16/2010

	Author:		UMRG New Media
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	-------------------------------------------------------------
	
	/*	--------------------------------------------------------------------------------------------------------------------------
		nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#header ul#nav li.navBio a {
		background-position:-135px -50px;
	}
	
	/*	--------------------------------------------------------------------------------------------------------------------------
		content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#bio {
		width:710px;
		min-height:400px;
		height:auto !important;
		height:400px;
		margin:20px auto;
		padding:15px 20px;
		background-color:#092b12;
		_background-color:#092b12;
		background:
			-webkit-gradient(
				linear,
				left top,
				left bottom,
				color-stop(0.00, rgb(16,71,30)),
				color-stop(1.00, rgb(0,0,0))
			);
		background:
			-moz-linear-gradient(
				center top,
				rgb(16,71,30) 0%,
				rgb(0,0,0) 100%
			);
	}
		#bio h2 {
			width:200px; height:21px;
			margin:0 0 20px;
			background:url(../../images/h2_bio.gif) 0 0 no-repeat;
		}
