* {
	margin: 0;
	padding: 0;
}
a {
	color: #567;
}
a:hover {
	color: #557799;
}
#wrap #currentpage a {
	border:none;
	background: #D7D7D7;
	color: #333;
	}
body {
	background: #F2F2F2 url(img/bg.gif) repeat-y center top;
	color: #555A60;
	font: normal 62.5% Trebuchet,sans-serif;
	margin: 0;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1, h2, h3 {
	font-size: 1.4em;
	margin-bottom: 4px;
	color: #579;
	padding-top: 0px;
}
tdbg {
	background: url(img/bgcode.gif);
	border: 1px solid #F6F6F6;
	color: #666;
	font: normal 1.4em "Trebuchet MS",sans-serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	/*background: url(img/li.gif) no-repeat;*/
	color: #456;
	width:400px;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	margin:0px;
	/*padding-left: 15px;	*/
}

.img { 
	margin:10px;
	padding:5px;
	border: 1px solid #555A60;
}

.audioPlayer {
    float: right;
	margin-top:10px;
	margin-right:20px;

}
/*
selector { IE }
html>body selector { All Other Browsers }
*/
.imgright {
	float:right;
	margin-top:-40px;
	padding:5px;
	border: 1px solid #555A60;	
}

img.left {
	float:left;
}

img.right {
	float:left;
}

/* Misc */
.clearer {
	clear: both;
}

/* Structure */
.container {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	padding:5px;
}

/* Title */
.title {
	float: left;
	text-align: center;
	width: 220px;
	margin-top: 60px;
}
.title h1 {
	font: normal 2em Trebuchet MS, sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Trebuchet MS, sans-serif;
}

/* Navigation */
.talentnav {
	margin:auto;
}
.navigation {
	background: url(img/header.jpg) no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	border-left: 1px solid #DDD;
	border-right: 1px solid #FFF;
	color: #89A;
	float: right;
	font: bold 1.2em Trebuchet MS,sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #FFF url(img/navhover.gif) repeat-x;
	color: #000;
	padding: 56px 18px 10px;
}

/* Holders */

.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding: 0 32px;
	margin-bottom: auto;
}
.holder_top {
	clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 20px;
	padding-top: 30px;
	text-align: center;
	padding-right: 250px;
	font-size: medium;
}
.tabFolder {
    font: normal 1em Trebuchet MS, sans-serif;
	width:665px;
	height:320px;
	padding-top: 0px;
	background: #fff url(images/tabFolder_665x320.jpg) no-repeat;
	margin-bottom:15px;
	border-right: 0px solid #CECECE;
	border-bottom: 0px solid #CECECE;
}
.tabFolder h1 {
	margin:0;
	padding:10px 0 0 20px;
	font: bold 16px Trebuchet MS, sans-serif;
	border:0px solid #666;
}
.tabFolder p {
	font: 12px "Lucida Sans Unicode",serif;
	width:430px;
	height:237px;
	margin-top:5px;
	padding:10px 10px 0px 15px;
	overflow:auto;
	position: absolute;
	float: left;
}

.player { float:right; position: relative; padding-right: 7px; }

/* Form Elements */

input.txt {
color: #579;
background-color: #F1F1F1;
border: 1px outset #579;
width: 190px;
}
textarea.txt{
color: #579;
background-color: #F1F1F1;
border: 1px outset #579;
width: 350px;
height: 200px;
}
form p {
clear: left;
margin: 0;
padding: 0;
padding-top:8px;
}
form p label {
float: left;
width: 38%;
font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset {
border: 1px dotted #579;
margin-top: 5px;
padding: 5px;
}
legend {
font: bold 1.2em Arial, Helvetica, sans-serif;
color: #579;
}
.contact {
    clear: left;
    width: 38%;
}
.contactPic {
    float: right;
	padding: 5px;
	border: 1px solid #579;
}
.contact h1 {
	font: 1.4em Arial #579;
	margin-bottom:25px;	
}
/* Footer */
.footer {
    clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 20px;
	padding-bottom: 30px;
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
}
#booking {
    margin-right:28px;
    width: 50%;
    text-align:left;
	float:right;
}
.calendar {
    margin-left:28px;
    text-align:left;
	float:left;
}