/*-------------------------------------------------
HEADER
-------------------------------------------------*/
#contentHolder #title {
	top: 0;
	left: 0;
	width: 604px;
	height: 152px;
	margin: 0 0 12px 0;
}
#title a{
	background: url(../images/header_head.jpg);
	width: 604px;
	height: 152px;
}
#contentHolder #audio{}
#audio a{}

/*-------------------------------------------------
MENU
-------------------------------------------------*/
#contentHolder #menu{
	position: relative;
	margin: 0 0 0 0;
	height: 31px;
	text-transform: capitalize;
	background-color: #000;
}
#menu ul{
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	color: #FFF3E9;
	list-style-type: none;
	list-style-position: inside;
	margin: 0 auto 0 auto;
	padding: 0;
}
#menu ul li{
	display: inline;
	float: left;
	margin: 0 2px 0 1px;
	padding: 0;
	height: 31px;
}
#menu ul li a:link{
	color: #990100;
	text-decoration: none;
}
#menu ul li a:visited {
	color: #990100;
	text-decoration: none;
}
#menu ul li a:hover{
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:active{
	color: #FF0;
	text-decoration: none;
}
#menu ul li a {
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
}
#menu #bio a  {
	background: url(../images/nav_inner_bio.gif);
	width: 39px;
}
#menu #bio a:hover  {
	background-position: -39px top;
}
#menu #appearances a  {
	background: url(../images/nav_inner_appear.gif);
	width: 118px;
}
#menu #appearances a:hover  {
	background-position: -118px top;
}
#menu #photos a  {
	background: url(../images/nav_inner_photos.gif);
	width: 69px;
}
#menu #photos a:hover  {
	background-position: -69px top;
}
#menu #videos a  {
	background: url(../images/nav_inner_videos.gif);
	width: 68px;
}
#menu #videos a:hover  {
	background-position: -68px top;
}
#menu #store a  {
	background: url(../images/nav_inner_store.gif);
	width: 57px;
}
#menu #store a:hover  {
	background-position: -57px top;
}
#menu #press a  {
	background: url(../images/nav_inner_press.gif);
	width: 58px;
}
#menu #press a:hover  {
	background-position: -58px top;
}
#menu #writing a  {
	background: url(../images/nav_inner_writing.gif);
	width: 71px;
}
#menu #writing a:hover  {
	background-position: -71px top;
}
#menu #links a  {
	background: url(../images/nav_inner_links.gif);
	width: 56px;
}
#menu #links a:hover  {
	background-position: -56px top;
}
#menu #contact a  {
	background: url(../images/nav_inner_contact.gif);
	width: 110px;
}
#menu #contact a:hover  {
	background-position: -110px top;
}
#menu #eatit a  {
	/*background: url(images/nav_inner_eatit.gif);*/
	background: url(../images/nav_inner_extras.gif);
	width: 134px;
}
#menu #eatit a:hover  {
	background-position: -134px top;
}




/*-------------------------------------------------
BODY TEXT
-------------------------------------------------*/
#bodyText{
	position: relative;
	width: auto;
	margin: 15px 0 0 0;
	padding: 0 8px 0 12px;
	overflow: hidden;
}


/*-------------------------------------------------
FOOTER
-------------------------------------------------*/
#footer{
	position: relative;
	width: 780px;
	margin: 24px 12px 0 12px;
	text-align: right;
}