﻿body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	background-color: #BBB6B0;
	color: #564229;
}
a {
	color: #564229;
	text-decoration: none;
	background-color: #BBB6B0;
}
a:active {
	text-decoration: none;
	color: #5F492E;
		background-color: #DBD8D5;
}

a:visited {
	color: #5F492E;
	background-color: #BBB6B0;
}

a:hover {
	text-decoration: none;
	color: #DBD8D5;
	background-color: #5F492E;
}


.header {
	font-size: xx-large;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-right: 60px;
}
.pixbox {
	margin: 5px;
	float: left;
	width: 49%;
	top: 0px;
	clear: left;
	text-align: right;
	font-size: small;
	font-weight: bold;
	padding-top: 5px;
}
.menuhead {
	width: 38%;
	float: right;
	clear: none;
	position: relative;
	top: 0px;
	text-align: right;
	color: #008000;
	font-size: x-large;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 60px;
}
.menu1 {
	position: relative;
	width: 38%;
	float: right;
	clear: none;
	font-size: large;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: right;
	margin-right: 60px;
	background-color: #BBB6B0;
}
.copyright {
	position: relative;
	width: 40%;
	float: right;
	clear: right;
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	margin-right: 60px;
	font-weight: bold;
}
.footer {
	width: 99%;
	clear: both;
}


