html,body{
    padding: 0px;
	margin: 0px;
	background-image:url(bg.jpg);
	font-family: Georgia;
	font-size: 15px;
	color:#f6e6b6;
    text-align: center;
	azimuth:center;
    scrollbar-base-color:#6D0F03;
    scrollbar-arrow-color:#f6e6b6; 
    scrollbar-3dlight-color:#f6e6b6;
    scrollbar-track-color:#370800;
}

.main_tb{
  border: 2px solid #f6e6b6;
  height:100%;
}
.wind{
  scrollbar-base-color:#6D0F03;
  scrollbar-arrow-color:#f6e6b6; 
  scrollbar-3dlight-color:#f6e6b6;
  scrollbar-track-color:#370800;
  azimuth:center;
  overflow:auto;
  width:640px;
  height:616px;
  margin-top:12px;
  padding:2px;
  padding-top:12px;
  border:0px solid white;
}
.m2{
  vertical-align:top;
  width:351px;
}
.tbl_menu{
  width:648px;
  padding:0px;
  margin:0px;
  text-align:center;
}
.tbl_right{
  width:351px;
  padding:0px;
  margin:0px;
  text-align:center;
}
.sent{
  padding:1px;
  border: 1px solid #f6e6b6;
}
.d_menu{
  text-align:left;
  line-height:18px;
  padding:12px;
  border-bottom: 1px dashed #f8a605;
}
.d_center{
  text-align:left;
  padding:12px;
}
.d_amenu{
  padding:12px;
  border-bottom: 1px dashed #f8a605;
}
.hrl{
height:1px;
border: 1px dashed #f8a605;
}
.td_left{
  width:220px;
  vertical-align:top;
  background-color:#6a0a0a;
  height:570px;
}
.td_center{
  width:428px;
  vertical-align:top;
  border-left: 1px solid #111111;
  border-right: 1px solid #f8a605;
}
.td_right{
  width:351px;
  vertical-align:top;
}
.main{
    text-align:center;
    margin: auto;
	padding: 0px;
    width: 980px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.txt_big{
  letter-spacing:2px;
}
.txt_b_or{
  color:#00CC33;
  font-weight:bold;
}
.txt_b_new{
  color:red;
  font-weight:bold;
}
.txt_dprice_or{
  color:#00CC33;
  font-weight:bold;
  text-decoration: line-through;
}
a {
	color: #f1db98;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
    color: #a89238;
	font-weight:bold;
	text-decoration: underline;
}
H1{
	font-size:15pt;
	height:25px;
	
}