body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #4d1200;
}

a {
	
}
a:hover {
	
}

h1 {
	margin: 0px;
	font-size: 28px;
	color: #4d1200;
}
h2 {
	margin: 0px;
	font-size: 24px;
	color: #4d1200;
}
h3 {
	margin: 0px;
	font-size: 18px;
	color: #4d1200;
}

form {
	margin: 0px;
}

.main {
	width: 700px;
	padding: 20px 118px;
	margin: auto;
	background: url(../images/main_bg.jpg) top left no-repeat;
}

.header {
	padding: 0px 10px;
	text-align: center;
}

.home .header {
	background: url(../images/home_bg.png) 130px 20px no-repeat;
}
.logo {
	float: left;
}

.menu a {
	display: inline-block;
	height: 31px;
	text-align: center;
	margin-left: 7px;
	background: url(../images/m_bg.png) top left repeat;
}
.menu a:hover {
	background: url(../images/m_hover.png) top left repeat;
}

.main .menu {
	float: left;
	width: 429px;
	margin-top: 70px;
}

.home .menu {
	width: 156px;
	padding: 220px 0px 0px 172px;
}
.home .menu a {
	display: block;
	margin: 0px 0px 12px 0px;
}

.content {
	min-height: 465px;
	text-align: left;
}

.page_bg {
	background: url(../images/page_top.jpg) top center no-repeat #af8f73;
}
.page {
	min-height: 700px;
	padding: 20px;
	background: url(../images/page_bot.jpg) bottom center no-repeat;
}

.gallery {
	
}
.gallery .frame_box {
	width: 577px;
	height: 577px;
	margin: auto;
	text-align: center;
}
.gallery .picture {
	width: 577px;
	height: 577px;
}
.gallery .frame_wide {
	width: 577px;
	height: 577px;
	background: url(../images/frame_wide.png) center no-repeat;
}
.gallery .frame_tall {
	width: 577px;
	height: 577px;
	background: url(../images/frame_tall.png) center no-repeat;
}
.gallery .thumb {
	float: left;
	width: 100px;
	height: 100px;
	margin: 22px;
	cursor: pointer;
}

.hours {
	padding: 20px 20px 10px 0px;
	text-align: center;
	font-size: 19px;
	color: #fff;
}

.specials {
	width: 600px;
	margin: auto;
	padding: 10px;
	padding-bottom: 0px;
	border: 2px solid #000;
}

.bubble_tea h3:first-child {
	font-size: 24px;
}

.specialty h3 {
	margin-bottom: 15px;
	font-size: 20px;
}
.specialty strong {
	font-size: 16px;
	color: #4d1200;
}
.specialty h3:first-child {
	margin-bottom: 0px;
	font-size: 24px;
}

.home {
	width: 936px;
	height: 728px;
	margin: auto;
	background: url(../images/main_bg.jpg) top left no-repeat;
}

.footer {
	width: 680px;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	color: #ebcb7c;
	margin: auto;
}
.footer a {
	text-decoration: none;
	color: #ebcb7c;
}
.footer a:hover {
	text-decoration: underline;
}

.home .footer {
	margin-top: 315px;
}

.center {
	text-align: center;
}
.black {
	color: #000;
}
.yellow {
	color: #FEA;
}

.clear {
	clear: both;
}
.preload {
	display: none;
}


