body {
  text-align: center;
  background:#CEC698;
  margin-top:15px;
  margin-bottom:30px;
  color:#333333;
}


A:link {
	COLOR: #000000; text-decoration: underline
}
A:visited {
	COLOR: #000000; text-decoration: underline
}
A:active {
	COLOR: #000000; text-decoration: underline
}
A:hover {
	COLOR: #000000; text-decoration: none
}

#page_wrapper {
  background: #FFFFFF;
  margin-left: auto; 
  margin-right: auto;
  width: 855px;
  text-align: left;
  border: 4px solid #000000;
}

#page_header {
  height: 66px;
  margin-left: 8px;
  background: #FFFFFF url('../img/header.png') top left no-repeat;
}  

#page_footer p {
  text-align:center;
  padding-top:12px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #FCF8E3;
}

ul {
  margin:0;
  list-style:none;
  padding-left: 35px;
}


td { padding: 3px; }
th { padding: 3px; }

#info {
	display: block;
	padding: 10px; margin-bottom: 20px;
	border: 1px solid #333;
	background-color: #efefef;
}

#menu-list {
   display: block;
   list-style: none;
}

#menu-list li {
    display: inline;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
}

#menu-list li b {
  padding: 0;
}

#menu-list li img.handle {
    margin-right: 20px;
    cursor: move;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

  
 
 