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

/*-------------------------------------------------
FORM
-------------------------------------------------*/
#contactForm{
	display: block;
	clear: left;
float: left;
	margin: 8px 0 0 0;
}
#contactForm label {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	margin: 0 4px 2px 0;
}
#contactForm input, textarea{
	float: left;
	width: 250px;
	margin: 0 0 2px 0;
	padding: 0 4px 0 4px;
	border: 1px solid #aa1101;
}
#contactForm textarea{
	width: 370px;
	height: 125px;
}
#contactForm br{
	clear: left;
}
#contactForm #submit{
	margin: 8px 16px 4px 0;
	font-size: 10px;
	width: 154px;
	height: 28px;
	float: right;
	border: none;
}
/*#contactForm #submit{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(images/contactSend.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 8px 16px 4px 0;
	font-size: 10px;
	width: 154px;
	height: 28px;
	float: right;
	border: none;
}*/

/*-------------------------------------------------
BOOK / PRESS / SITE CRED
-------------------------------------------------*/
#bodyText #book, #bodyText #press, #bodyText #siteCred{
	position: relative;
	width: 269px;
	margin: 0 0 8px 0;
	color: white;
	background-color: #332244;
	float: right;
	overflow: hidden;
}
#bodyText #press{
	background-color: #000000;
}
#book h1, #press h1, #siteCred h1{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	font-size: 10px;
	float: left;
}
#book h1{
	background: url(../images/contactBooking.gif);
	width: 87px;
	height: 59px;
}
#press h1{
	background: url(../images/contacTV.gif);
	width: 109px;
	height: 61px;
}
#siteCred h1{
	background: url(../images/contactSite.gif);
	width: 97px;
	height: 33px;
}
#book #text, #press #text, #siteCred #text{
	padding: 4px 2px 2px 2px;
}
#book #text a, #press #text a, #siteCred #text a{
	color: #FF8810;
}
#press #text{
	margin: 0 0 0 109px;
	background-color: #332244;
}


/*-------------------------------------------------
MYSPACE
-------------------------------------------------*/
#bodyText #myspace{
	position: relative;
	width: 268px;
	margin: 0 0 8px 0;
	color: white;
	float: right;
	overflow: hidden;
}
#myspace a{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/home_myspace.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 268px;
	height: 55px;
	margin: 0;
}