body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #401B0E;
}
#layout {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e6e1bc;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav a {
	font-size: 14px;
	color: #3E2626;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#nav a:hover, #nav .over {
	color: #AB2123;
}
#home_img {
	padding-top: 50px;
	padding-bottom: 50px;
}
#home_btn {
	padding-top: 70px;
	padding-bottom: 60px;
	padding-left: 90px;
}
#content {
	margin-right: 180px;
	margin-left: 180px;
	padding-top: 10px;
	padding-bottom: 150px;
}
h1 {
	font-size: 24px;
	color: #69292c;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #4E1212;
}
h5 {
	color: #A82626;
	margin: 0px;
	font-size: 15px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p {
	margin-top: 18px;
	margin-bottom: 0px;
	letter-spacing: 0.05em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}
a {
	color: #B53230;
}

.txt_red {
	color: #9E1E1F;
}
.txt_small {
	font-size: 10px;
}

.survey td {
	line-height: 20px;
}
.survey input {
	height: 16px;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.required {
	font-size: 10px;
	color: #FF0000;
}
.btn {
	background-image: url(../images/btn.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 113px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 1px;
}
.btn a{
	color: #FFFFFF;
	text-decoration: none;
}
.survey .checkbox {
	height: 16px;
	width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	border-top-width: 20px;
	border-right-width: 10px;
	border-bottom-width: 20px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3f2727;
	border-right-color: #3f2727;
	border-bottom-color: #3f2727;
	border-left-color: #3f2727;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.menu_item {
}
.menu_item a {
	color: #3f2727;
	font-size: 14px;
	text-decoration: none;
}
.menu_item a:hover, .menu_item .over {
	color: #dd137b;
}
#menu_content {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #3f2727;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #3f2727;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	margin-top: 5px;
}
.dish_chinese {
	font-size: 18px;
	color: #b75b59;
	padding-top: 3px;
}
.dish_english {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
}
.dish_price {
	font-size: 12px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#special {
	width: 501px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
}
#coupon {
	position: relative;
	height: 400px;
}
#coupon_pic {
	position: absolute;
	left: 20px;
	top: 10px;
	height: 280px;
	width: 580px;
	z-index:1;
}
#coupon_head {
	height: 45px;
	width: 564px;
	left: 29px;
	top: 82px;
	position: absolute;
	z-index:99;
}
#coupon_text{
	height: 106px;
	width: 546px;
	left: 37px;
	top: 122px;
	position: absolute;
	z-index:99;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
#btn_print{
	height: 32px;
	width: 123px;
	left: 245px;
	top: 301px;
	position: absolute;
	z-index:99;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-align: center;
}
#gallery_thumb img {
	display: block;
	float: left;
	border: 3px solid #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
}
#gallery_full {
	display: block;
	border: 4px solid #FFFFFF;
	margin-top: 5px;
	height: 388px;
	width: 610px;
}
#gallery_caption {
	text-decoration: none;
	width: 618px;
	text-align: center;
	background-color: #FFFFFF;
	color: #513520;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}
#gallery_link a {
	text-decoration: none;
	margin-right: 5px;
}
