body {
	background: #ede9a8;
	font-family: helvetica;
	font-size: 12px;
	background:url("background.jpg");
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
}
#text {
	position: absolute;
	background: burlywood;
	top: 210px;
	width: 700px;
	border: 1px solid black;
}
#title {
	position: absolute;
	background: burlywood;
	top: 30px;
	width: 700px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
}
#border {
	border: 20px solid #af5924;
	padding: 20px 40px 40px 40px;
}
#tBorder {
	border: 20px solid #af5924;
	padding: 30px;
}
h1 {
	position: relative;
	padding: 15px;
	font-size: 18px;
	text-align: center;
}
h2 {
	font-size: 12;
}
#refs ul {
	position: relative;
	list-style: none;
	left: 1em;
}
#refs {
	padding: .5em;
}
img {
	border: 1px solid black;
}
#next {
	text-align: center;
}
#menu ul {
	position: absolute;
	top: 175px;
	padding: 0;
	margin: 0px 20px;
	text-align: center;
	list-style: none;
	z-index: 100;
}
#menu ul li a {
	list-style: none;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#menu li ul {
	display: none;
	position: absolute;
	top: 23px;
	left: -23px;
}

#menu li {
	float: left;
	position: relative;
	width: 105px;
	height: 20px;
	background: #af5924;
	margin: 0em 2px 0em 2px;
	padding: 3px 0px 0px 0px;
	border: 1px solid black;
}
#menu li:hover ul {
	display: block
}

#menu li:hover {
	background-color: #d1882e;
}

a {
	text-decoration: none;
}