@charset "utf-8";
/* CSS Document */

 
body {
	background-color: #3E3E3E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p { margin: 0px 0; }


.header {
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.bottom {
	width: 983px;
	position: relative;
}
.menu {
	width: 959px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8f9193;
	border-right-color: #8f9193;
	border-bottom-color: #8A8C8E;
	border-left-color: #8f9193;
	color: #FFFFFF;
	background-color: #68696C;
	position: relative;
	height: 33px;
	padding-right: 20px;
}

.middle {
	width: 979px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8f9193;
	border-right-color: #8f9193;
	border-bottom-color: #8A8C8E;
	border-left-color: #8f9193;
	color: #FFFFFF;
	background-color: #D3D7DA;
	position: relative;
	background-image: url(images/tile.png);
	background-repeat: repeat-x;
	background-position: 0px 50px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}


.menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	float: right;
}
.menu a:hover {
	text-decoration: underline;
}

.finding {
	position: absolute;
	left: 516px;
	top: 438px;
}
h1 {
	color: #555659;
	font-size: 14px;
}
