body {
	font-family: arial, helvetica, serif;
	/*font-size: 80%;*/
	/**background: white url(images/ddbg3.gif) no-repeat 6000px 6000px;*/
	/*padding: 2em;*/
	margin: 0;
}

#content {
	width: 34em;
	background-color: #f4ecd9;
	padding: 1em 0;
	border: 6px double #7d6340;
	/*margin: auto;*/
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 32em;
}

html>body#content {
	width: 32em;
} 

/*
#menubar a {text-decoration: none;}
#menubar a:link {color: #B58D4B;}
#menubar a:visited {color: #B58D4B;}
#menubar a:active {color: #B58D4B;}
#menubar a:hover {text-decoration: underline;}
*/

#menubar a {text-decoration: none;}
#menubar a:link {color: #ee9922;}
#menubar a:visited {color: #ee9922;}
#menubar a:active {color: #ee9922;}
#menubar a:hover {text-decoration: underline;}



h1 {
	padding: 0 0 0.25em 0;
	margin: 0;
}


ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}


#nav div {
	text-align: center;
}

#nav a {
	font-size: 70%;
	font-weight: bold;
	color: white;
}

#nav a {
	/**text-decoration: none;*/
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #e8ce81;
	background: #bf271c;
	/*padding: 0.2em 10px;*/
}

#nav li li a:hover {
	color: white;
}

li {
	list-style-type: none;
	float: left;
	position: relative;
	/*width: 4.8em;*/
	cursor: default;
	border-width: 1px 0;
	text-indent:10px;
	z-index: 10001;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #cbcbd8;
	width: 12em;
	font-weight: normal;
}

li>ul {
	top: auto;
}

li li {
	float: none;
	width: 12em;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

p {
  /*
	//clear: left;
	//background: url(images/remora.gif) center left no-repeat;
	//padding: 1em 1em 0 1em;
	//margin: 0;
	*/
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #7d6340;
}

#menubar {
	padding: 3px;
	vertical-align: middle;
	margin-left: 20px;
	text-align: left;
	font-size: 17px;
	z-index: 10000;
}


