/*-------------------------------------------------
LINKS
-------------------------------------------------*/
#contentHolder #bodyText #extrasHolder{
	position: relative;
	clear: left;
	float: left;
	margin: 0 8px 0 0;
	padding: 6px;
	width: 750px;
	color: white;
	overflow: hidden;
	background-color: #aa1101;
	border: 3px solid #fff;
}
#contentHolder #bodyText #extrasHolder #extras{
	position: relative;
	width: 750px;
	overflow: hidden;
	background-color: #DD2200;
}
#extras h1.title{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/extrasHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 4px 0;
	font-size: 10px;
	width: 119px;
	height: 40px;
	float: left;
}
#extras #text{
	clear: left;
	margin: 6px;
}
#extras #text p{
	padding: 0 8px 2px 8px;
}



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

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;
}



/*-------------------------------------------------
SITE CRED
-------------------------------------------------*/
#bodyText #siteCred{
	position: relative;
	float: left;
	width: 252px;
	height: 60px;
	margin: 0 0 8px 0;
	margin: 14px 0 0 12px;
	color: white;
	background-color: #332244;
	overflow: hidden;
}

#siteCred h1{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/contactSite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	font-size: 10px;
	float: left;
	width: 97px;
	height: 33px;
	height: 60px;
	background-color: #000000;
}
#siteCred #text{
	padding: 4px 2px 2px 2px;
}
#siteCred #text a{
	color: #FF8810;
}