body {
	margin: 0px;
	background-color: #000000;
	font-size: 14px;
	line-height: 19px;
	font-family: Times New Roman, Times, serif;
	color: #ffffff;
}

a {
	color: #ffffff;
}

p, ul, li, ol {
	font-size: 14px;
	line-height: 19px;
	color: #fcf3db;
}

p.intro {
	font-size: 18px;
}

h1 {
	font-family: xGeorgia, Times New ROman, Times, serif;
	font-size: 23px;
	font-weight: normal;
	margin-top: 25px;
	letter-spacing: -1px;
	color: #EEEEEE;
}

h2 {
	font-size: 16px;
	margin-top: 35px;
}

#headerContainer {
	width: 100%;
}

#header {
	width: 780px;
	height: 120px;
}

	#header .topHeader {
		width: 780px;
		height: 120px;
		background-color: #000000;
		background: url(images/header-background.jpg);
	}
	
	#header .bottomHeader {
		width: 780px;
		height: 120px;
		background-color: #000000;
		
	}

#contentTable {
	width: 100%;
	border-top: 1px solid #c69c6d;
}

	#contentTable .contentCell {
		width: 100%;
		background: url(images/page-background.gif) repeat-x;
	}

#contentHomePage {
	width: 780px;
	height: 120px;
	background: url(images/header-bottom-background.jpg) no-repeat;
}

	#contentHomePage .left {
		width: 280px;
		vertical-align: top;
		padding-top: 60px;
	}
	
	#contentHomePage .gutter {
		width: 30px;
		vertical-align: top;
	}
	
	#contentHomePage .right {
		width: 470px;
		vertical-align: top;
		padding-top: 60px;
	}
	
#contentPage {
	width: 780px;
	height: 120px;
	background: url(images/header-bottom-background.jpg) no-repeat;
}

	#contentPage .left {
		width: 470px;
		vertical-align: top;
		padding-top: 60px;
	}
	
	#contentPage .gutter {
		width: 50px;
		vertical-align: top;
	}
	
	#contentPage .right {
		width: 260px;
		vertical-align: top;
		padding-top: 60px;
	}
	

.featureBox {
	width: 245px;
	display:block;
}

.featureBoxText {
	font-size: 12px;
	display: block;
	background: #000000;
	padding: 12px;
	border-left: 1px solid #411b00;
	border-right: 1px solid #411b00;
}

.featureBoxPix {
	font-size: 12px;
	display: block;
	background: #000000;
	padding: 6px;
	border-left: 1px solid #411b00;
	border-right: 1px solid #411b00;
}

.featureBoxLink { display: block; text-align:right; }

#menuAboutUs {
	display: none;
	position: absolute;
	width: 100%;
	height: 300px;
	padding-top: 121px;
}

#menuShows {
	display: none;
	position: absolute;
	width: 100%;
	height: 300px;
	padding-top: 121px;
}

#menuTheCastle {
	display: none;
	position: absolute;
	width: 100%;
	height: 300px;
	padding-top: 121px;
}

#menuReviews {
	display: none;
	position: absolute;
	width: 100%;
	height: 300px;
	padding-top: 121px;
}

#menuPhotos {
	display: none;
	position: absolute;
	width: 100%;
	height: 300px;
	padding-top: 121px;
}

#menuEducation {
	display: none;
	position: absolute;
	width: 100%;
	height: 300px;
	padding-top: 121px;
}


#menuSponsors {
	display: none;
	position: absolute;
	width: 100%;
	height: 300px;
	padding-top: 121px;
}

#menuBox {
	width: 160px;
	background-color: #381f0b;
	border-left: 1px solid #c69c6d;
	border-right: 1px solid #c69c6d;
	border-bottom: 4px solid #c69c6d;
	text-align: left;
	padding: 3px;
	display: block;
}

#menuBox A.menuItem {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 3px;
}

#menuBox A.menuItem:hover {
	background-color: #583f2b;
}

.boxedimage {
	border: 1px solid #fcf3db;
}
