/* TABLE 219 STYLES */ 

/* GENERAL LAYOUT */
body, html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	background: #520c0c;
}
#wrapper {
	width: 812px;
	margin: 10px auto;
	background: url('img/bg_tile.jpg') repeat-y;
}
#top {
	background: url('img/bg_header.jpg') top center no-repeat;
}
#bottom {
	background: url('img/bg_footer.jpg') bottom center no-repeat;
}
#nav {
	position: relative;
	top: 165px;
	left: 220px;
	width: 330px;
	text-align: center;
}
#content {
	margin:  203px 32px 26px 34px;
}
#right_col {
	float: right;
	width: 180px;
	background: #000;
	padding: 16px 16px 0 16px;
}
#right_col img {
	padding-bottom: 16px;	
}
#footer {
	clear: both;
	padding: 20px 0;
	font-size: 12px;
	color: #fff;
}
#footer a {
	font-weight: bold;
	color: #fff;
}
#copyright {
	display: inline-block;
	float: right;
}

/* GENERAL MISC */
a {
	text-decoration: none;
	color: #ca3406;
}
a:hover {
	border-bottom: 1px dotted #fff;
}
a img, #nav a:hover, #right_col a:hover {
	border: 0;
}
h1 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}
.clearleft {
	clear: left;
}

/* HOME LAYOUT */

#home_left {
	width: 508px;
}
#left_main {
	width: 508px;
}
div#feature {
	width: 508px;	
	background: url('img/exclamation.gif') 10px 10px no-repeat;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	margin: 15px 0;
}
p.feature {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 5px 10px 40px;

}
.img_homeleft {
	float: left;	
	border: 6px solid #000;
}
#home_left_bot {
	margin-top: 24px;
}
.home_left_bot_info {
	clear: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.home_left_bot_info div {
	width: 310px;
	padding: 5px;
	margin-left: 188px;
	margin-right: 24px;
	background: transparent url('img/fff33.png');
}
.home_left_bot_info h2 {
	background: transparent url('img/bg_tile_yellow.gif');
	font-size: 15px;
	padding: 0 5px;
	margin: 0;
}
.home_left_bot_info p {
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #fff;
}
.home_left_bot_info a, .home_left_bot_info a:hover {
	border-bottom: 0;
}
#hours {
	padding-bottom: 0;	
}
#timetable {
	width: 100%;
	font-size: 11px;
	border-spacing: 0;
	border-collapse: collapse;
}
#timetable td {
	height: 20px;
	border-bottom: 1px dotted #fff;
}
#timetable tr.bottomrow td {
	border-bottom: 0;	
}
#timetable td.day {
	width: 60px;
	text-align: center;
}
.home_left_bot_info td.hours {
	width: 60px;
	text-align: center;
}
.home_left_bot_info td.notes {
	width: ;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
p.bottomrow {
	border-bottom: 0;
	padding-bottom: 0;
}

/* MENU LAYOUT */
#menu_left {
	width: 508px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
#menu_nav {
	padding: 10px 0 3px 0;
	font-weight: bold;
	font-size: 15px;
	background: transparent url('img/fff33.png');
}
#menu_nav a {
	margin: 0 20px;
}
.menu_sec {
	padding: 5px 0;
	margin-left: ;
	background: transparent url('img/fff33.png');
}
.menu_sec h1 {
	color: #000;
	background: #e9d67e;
	font-size: 15px;
	padding: 5px 0;
	margin: 0;
}
.menu_sec h2 {
	font-size: 14px;
	margin: 5px;
}
.menu_sec p {
	margin: 5px;
	padding: 5px 60px 10px 60px;
	border-bottom: 1px dotted #fff;
}
#menu_sec1 {
	display: block;
}
#menu_sec_2, #menu_sec_3 {
	display: none;	
}

/* RAVES */
#raves_left {
	width: 508px;
	font-size: 12px;
	line-height: 18px;
}
.raves_sec {
	padding: 5px 0;
	background-image: url('img/fff33.png');
	filter: alpha(opacity=33);
}
.raves_sec h1 {
	color: #000;
	background: #e9d67e;
	font-size: 15px;
	padding: 5px 10px;
	margin: 0;
}
.raves_sec h2 {
	font-size: 14px;
	margin: 10px;	
}
.raves_sec p {
	margin: 5px;
	padding: 5px 10px 10px 10px;
	border-bottom: 1px dotted #fff;
}