@charset "utf-8";
body {
	background-color: #000;
	background-image: url(images/overall-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 175px;
	text-align: center;
	margin: 0px 0 25px 0;
	padding: 0px;
}
.horizbottom {
	background-image: url(images/horizontal-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1px;
}

.horiztop {
	background-image: url(images/horizontal-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1px;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #FFF;
	padding: 0px 60px 0 0;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #e0d269;
}

a:link, a:visited {
	color: #c3c39e;
}
a:hover, a:visited:hover {
	color: #FFF06C;
}
td {
	text-align: left;
}
.names {
	font-size: 11px;
	font-weight: bold;
	color: #FFEF6B;
}
#details {
	font-size: 11px;
	line-height: 14px;
	color: #CCC;
	padding: 10px 0px;
	width: 250px;
	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: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin: 25px 0;
}
.horiztoptwo {
	background-image: url(images/line2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1px;
}
.quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #EFEEAD;
	text-align: center;
	margin: 35px 0 0 0;
	padding: 0 60px 0 0;
}
.quotename {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
