.wrapper {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #cfb86c;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #262805;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-color: #262805;
}
.container {
	width: 694px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262815;
	text-decoration: none;
	background-color: #EEE9AF;
	border-top-style: solid;
	border-top-color: #77793A;
	padding-top: 8px;
	padding-right: 6px;
	padding-left: 8px;
}
body{background:#cfb86c;}
.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	border-bottom: 1px solid #929492;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 4px;
}




.halfmoon li{
display: inline;
margin: 0;
}
.halfmoon li a{
	text-decoration: none;
	padding: 3px 9px 2px 5px;
	margin: 0;
	margin-right: 1px; /*distance between each tab*/
	border-left: 1px solid #DDD;
	color: black;
	font-size: 13px;
	background-color: #767c40;
	background-image: url(media/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.halfmoon li a:visited{
color: black;
}
