* {
	margin: 0;
	padding: 0;
	border: 0 none;
}
a:focus {outline: none;}

body {
	font-size: small;
	font-family: Tahoma, Verdana, sans-serif;
	height: 100%;
	color: #3e362d;
	background: url('/img/bg.jpg') center center;
}
#wrap {
	width: 853px;
	margin: 0px auto;
	mi_n-width: 980px;
	height: 100%;
	overflow:hidden;
}
#header {	background: url('/img/head.jpg') center center no-repeat;
	height: 219px;
}
#topmenu {
	background: url('/img/menu_bg.jpg') center center no-repeat;    height: 76px;
    padding-left: 152px;
}
#topmenu a {	display: block;
	float: left;
	margin: 17px 59px 0px 0px;
	color: #3d3028;
	font-size: 14px;
	font-weight: bold;
}
#footer {	background: url('/img/footer_bg.jpg') center center no-repeat;
	height: 50px;
	text-align: center;
}
#content {
	overflow: hidden;	background: url('/img/main_bg.jpg') center center repeat-y;
}

#left { 	width: 150px;
 	float: left;
 	padding-left: 35px;
}
#left h2 {	font-size: 18px;
}
#left a {
	display: block;	color: #562727;
	margin: 2px;
	padding: 2px;
	background: #c6b999;
	border: 1px solid #c6b999;
}
#left ul {	list-style: none;
}
#left ul ul li a {
	background: #E3DCC2;	padding-left: 14px;
	border: 1px solid #E3DCC2;
	background: url('/img/dot.jpg') -1px 4px no-repeat;
}
#left input {	float: left;
	width: 70px;
	margin: 2px;
	border: 1px solid #c6b999;
}
#right h2 {
	font-size: 18px;
}
#right {	float: left;
 	width: 630px;
 	margin-left: 20px;
}

.item {
	float: left;
	width: 130px;
	height: 110px;
	margin: 10px;
	border: 1px solid #555;
	text-align: center;
	padding: 3px 1px;
}
.item .item_a {
	color: #333;
	display: block;
	height: 25px;
}
.item span {	font-style: bold;
}
p {	margin: 5px 0px;
}
a.order {	font-size: 20px;
	color: #555;
}