<style type="text/css">
body {
	margin: 0;
	padding: 0;

}

ul.sidemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Papyrus;
	font-size: 0.9em;
	border-bottom: 1px solid #703030;
	width: 161px;
	background-color: #DEDEB8;
}

ul.sidemenu li {
	text-indent: 5px;
	border-top: 1px solid #703030;
	border-left: 1px solid #703030;
	border-right: 1px solid #703030;
}

ul.sidemenu li a {
	text-decoration: none;
	text-indent: 5px;
	display: block;
	width: 159px;
	color: #703030;
	font-weight: bold;
	padding: 2px 0px;
}

ul.sidemenu li a:hover {
	background-color: #703030;
	color: #DEDEB8;
}
#wrapper {
      width: 760px;
      margin-left: auto;
      margin-right: auto;
}


</style>