body {
	text-align: center;
	margin: 0px;
	background: #ebebeb;
}

#top{
	width: 100%;
	height: 74px;
	margin: 0px auto;
	background-color: #111111;
	text-align: center;
}

#top table {
	text-align: center;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 11px;
	color: #777;
	margin: 0px auto;
	width: 730px;
	padding: 10px 0px;
}
#top a {
	color: #9d9b97;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 40px 8px;
	margin: 0px 0px;
}
#top span {
	color: #726b62;
	display: block;
	font-size: 10px;
	letter-spacing: 0px;
}

#top a:hover {
	color: #74aeb3;
	background-image: url(nav_hover.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

table {
	font-size: 11px; 
	font-family: arial;
	text-align: left;
}

#content { 
	width: 750px;
	color: #726b62;
	font-size: 12px; 
	margin: 0px auto;
	padding: 393px 0px 0px 0px; 
	line-height: 155%;
	font-family: arial;
	text-align: center;
	background-image: url(distance.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer {
	width: 100%;
	margin-bottom: 10px;
	color: #4d5051;
	line-height: 16px;
	font-size: 11px;
	font-family: Arial;
	margin: 40px auto 10px auto;
	text-align: center;
}

input, textarea, select { 
 background-color: #131313;
 font-size: 10px;
 font-family: verdana,helvetica,Times New Roman,arial narrow;
 color: #e0d6cb; 
 border: 1px solid #131313;
}

p {margin: 6px 20px 14px 20px; text-align: justify;}
p.cite {margin: -13px 20px 14px 20px; text-align: right;}
ul { list-style-type: square; list-style-position: inside; padding: 0px; margin-left: 0px; }

.right {
	float: right;
	border: 5px solid #d4d3cf;
	margin: 5px 0px 1px 8px;
}
.left {
	float: left;
	border: 5px solid #d4d3cf;
	margin: 5px 8px 1px 0px;
}
.left:hover, .right:hover {
	border: 5px solid #c1bdb2;
}
.middle {
	border: 5px solid #d4d3cf;
	margin: 2px;
}
.middle:hover {
	border: 5px solid #c1bdb2;
}

.code {line-height: 10px; margin-right: 3px; margin-bottom: 3px; margin-top: 3px; margin-left: 3px;}
.center {text-align: center;}
.rules {text-align: left;}
.icons {text-align: center;}
em {color: #ac8367;}
i {color: #6ba5a4;}
b {font-weight: normal; font-family: courier new; font-size: 12px; text-transform: uppercase; color: #171717;}
h1 {
	font-family: Arial;
	font-size: 27px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #80c3c3;
	letter-spacing: 0px;
	line-height: 1em;
	}
h2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 5px 30px;
	color: #93574c;
	letter-spacing: 0px;
	text-align: left;
	line-height: 1em;
	}

blockquote {
	margin: 11px 90px;  
	padding: 5px; 
	color: #888;
	line-height: 22px;
	font-size: 11px;
	font-family: Courier New;
	background-color: #0a0a0a;
	text-align: center;
	background-image: url(quote.gif);
}

blockquote.shrine {
	margin: 11px 120px;  
	padding: 5px; 
	color: #888;
	line-height: 22px;
	font-size: 11px;
	font-family: Courier New;
	background-color: #0a0a0a;
	text-align: left;
	background-image: url(quote.gif);
}

.shrine a {text-transform: uppercase;}

a {color: #cb3017; text-decoration: none;}
a:hover { color: #555; font-weight: none; text-decoration: none; cursor: crosshair;}
