body {
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #303030;
	line-height: 17px;
	background-color: #F4F4F4;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 269px;
	width: 1004px;
}
table {
	font-family: Verdana;
	font-size: 11px;
}
a:link, a:visited, a:active {
	color: #620000;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
input, select, textarea {
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
form {
	margin: 0px;
}
pre {
	margin: 0px;
}
img {
	border: 0px none #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #240301;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #400502;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
.left {
	float: left;
	width: 220px;
	margin-top: 269px;
	margin-left: 10px;
}
.menu {
	padding-top: 25px;
	font-size:12px;
}
.menu a {
	display: inline-table;
	height: 20px;
	text-decoration: none;
	padding-left: 10px;
	color: #584345;
	letter-spacing: 0em;
	font-weight: bold;
	background-color: #EADBC9;
	width: 210px;
	margin-top: 3px;
	background-image: url(img/href.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.menu a:hover {
	background-color: #EEEEEE;
}
.center {
	float: left;
	width: 540px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3E3E3E;
	border-left-color: #3E3E3E;
	margin-top: 269px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
}
.right {
	background-image: url(img/fed.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	margin-top: 269px;
	padding-top: 70px;
	background-position: center top;
	text-align: center;
}
.bottom {
	background-image: url(img/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 201px;
	width: 1004px;
}
#str {
	margin-top: 10px;
	font-size: 10px;
}
#str a {
	margin-right: 2px;
	margin-left: 2px;
	color: #584345;
	background-color: #EADBC9;
	border: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
}
#str a:hover {
	background-color: #EEEEEE;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
#counter a img {
	opacity:0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
}
#counter a:hover img {
	opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}
