.header {
	font-family: calibri;
	font-size: 15px;
	font-color: #cfab3c;
	color: #652c18;


}

.header ul{
	width: 750px;
	margin: 0px;
	padding: 0px;
	border-right-color: #000000;
	background-color: #652c18;
	border-right-width: 1px;
	border-right-style: solid;
	height: 31px;
}

.header ul li {
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	background-color: #652c18;
	line-height: 29px;

}

.header a {
	color: #cfab3c;
	text-decoration: none;

}

.header a:hover {
	color: #000000;
	display: block;
	background-color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}


#last_button {
	width: 132px;
	
	
}

.sidebar1 {
	font-family: calibri;
	font-size: 14px;
	background-color: #2b2e3f;


}
.sidebar1 ul{
	width: 60px;
	margin: 0px;
	padding: 0px;
	border-right-color: #000000;
	background-color: #2b2e3f;
	border-right-width: 1px;
	border-right-style: solid;
	height: 31px;
}
.sidebar1 ul li {
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 60px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	background-color: #2b2e3f;
	line-height: 29px;

}
.sidebar1 a {
	color: #cfab3c;
	text-decoration: none;

}

.sidebar1 a:hover {
	color: #fff;
	display: block;
	background-color: #2b2e3f;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}

.footer {
	font-family: calibri;
	font-size: 14px;
	font-color: #cfab3c;
	color: #2b2e3f;
}

.footer a {
	color: #cfab3c;
	text-decoration: none;

}

