.buttonscontainer {
	width: 180px;
	height:500;
	margin-top: 5px;
	border-color: #000000;
}

.rightcontainer {
	width: 100px;
	height:500px;
	margin-top: 5px;
	border-color: #000000;
	position: absolute;
	padding-left: 0px;
	left: 1002px;
	top: 277px;
}

.buttons a {
	color: #eaa561;
	background-color: #5c554b;
	padding: 2px;
	padding-left: 3px;
	display: block;
	font: 22px Garamond;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1;
	border-top-color: #eaa561;
	border-right-color: #eaa561;
	border-bottom-color: #eaa561;
	border-left-color: #eaa561;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.buttons a:hover {
	background-color: #eaa561;
	color: #000000;
	text-decoration: none;
	font-size: 22px;
}
