/*-----------------------------------------------------------------------------
website: http://www.tmdesign.com/
email: mike@tmdenver.com
© 2009 TM Design. All rights reserved.
-----------------------------------------------------------------------------*/


/* =Typography
-----------------------------------------------------------------------------*/
h1 {
	width: 670px;
}


/* =Next
-----------------------------------------------------------------------------*/
#next {
	position: relative;
	top: 26px;
	background: url(../img/next-about.gif) no-repeat;
    width: 833px;
    height: 22px;
}

#next span {display: none;}
#next li, #next a {border: 0px solid red; height: 22px; display: block;}
#next li {float: left; list-style: none; display: inline;}

#next-about {position: relative; left: 41px; width: 71px;}
#next-about a:hover {background: url(../img/next-about.gif) -41px -23px no-repeat;}


/* =Images
-----------------------------------------------------------------------------*/
.headshot {
	float: left;
	width: 84px;
	height: 99px;
	padding: 24px 0 0 0;
}

.bio {
	float: right;
	width: 510px;
	height: auto;
	padding-top: 20px;
}



