body {
	margin: 20px;
	padding: 0px;
	border: 0px;
	background-color: #290000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

a {
	
}
a:hover {
	
}

h1 {
	margin: 0px;
	font-size: 24px;
}
h2 {
	margin: 0px;
	font-size: 20px;
}
h3 {
	margin: 0px;
	font-size: 16px;
}

form {
	margin: 0px;
}

.main {
	width: 700px;
	margin: auto;
	background-color: #a45706;
}
.main .header {
	background: url(../images/header_bg.png) top left repeat-x;
}
.main .menu {
	float: left;
	width: 400px;
	padding-top: 50px;
}
.main .menu a {
	float: left;
	display: block;
	margin: 0px 10px;
	padding: 3px 7px;
}
.main .menu a:hover {
	background-color: #fff;
}
.main .content {
	min-height: 400px;
	padding: 30px;
	background: url(../images/main_bg.png) 0px 200px repeat-x;
}

.upcoming {
	float: left;
	width: 200px;
	min-height: 250px;
	padding: 55px 40px 20px 20px;
	text-align: center;
	font-size: 16px;
	background: url(../images/box_upcoming.png) 10px 0px no-repeat;
}

.main_event {
	float: left;
	width: 380px;
	font-size: 16px;
	text-align: center;
}
.main_event a {
	color: #fff;
	text-decoration: none;
}
.main_event a:hover {
	color: #fff;
	text-decoration: underline;
}

.page {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.page h1 {
	font-size: 28px;
	color: #f9e09d;
}
.page h2 {
	font-size: 24px;
	color: #f9e09d;
}
.page h3 {
	font-size: 16px;
	color: #f9e09d;
}

.yellow {
	color: #f9e09d;
}

.gallery {
	
}
.gallery .frame_box {
	float: right;
	width: 540px;
	height: 544px;
	text-align: center;
}
.gallery .picture {
	width: 540px;
	height: 544px;
}
.gallery .frame_wide {
	width: 540px;
	height: 544px;
	background: url(../images/frame_wide.png) center no-repeat;
}
.gallery .frame_tall {
	width: 540px;
	height: 544px;
	background: url(../images/frame_tall.png) center no-repeat;
}
.gallery .thumb {
	float: left;
	width: 100px;
	height: 100px;
	margin: 18px;
	cursor: pointer;
}

.specials {
	width: 600px;
	margin: auto;
	padding: 10px;
	border: 2px solid #f9e09d;
}
.bubble_tea h3:first-child {
	font-size: 24px;
}
.specialty h3 {
	margin-bottom: 15px;
	font-size: 20px;
}
.specialty strong {
	font-size: 16px;
	color: #f9e09d;
}
.specialty h3:first-child {
	margin-bottom: 0px;
	font-size: 24px;
}

.hours {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.hours:first-line {
	font-size: 16px;
	line-height: 38px;
}

.home {
	width: 700px;
	margin: auto;
	background-color: #a45706;
}
.home .left {
	float: left;
	width: 280px;
}
.home .menu {
	padding-top: 20px;
}
.home .menu a {
	display: block;
	width: 200px;
	margin: 3px 0px;
	padding: 7px 0px 7px 50px;
}
.home .menu a:hover {
	background-color: #974703;
}
.home .event {
	min-height: 280px;
	margin-top: 26px;
	padding: 42px 30px 40px 36px;
	text-align: center;
	background: url(../images/live_box.png) top left no-repeat;
}
.home .event .title {
	font-size: 19px;
}
.home .event .sub_title {
	font-size: 14px;
}
.home .event .date {
	font-size: 15px;
}
.home .event a {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #000;
}
.home .event a:hover {
	text-decoration: underline;
}
.home .right {
	float: left;
	width: 420px;
	height: 743px;
	background: url(../images/home_image.jpg) top left no-repeat;
}

.footer {
	padding: 10px;
	text-align: center;
	color: #f7da8d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer a {
	color: #f7da8d;
	text-decoration: none;
}
.footer a:hover {
	color: #f7da8d;
	text-decoration: underline;
}

.clear {
	clear: both;
}
.preload {
	display: none;
}

