#reserveSeat_btn a {
	cursor:pointer;
	display:block;
	width:131px;
	height:168px;	
	margin:15px 0 0 630px;
	position:absolute;
	background-image: url(../images/reserveSeat_btn.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 99;
}

#reserveSeat_btn a:hover {
	background-image: url(../images/reserveSeat_btn_over.png);
}
#reserveTicketweb_btn a {
	cursor:pointer;
	display:block;
	width:81px;
	height:91px;	
	margin:183px 0 0 630px;
	position:absolute;
	background-image: url(../images/reserveTicketweb_btn.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 99;
}

#reserveTicketweb_btn a:hover {
	background-image: url(../images/reserveTicketweb_btn_over.png);
}

a:active	{color: #CCCCCC}
a:link 		{color: #CCCCCC}
a:visited 	{color: #DFDFDF}
a:hover 	{color: #FFFFFF}

* {
padding: 0;
margin: 0;
}

html, body {
	background-color: #2A0A01;
	height: 100%;
}

body {
	margin: 0 auto;
	background-image: url(../images/bodyBackground.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #CCCCCC;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	padding: 4px 10px 6px 12px;
}

p {
	color: #CCCCCC;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	padding: 4px 10px 6px 12px;
}

.smallText{
	color: #CCCCCC;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	padding: 4px 10px 6px 12px;
}

#arrowMap a{
	background-image: url(../images/arrowMap_norm.png);
	background-repeat: no-repeat;
	width: 47px;
	height: 16px;
	display: block;
	text-decoration: none;
	margin-left: 15px;
}

#arrowMap a:hover{
	background-image: url(../images/arrowMap_over.png);
}

#arrowRight a{
	background-image: url(../images/arrowRight_norm.png);
	background-repeat: no-repeat;
	width: 47px;
	height: 16px;
	display: block;
	text-decoration: none;
	margin-left: 15px;
}

#arrowRight a:hover{
	background-image: url(../images/arrowRight_over.png);
}


#wrapper {
	min-height: 535px;
	width: 902px;
	background-image: url(../images/wrapperBackground_pinlines.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}

* html #wrapper {
	height: 100%;
}

#content795{
	width: 795px;
	margin-left: 53px;
	background: #441400;
}

#header{
	margin: -5px 0 0 2px;
	background-image: url(../images/headerBg.jpg);
	background-repeat: no-repeat;
	width: 795px;
	height: 431px;
}

#menuTop_tabs{
	margin: 0 auto;
	text-align: center;
	width: 795px;
}

#menuTop_links{
	display: block;
	position: absolute;
	width: 125px;
	margin-top: 225px;
	margin-left: 650px;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: White;
	text-align: right;
	font-variant: small-caps
}

#menuTop_links a, a:link, a:visited{
	color: #2A0958;
}

#menuTop_links a:hover{
	color: White;
}

#events h1{
	display:none;
}


h1.title {
	display: none;
}

#hideContent{
display: none;
}

#contentBlock{
	position: relative;
	background-image: url(../images/contentBlock_bg.jpg);
	background-repeat: no-repeat;
	background-color: #491601;
	z-index: 98;
}

#contentBlock a, a:link, a:active{
	color: #CCCCCC;
}

#contentBlock a:visited{color: #FFA955}

#contentBlock a:hover{	color: orange;}

#contentBlock h2{
	color: #FF7F00;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
	padding-bottom: 8px;
	padding-left: 6px;
}

#contentBlock h3{
	color: #FFA955;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

#contentBlock h3  a:link, #contentBlock h3 a:visited, #contentBlock h3 a:active{
	color: #FFA955;
	text-decoration: none;
}

#contentBlock h3 a:hover{
	color: #EECB79;
	text-decoration: underline;
}

#contentBlock h4 {
	color: #FFA955;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}

#contentBlock blockquote, #contentBlock ul{
	margin: 12px 0px 12px 35px;
}

#contentBlock input, #contentBlock select{
	background-color: #FFCD90;
}

#contentBlock_content{
	position: relative;
	/*background-image: url(../images/newsSheet_top_curl-2.png);*/
	background-position: top left;
	background-repeat: no-repeat;
	/*background-color: #FFF;*/
	margin-left: 15px;
	width: 700px;
	z-index: 99;
}

#titleBlock{
	width: 795px;
	height: 85px;
}

#titleBlock h2{
	color: orange;
	font-size: 22px;
	font-weight: bold;
}

#titleBlock a, a:link, a:visited{
	color: #FC7A01;
	cursor: pointer;
}

.preamble{
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FED865;
	padding: 4px 10px 6px 12px;
	line-height: 180%
}

#footer {
	background-color:#180500;
	border:1px solid orange;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:11px;
	margin:20px auto;
	text-align:center;
	width:795px;
}

#footer a, #footer a:link, #footer a:active{
	color: #CCCCCC;
}

#footer a:visited{
	color: #DFDFDF
}

#footer a:hover{
	color: white;
}

#socialMedia_links {
	position: absolute;
	margin: 295px 0 0 15px;
	width: 167px;
	height: 70px;
	display: block;
	cursor: pointer;
}

.website a, a:link, a:visited{color:blue}
.website a:hover{color: orange;}

*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

#FUNdraising_btn a {
	position: absolute;
	margin: 10px 0 0 20px;
	width: 136px;
	height: 142px;
	display: block;
	cursor: pointer;
	background-image: url(../images/dollarSign.gif);
	background-repeat: no-repeat;}

#FUNdraising_btn a:hover {
	position: absolute;
	margin: 0 0 5px 0;
	width: 136px;
	height: 142px;
	display: block;
	cursor: pointer;
	background-image: url(../images/dollarSign.jpg);
	background-repeat: no-repeat;}

#FUNcontainer {
	position: absolute;
	margin: 10px 0 0 10px;
	z-index: 99;
}
h2.trigger {
	/*padding: 0 0 0 50px;*/
	margin: 0 0 5px 0;
	background: url(../images/FUNd_raising_dollarsign_ani.gif) no-repeat;
	height: 142px;
	line-height: 140px;
	width: 391px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(../images/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: url(../images/toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
.FUNblock {
	border: 1px dotted #2C0A57;
	border-top: 2px solid black;
	padding: 6px;
	}
.FUNblock p {
	color: #235C9F;
	}
.FUNblock h3 {
	padding: 4px;
	color: #1F4B7C;
	}