body, body.sidebar {
	background-color : Black;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #C6B898;
	margin-bottom: 0px;
	}
img {	border: 0 none;}
form {margin: 0px 0px 0px 0px;}	
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	color: White;
	}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	margin-top: 0px;
	}
h3 {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 0px;
	margin-top: 0px;
	color: White;
	}
hr {
	border: 0px solid #C6B898;
	color: #C6B898;
	height: 1px;
	background-color: #C6B898;
	}
.box_menu {
	background-image: url(../images/bg_menu.jpg);
	background-position: top;
	background-repeat: repeat-y;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	}
.box_body {
	background-image: url(../images/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-y;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	}
.box1 {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	}
.main_menu, .main_menu:Link, .main_menu:Visited {
	color: #3E3010;
	font-size: 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
.main_menu:Hover {
	color: Black;
	}
table {
	border-collapse: collapse;
	}
td {
	padding: 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #C6B898;
	line-height: 18px;
	font-weight: normal;
	vertical-align: top;
	}
table.page_head {
	margin-bottom: 12px;
	width: 100%;
	
	}
table.page_head td.left {
	width: 100px;
	}
table.page_head td.right {
	text-align: right;
	padding-right: 4px;
	width: auto;
	}
table.calendar {
	width: 100%;
	margin-bottom: 6px;
	border-bottom: 1px solid #62675B;
	table-layout: fixed;
	}
table.calendar tr.heading {
	background: #CF9F31;
	}
table.calendar tr.heading td {
	color: Black;
	font-weight: bold;
	padding-left: 4px;
	}
table.calendar td.date {
	width: 200px;
	border-right: 1px dashed #7E611D;
	padding-left: 4px;
	}
table.calendar td.showtimes {
	width: 120px;
	border-right: 1px dashed #7E611D;
	padding-left: 4px;
	}
table.calendar td.covercharge {
	width: 100px;
	border-right: 1px dashed #7E611D;
	padding-left: 4px;
	}
table.calendar td.title {
	width: auto;
	padding-left: 4px;
	font-weight: bold;
	}
table.calendar td.description {
	width: auto;
	padding-left: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	background: #40413A;
	}
table.members {
	margin-top: 12px;
	border-bottom: 1px solid white;
	margin-bottom: 8px;
	}
table.members td.info {
	font-size: 12pt;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;	
	padding-bottom: 8px;
	line-height: 25px;
	}
table.news {
	width: 100%;
	margin-bottom: 6px;
	border-bottom: 1px solid #494c43;
	table-layout: fixed;
	}
table.news td {
	width: 100%;
	}
table.news td.title {
	font-size: 16px;
	font-weight: bold;
	color: #f3ede0;
	}
table.news td.date {
	font-size: 11px;
	font-weight: normal;
	padding-left: 8px;
	font-style: italic;
	}
table.news td.description {
	font-size: 12px;
	font-weight: normal;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	}



a, a:Link, a:Visited {
	color: #CE9F31;
	text-decoration: none;
	font-weight: bold;
	}
a:Hover {
	color: #D9B96E;
	}
: /* Tool Tips */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	}