ul#buttons {
	list-style: none;
	margin:  -10px 0 70px 40px;
	padding: 0px;
	text-align: center;
}
ul#buttons li {
	float: left;
	margin-right: 8px;
	background:	transparent url(./images/button-left.png) no-repeat;
}
ul#buttons li a {
	display: block;
	float:	left;
	margin-left: 22px;
	border-top: 5px solid #fff;
	border-bottom: 6px solid #fff;
	padding: 8px 0 10px;
	background-color: #EFEDD3;
	color: #4D2D22;
	text-decoration: none;
	font-weight: bold;
	height: 17px;
}
ul#buttons li a:hover,ul#buttons li a.selected {
	color: #F098BA;
}
ul#buttons .side {
	background:	transparent url(./images/button-right.png) no-repeat;
	float:	left;
	width:	22px;
	height:	52px;
}