@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
/*	background:#000 url(../../uploads/btf/crown-body.jpg) no-repeat center top; */
	font-family: arial,helvetica,sans-serif;
}
/*
#crown-header{ background:#9F9066 url(../../uploads/btf/crown-bg-header.jpg) no-repeat scroll 0 0;
height:113px;
position:relative;
}

#crown-header img { position:relative; left:7px; top:5px }
*/
.btf-content {background:#000 url(../../uploads/btf/contentback.jpg) no-repeat center top; padding-top: 260px } 
#content {
	background:#E6DCB9;
	width:1000px;
	margin : 0px auto;
	padding :0px;
	position:relative;
	top:0px;
	border: 1px solid #BFA977;
	border-width: 0px 1px;
}


.contentbody  {
	padding: 20px

}
.text p {
	font-size:.8em;
	color: #fff;
	
}

.times{ clear:left }
.times p {width: auto
}

.blurb {
	position:relative;
	top:90px;
	width:400px;
	float:left;
	padding-left: 20px;
}


a.home {
	width:800px;
	height: 250px;
	display:none;
	position:relative;
	top: 0px;
	margin: 0px auto;
}
.images {
	width: 210px;
	float:right;
	margin-right: 0px
}
.images a img {
	border: none;
	background:#fff;
	padding: 5px;
	margin: 5px 0px
}
a.book, a.times, a.seats {
	text-decoration:none;
	color: #fff;
	background: brown;
	padding: 10px;
	
	display:block;
	margin: 0 5px 5px;

	border:1px solid #000
}
a.book:hover, a.times:hover, a.seats:hover {
	text-decoration:underline;
	background:#F8BA31;
	color: #000;
}




