body {
	padding:0px; margin:0px;
	background-color: #474747;
	background-image:url('/img/background.jpg');
	background-position:top center;
	background-repeat:repeat-y;
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}

#page {
	margin:0px auto; padding:0px;
	width:800px;
	background-image:url('/img/pagebkg.jpg');
	background-position:top;
	background-repeat:no-repeat;
	min-height:800px;
}


#header {
	display:block;
	width:800px; height:175px;
	padding:0px; margin:0px;
}

#header h1 {
	float:right;
	display:block;
	width:560px; height:121px;
	margin:0px; padding:0px;
}

#header h1 a {
	display:block;
	width:560px; height:121px;
	margin:0px; padding:0px;
	background-image:url('/img/header.jpg');
	background-position:top;
	background-repeat:no-repeat;	
}

#header h1 span {display:none;}

/**************************************************************/

ul#nav {
	float:right;
	width:646px; height:40px;
	padding:0px; margin:0px;
	list-style-type:none;
}

ul#nav li {
	float: left;
	padding:0px; margin:0px;
}

ul#nav li a {
	display:block;
	padding:0px; margin:0px;
	height:40px;
}

ul#nav li a span {
	display:none;
	background-position:top center;
	background-repeat:no-repeat;
}


ul#nav li a.biography {
	background-image:url('/img/nav/biography.gif');
	width:111px;
}
ul#nav li a.biography:hover { background-image:url('/img/nav-over/biography.gif'); }


ul#nav li a.film {
	background-image:url('/img/nav/film.gif');
	width:72px;
}
ul#nav li a.film:hover { background-image:url('/img/nav-over/film.gif'); }

ul#nav li a.theatre {
	background-image:url('/img/nav/theatre.gif');
	width:95px;
}
ul#nav li a.theatre:hover { background-image:url('/img/nav-over/theatre.gif'); }

ul#nav li a.concert {
	background-image:url('/img/nav/concert.gif');
	width:93px;
}
ul#nav li a.concert:hover { background-image:url('/img/nav-over/concert.gif'); }

ul#nav li a.photos {
	background-image:url('/img/nav/photos.gif');
	width:89px;
}
ul#nav li a.photos:hover { background-image:url('/img/nav-over/photos.gif'); }

ul#nav li a.audio {
	background-image:url('/img/nav/audio.gif');
	width:85px;
}
ul#nav li a.audio:hover { background-image:url('/img/nav-over/audio.gif'); }

ul#nav li a.contact {
	background-image:url('/img/nav/contact.gif');
	width:101px;
}
ul#nav li a.contact:hover { background-image:url('/img/nav-over/contact.gif'); }

#preload { display:none; }

/**************************************************************/

#content {
	color:#999999;
	margin:10px 10px 0px 35px;
	padding:10px;
	text-align:justify;
	width:705px;
}

#content h2 {
	width: 300px; height: 30px;
	background-position: left;
	background-repeat:no-repeat;
	padding:0px; margin:10px 0px;
}

#content h2 span {display: none;}
#content h2.home {background-image: url('/img/headers/home.gif');}
#content h2.biography {background-image: url('/img/headers/biography.gif');}
#content h2.film {background-image: url('/img/headers/film.gif');}
#content h2.theatre {background-image: url('/img/headers/theatre.gif');}
#content h2.concert {background-image: url('/img/headers/concert.gif');}
#content h2.photos {background-image: url('/img/headers/photos.gif');}
#content h2.audio {background-image: url('/img/headers/audio.gif');}
#content h2.contact {background-image: url('/img/headers/contact.gif');}

#column {
	float:left;
	width:350px;	
}


h3 {
	text-transform:uppercase;
	font-size:18px;
	color:#ffe259;

}

.tagline { font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#8b5a53;}

ul#news {
	margin:0px; padding:0px;
}

ul#news li {
	margin:0px 0px 5px 15px;
	padding:0px;
}
/**************************************************************/

a { color:#ffe259; text-decoration:none;}
a:hover { color:#faa500; text-decoration:underline;}

#footer {
	padding:10px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

#footer a { color:#888; text-decoration:none; }	
#footer a:hover {color:#999; text-decoration:underline; }
