/*-------------------------------------------------
LINKS
-------------------------------------------------*/
#contentHolder #bodyText #linksHolder{
	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 #linksHolder #links{
	position: relative;
	width: 750px;
	overflow: hidden;
	background-color: #DD2200;
}
#links h1.title{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/link_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 4px 0;
	font-size: 10px;
	width: 113px;
	height: 40px;
	float: left;
}
#links #text{
	margin: 6px;
}
#links #text p{
	padding: 0 8px 2px 8px;
}

/*--------*/
#linkLists{
	position: relative;
	clear: left;
	margin: 8px 8px 0 8px;
}
#linkLists ul{
	position: relative;
	display: block;
	width: 232px;
	list-style: url(../none) none outside;
	padding: 0 0 0 0;
	margin: 0 4px 8px 4px;
	float: left;
	background-color: #554466;
}
#linkLists ul li{
	margin: 0 0 0 0;
	padding: 2px 2px 2px 12px;
}
#linkLists ul li:hover{
	padding: 2px 2px 2px 2px;
	background-color: #FF8811;
}
#linkLists ul li a {
	font-size: 12px;
	color: #fff;
}
#linkLists ul .catName{
	padding: 4px 2px 8px 4px;
	color: #FF8810;
	font-weight: bold;
	background-color: #332244;
}
#linkLists ul .catName:hover{
	padding: 4px 2px 8px 4px;
	background-color: #332244;
}


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

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