body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #522904;
}

a {
	
}
a:hover {
	
}

h1 {
	margin: 0px;
	font-size: 28px;
	color: #FEA;
}
h2 {
	margin: 0px;
	font-size: 24px;
	color: #FEA;
}
h3 {
	margin: 0px;
	font-size: 18px;
	color: #FEA;
}

form {
	margin: 0px;
}

.main1 {
	width: 954px;
	margin: auto;
	background: url(../images/main_bg.jpg) top left repeat;
}
.main2 {
	background: url(../images/header_bg.jpg) top left no-repeat;
}
.main3 {
	min-height: 761px;
	background: url(../images/footer_bg.jpg) bottom left no-repeat;
}
.header {
	padding: 60px 100px 0px 90px;
}
.logo {
	float: left;
	width: 276px;
	padding-right: 50px;
}
.menu {
	float: left;
	width: 400px;
	padding-top: 20px;
}
.menu a {
	display: block;
	float: left;
	margin: 3px 4px;
	padding: 7px 10px;
}
.menu a:hover {
	background: url(../images/m_bg.png) top left repeat;
}

.content {
	padding: 30px 110px 230px 100px;
	
}

.gallery {
	
}
.gallery .frame_box {
	float: right;
	width: 577px;
	height: 577px;
	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;
}

.specials {
	width: 600px;
	margin: auto;
	padding: 10px;
	padding-bottom: 0px;
	border: 2px solid #000;
}

.bubble_tea h3:first-child {
	font-size: 24px;
}

.hours {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.hours:first-line {
	font-size: 16px;
	line-height: 36px;
}

.home {
	width: 954px;
	height: 761px;
	margin: auto;
	background: url(../images/home_bg.jpg) top left no-repeat;
}

.center {
	text-align: center;
}
.black {
	color: #000;
}
.yellow {
	color: #FEA;
}

.clear {
	clear: both;
}
.preload {
	display: none;
}

