/*-------------------------------------------------
BIO
-------------------------------------------------*/
#contentHolder #bodyText #bio{
	position: relative;
	float: left;
	margin: 4px 0 12px 14px;
	margin: 0 0 0 0;
	width: 494px;
	color: white;
	background-color: #aa1101;
	border: 3px solid #fff;
}
#bio h1.title{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/bio_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 72px;
	height: 40px;
	margin: 0 4px 0 0;
	margin: -16px 4px 0 0;
	font-size: 10px;
	float: left;
}
#bio #text{
	margin: 6px;
	padding: 16px 0 0 0;
	background-color: #cc2200;
}
#bio #text p{
	padding: 0 8px 2px 8px;
}

/*-------------------------------------------------
BIO IMAGE
-------------------------------------------------*/
#bioMainImage{
	position: relative;
	float: right;
	margin: 8px 15px 0 0;
	margin: 0 0 12px 0;
}


/*-------------------------------------------------
HEADSHOT
-------------------------------------------------*/
#contentHolder #bodyText #dlHeadshot {
	position: relative;
	clear: right;
	float: right;
	margin: -40px 17px 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 269px;
	height: 178px;
	color: white;
}
#dlHeadshot h1{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	height: 0;
	margin: 0;
}
#dlHeadshot a{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/bio_download.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 269px;
	height: 178px;
	margin: 0;
}


/*-------------------------------------------------

BOOK / PRESS
-------------------------------------------------*/
#bodyText #bookpress{
	position: relative;
	clear: left;
	float: left;
	width: 500px;
	height: 60px;
	margin: 15px 0 0 14px;
	margin: 14px 0 0 0;
	color: white;
	background-color: #332244;
}
#bookpress h1{
	display: block;
	margin: 0;
	font-size: 10px;
}
#bookpress h1 a{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	font-size: 10px;
}
#bookpress #book h1 a{
	background: url(../images/home_book_header.gif);
	width: 86px;
	height: 59px;
}
#bookpress #book #text, #bookpress #press #text{
	position: absolute;
	top: 0;
	font-size: 10.5px;
	padding: 2px 0 2px 2px;
}
#bookpress #book #text p, #bookpress #press #text p{
	margin: 0 0 2px 0;
	padding: 0;
}
#bookpress #book #text{
	left: 90px;
	width: 115px;
}
#bookpress #press h1{
	position: absolute;
	top: 0;
	left: 210px;
}
#bookpress #press h1 a{
	background: url(../images/home_request_header.gif);
	width: 110px;
	height: 59px;
}
#bookpress #press #text{
	left: 320px;
	width: 170px;
}






