#dd {
	margin: 3px 0 0 0;
}

.style1 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	align: center;
	width: 800px;
	height: 1000px;
	margin:0 auto 0 auto;
}

#top {
	float:left;
	width: 800px;
	height:155px;
	margin:0 auto 0 auto;
}

#bottom {
	float:left;
	width: 800px;
	margin:0 auto 0 auto;
}


#damenus {
	float:left;
	width: 800px;
	height: 24px;
	background:url(images/middle.jpg) no-repeat;
}

#dd li {
  margin: 0;
  padding: 5;
  list-style: none;
  float: left;
  font: bold 10px arial;
}

#dd li a.menu {
  text-align: center;
  /*background: #C2A16B;*/
  padding: 10px 10px;
  margin: auto;
  color: #220000;
  width: 120px;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #c3b1bd;
}

.submenu {
  background: #D3C09F;
  border: 1px solid #C2A16B;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #220000;
}

.submenu a:hover {
  background: #c3b1bd;
  color: #FFF;
}

