/* CSS Document */
body {
	background-color: #cff;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif, Hei;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 20px;
	text-align:center;
}


a {
	text-decoration: none;
}

a:link,a:visited,a:active {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

/* by Li*/
#page {
	margin-bottom: 3px;
	width: 600px;
}

#navmenu {
	/*outline: outset #fff 1px;*/
	background: url(../images/menu_bg.gif);
	background-color: #2c7c5b;
	height: 28px;
	width: 600px;
}

#navmenu a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	
	padding-left: 48px;
	padding-top: 3px;
	padding-right: 48px;
	padding-bottom: 3px;
	
}

.icon {
	border:0px;
}
#body{
	background: url(../images/bg1.jpg) no-repeat bottom right  #fff;
}
#content {
	margin-right: 20px;
	margin-bottom: 50px;
	text-align: left;
	line-height: 22px;
}
#content .title{
	color: #046A40;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}
#content .stitle, #content a.stitle{
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	padding:7px 0px;
}
#guide .stitle, #guide a.stitle{
	font-size: 12px;
	font-weight: normal;
	color: #999;
	padding:7px 0px;
}
#content #note {
	color: #666;
	text-align:center;
	font-size: 11px;
	line-height:120%;
	margin: 20px 0px;
}
#content .returntop{
	color: #046A40;
	font-size: 11px;
}
ul {
	list-style-image: url(../images/dotimage.gif);
	font-size: 13px;
}

td.desc {
	color: #046A40;
	font-size: 13px;
}
td.menuhot {
	background: url(../images/pepper.gif) no-repeat 70% 50%;
}
td.menuname {
	color: #046A40;
	font-size: 13px;
}
td.menuprice {
	color: #046A40;
	font-size: 13px;
}
#body img.list {
	border: 4px solid #2c7c5b;
	margin: 5px 0px;
}
/* end by Li */

.footer {
	font-size: 10px;
	line-height: 12px;
}