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

* { 
	padding: 0;
	margin: 0;
		}

* a {
	text-decoration:none;
	}

body {
	background-color:#faf8b9;
	background-position: 50% 50%;
	background-attachment: fixed;
	padding-top: 10px;
	border: solid thin #ffb636;
	}
	
.active {
	width: 1000px;
	
	position:relative;
	}
	

#header {
	height: 35px;
	width: 843px;
	position: relative;
	background-image: url(../../images/images/masthead_01.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#ffb636;
	overflow: hidden;
	color: #ffb636;
	margin-left: auto;
	margin-right: auto;
	border-left: thin;
	border-left-style:solid;
	border-left-color:#ffb636;
	border-right: thin;
	border-right-style:solid;
	border-right-color:#ffb636;
	}
	
	#yourcart {
	height: 31px;
	width: 115px;
	overflow: hidden;
	float: left;
	position: relative;
	left: 1px;
	padding-top: 2px;
	}

	#checkout {
	height: 31px;
	width: 115px;
	float: right;
	padding-top: 2px;
	}

#topmasthead {
	height: 35px;
	width: 843px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../../images/Top_Masthead.png);
	}
#masthead {
	height: 80px;
	width: 843px;
	background-image: url(../../images/images/masthead_02.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-left: auto;
	margin-right: auto;
	border-left: thin;
	border-left-style:solid;
	border-left-color:#ffb636;
	border-right: thin;
	border-right-style:solid;
	border-right-color:#ffb636;
	}
	
.navbar {
	height: 30px;
	width: 843px;
	border-left: solid;
	border-left-color: #ffb636;
	border-left-width:3px;
	border-right: solid;
	border-right-color: #ffb636;
	border-right-width:3px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffb636;
	text-align: center;
	overflow: visible;
	border-top-width: 3px;
	border-top-color: #004990;
	border-top: solid;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	}

#mainbody {
	height: 1200px;
	width: 843px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	clear:both;
	border-left: solid;
	border-left-color: #ffb636;
	border-left-width:1px;
	border-right: solid;
	border-right-color: #ffb636;
	border-right-width:3px;
	background-image:url(../../images/background_main.gif);
	margin-right: auto;
	text-align: left;
	margin-left: auto;
	}

#mainbody2 {
	height: 1075px;
	width: 843px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	clear:both;
	border-left: solid;
	border-left-color: #ffb636;
	border-left-width:3px;
	border-right: solid;
	border-right-color: #ffb636;
	border-right-width:3px;
	margin-left: auto;
	margin-right: auto;
	}
	
#mainbody2_content {
	height: auto;
	width: 843px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	clear:both;
	border-left: solid;
	border-left-color: #ffb636;
	border-left-width:3px;
	border-right: solid;
	border-right-color: #ffb636;
	border-right-width:3px;
	margin-left: auto;
	margin-right: auto;
	}
	
#footer {
	bottom: 0px;
	height: 70px;
	width: 843px;
	background-image: url(../../images/footer.png);
	border-left: solid;
	border-left-color: #ffb636;
	border-left-width:3px;
	border-right: solid;
	border-right-color: #ffb636;
	border-right-width:3px;
	border-bottom: solid;
	border-bottom-color: #ffb636;
	border-bottom-width:3px;
	margin-left: auto;
	margin-right: auto;
	}
	

#left_nav_bar {
	width: 210px;
	height: 100%;
	background-color: #FFFFFF;
	border-right: solid;
	border-width: thin;
	background-image:url(../../images/background_main.gif);
	float: left;
	}
	
.left_bar_content {
	width: 95%;
	margin: 5px;
	}
	

#content_box {
	float: right;
	margin: 0px;
	}
		
.contentbody {
	margin-left: 10px;
	margin-right: 10px;	
	text-align: left;
	}
	
	
.contentbody img {
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.contentbody h1 {
	font: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 1em;}
	
.contentbody p {
	font-size: 100%;
	font: Verdana;
	}
	
.contentbody p+p {
	margin-top: .75em;
	}
	
.featuredlink {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
	.featuredlink a {
	text-decoration:none;
	font-size: 12px;
	}
	
.bookingform {
	font: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	}
	
.bookingform img {
	padding-left: 20px;
	}

.bookingform label {
	text-align: left;
	margin-right: 5px;
	width: 225px;
	font-weight: bold;
	}
	
.bookingform input {
	width: 275px;
	background-color: #DDDDFF;
	border: 1px #000066 solid;
	height: 20px;
	}
	
.bookingform textarea {
	width: 550px;
	height: 200px;
	background-color: #DDDDFF;
		}
	
.bookingform button {
	width: 100px; }
	
.bookingform textarea:focus, input:focus {
	border: 2px solid #900;
	}
	
form {
	padding: 20px;
	}
	
.presstable tr {
	height: 75px;
	vertical-align:middle;
	}
	
.presstable tr:hover {
	background-color: #FFCCCC;
	border-collapse: collapse;}
	
.venues p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
