@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #dbcd96;
	background-color: #000;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}

#footer {
	background-image: url(images/bottom-dirt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 40px;
	font-size: 11px;
	color: #ffde60;
}

a:link, a:visited {
	color: #FFF;
}
a:hover, a:visited:hover {
	color: #CC9;
}

#header {
	background-image: url(images/shimmer-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	text-align: center;
}
#middle {
	background-image: url(images/top-dirt.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menu {
	text-align: center;
	margin-bottom: 10px;
}
.details {
	font-size: 11px;
	line-height: 18px;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3F8180;
	border-right-color: #3F8180;
	border-bottom-color: #3F8180;
	border-left-color: #3F8180;
	margin: 25px 0;
}
.name {
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
}
