body {
	font-size: 12px; 
	font-family: Arial; 
	text-align: center;
	color: #777; 
	margin: 0px 0px 50px 0px;
	background: #222 url('bg.jpg') scroll top center;
}

input, textarea, select { 
	background-color: #232320;
	font-size: 11px;
	font-family: arial;
	color: #999; 
	border-style: solid;
	border-color: #111;
	border-width: 1px; 
}

#page { 
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background-image: url(dark.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 222px;
}

#nav { 
	margin: -75px 0px 50px 0px;
	text-align: left;
	width: 490px;
    padding: 0px;
}

ul #nav2 {
	margin: 0px 0px 0px 0px;
	paddin: 0px;
	list-style: none;
	list-style-position: outside;
}
li {display:inline;}
li a {
    padding: 5px 4px;
    margin: 0px; 
	color: #666;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial Narrow, arial;
    word-spacing:2px; 
    letter-spacing: -.05em;
	text-align: left;
	line-height: 25px;
	-moz-border-radius: 12px 12px 0px 0px;
	}

li a:hover {
	background-color: rgba(0, 0, 0, 0.3);
   	color: #70C0D4;
   	text-decoration: none;
}

#main {
	text-align: center;
	margin: 0px;
    padding: 10px 20px;
	background-color: #121210;
	-moz-border-radius: 0px 0px 35px 35px;
}

.shrines {
	color: #888; 
	text-align: left;
	margin: 0px 100px 15px 100px;
    padding: 10px;
	background-color: #191918;
	border-bottom: 3px solid #111;
	border-right: 2px solid #111;
	-moz-border-radius: 7px 7px 7px 7px;
}

.middle {
	border: 3px solid #222;
	padding: 3px;
	margin: 2px;
}
.middle:hover {
	border: 3px solid #333;
}

img.sotm {
	border: 4px solid #444444;
	padding: 2px;
	background: #37b9df;
	margin-left: 15px;
	margin-right: 15px;
}
img.sotm:hover {
	border-color: #000000;
}
img.motm {
	border:none;
	display: block;
	margin: 6px auto 10px auto;
}

p {line-height: 160%; margin: 5px 0px 15px 0px; text-align: justify;}
hr {height:0px; width: 95%; border:0px; border-bottom:1px solid #aaa; margin: 2px auto;}

em {font-family: times; color: #6d6d6c; font-size: 20px;}
i {color: #713b38;}
b {color: #999;}

.rules {text-align: left;}
.justify {text-align: justify;}
.code {line-height: 10px; margin-right: 10px; margin-bottom: 6px; margin-top: 6px; margin-left: 10px; text-align: center;}

h1 {
	font-family: Century Gothic, arial;
	font-size: 35px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1em;
	margin: -30px 0px 10px 0px;
	padding: 0px;
	color: #525252;
	letter-spacing: 2px;
	text-align: center;
}
h1:first-letter {color: #31848b;}

h2 {
	font-family: Arial, courier new;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px;
	margin: 20px 0px 5px 60px;
	color: #888;
	letter-spacing: 1px;
	text-align: left;
}
h2:first-letter {color: #31848b;}

blockquote {
	margin: 10px 70px;  
	padding: 7px; 
	color: #888;
	line-height: 18px;
	font-size: 11px;
	text-align: left;
	background-color: #191918;
	-moz-border-radius: 7px 7px 7px 7px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

td.staff {
	text-align: left;
	color: #666;
	line-height: 18px;
	font-size: 10px;
	font-family: tahoma;
	background-color: #181815;
}

img.staff {
	float: left;
	margin: 0 10px 0 0;
	border: 3px solid #3a3937;
	}

img.staff:hover {
	border: 3px solid #00b3c2;
	}

img {border-style: none;}

a {color: #00b3c2; text-decoration : none;}
a:hover { color: #ccc; text-decoration: none; cursor: crosshair;}