@charset "utf-8";
body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
.thrColFix #container {
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1200px;
} 
#head {
	text-align: center;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	text-align: right;
	height: 969px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	height: 969px;
}
.thrColFix #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 175px;
	height:1050px;
}
.thrColFix #mainContent2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 175px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navcontainer {
	text-align: center;
}
#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	font-family: Pristina;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 400px;
}

#navlist a {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#navlist a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#navlist a:hover
{
	color: #f99b55;
	text-decoration: none;
	font-family: Pristina;
	font-weight: bolder;
	font-size: 18px;
	font-style: italic;
}
#content {
	overflow-y: auto;
	height: 840px;
	scrollbar-arrow-color: #BCCDFF;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #999;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #000;
	padding-right: 15px;
	padding-left: 15px;
	align: center;
}
#performer{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}
#performer a{
	color:#FC3;
}
#performer a:hover{
	color:#FFC;
}
#performer h1{
	font-size:18px;
	font-weight:bold;
}
#performer ul{
	display:block;
}
#performer li{
	font-style: oblique;
	line-height: 1.1em;
	margin: 15px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#booking {
	text-align: center;
	padding: 5px;
	font-size: 13px;
	margin-left:25px;	
}
#booking h1{
	font-size: 24px; 
	font-weight: bold; 
	font-variant: small-caps;
	color:#FFAE07;
	text-align: center;
	padding:0px;
	margin:0px;
}
#booking h2 {
	font-size:22px;
}
#booking a{
	font-style: italic;
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
	font-size:18px
}
#booking ul{
	margin-top: 5px;
	margin-left:300px;
	margin-bottom: 5px;
	text-align:left;
		
}
#booking li{
	list-style-type: disc;
}
#calendar {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ee1d24;
	width:400px;
	height: 400px;
	float: left;
	margin-right: 2%;
	margin-left: 5%;
	text-align: center;
}
#calendar a{
	color:#fee8a4;
}
#top_right{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	height: 400px;
	margin-right: 10px;
	margin-left: 430px;
	overflow-y: scroll;
}
#top_right h1{
	color:#e36a31;
	padding:0px;
	font-size:18px;
	margin-bottom:2px;
	margin-top:5px;
}
#top_right h2{
	color:#FFFFFF;
	font-size:22px;
	margin:2px;
	text-decoration:underline;
	font-weight:bold;
}
#top_right h3{
	color:#FFFFFF;
	font-size:16px;
	margin:2px;
}
#top_right h4{
	color:#ee1d24;
	padding:0px;
	font-size:20px;
	margin-bottom:2px;
	margin-top:1px;
}
#events{
	color:#fdbe6f;
	font-size: 13px;
	text-align: left;
	width: 310px;
	background-image: url(images/nav2/events_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 700px 375px;
	font-family: "Times New Roman", Times, serif;
	height: 400px;
	overflow-y: scroll;
	padding-left: 5px;
}
#events li {
	padding-top: 6px;
	padding-bottom: 3px;
	display: block;
	list-style-type: none;
}
#calendar_big {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ee1d24;
	text-align: center;
}
#calendar_bg h1{
	font-size:18px;
	color: #f40000;
	text-align:center;
	padding-bottom:7px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
#events_tp_left {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	text-align: left;
	padding: 5px;
	margin-left:15px;
}
#events_tp_left h1{
	font-size:22px;
	color: #fdc272;
	text-align:center;
	padding-bottom:7px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
#main_head h1{
	color:#FF0000;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
#event_adj{
	margin-left:25px;
}
#newyears{
	color:#FFFFFF;
	text-align:center;
	background-image: url(images/nav2/nav_btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:10px;
}
#newyears h1{
	font-size: 24px;
	font-weight: bold;
	color: #f40000;
	font-variant: small-caps;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 3px;
	padding: 0px;
}
#newyears h1 a{
	color: #f40000;
}
#newyears h2{
	font-size: 20px;
	font-weight: bold;
	margin:2px;
	padding:0px;
	font-style: italic;
}
#newyears a{
	color:#fff;
}
#newyears h3{
	font-size:16px;
}
#newyears h5{
	margin-bottom:0;
	margin-top:33px;
}
#addy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	text-align:center;
	width:500px;
	margin-top:25px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	font-weight: bold;
}
#addy a{
	text-decoration:underline;
	cursor:pointer;	
}