body {
	font-size: 13px; 
	font-family: arial; 
	text-align: center;
	color: #7f7f7f; 
	margin: 0px;
	background-color: #0b0b0b;
	background-image: url(bg.jpg);
}

img {border-style: none;}

input, textarea, select { 
	padding: 5px;
	background-color: #c0c0c0;
	font-size: 11px;
	font-family: arial;
	color: #58504e; 
	border: 1px solid #c0c0c0;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #98cbcd;
}

#top {
	width: 600px;
	height: 350px;
	background-image: url(top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#main {
	position: absolute; top: 310px; left: 310px; width: 650px;
	text-align: center; 
	margin: 0px; 
}

#nav { 
	position: absolute; top: 340px; left: 100px; width: 180px;
	color: #333;
	font-size: 14px; 
	margin: 0px auto;
	padding: 0px; 
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: right;
	text-transform: uppercase;
}

#nav a {
    padding: 4px 5px;
    margin: 3px 0px;
    line-height: 1.5em;
	color: #555;
	text-decoration: none;
    letter-spacing: 2px;
	display: block;
	}

#nav a:hover {
   	color: #385a56;
   	text-decoration: none;
	background-image: url(bg2.jpg);
}

#footer {
	width: 100%;
	padding: 7px 0; 
	line-height: 12px;
	font-size: 11px;
	font-family: arial;
	margin: 0px auto;
	text-align: center; 
}

.middle {
	border: 4px solid #bcbcbc;
	margin: 2px;
}
.middle:hover {
	border: 4px solid #82bcd0;
}

p {line-height: 1.6; margin: 3px 0px 15px 0px; text-align: justify;}

em {font-family: Georgia; color: #ad6966;}
i {color: #7e9494;}
b {font-family: times; text-transform: uppercase; color: #536361;}

.rules {text-align: left;}
.justify {text-align: justify;}
.code {line-height: 10px; margin-right: 20px; margin-bottom: 6px; margin-top: 6px; margin-left: 20px; text-align: center;}
ol { list-style-type: upper-roman; list-style-position: outside; padding: 0px; margin-left: 2em; }
li {margin-bottom: 5px;}

h1 {
	font-family: 'PT Sans Narrow', serif;
	font-weight: normal;
	font-size: 25px;
	line-height: .5em;
	margin: 5px 0px;
	padding: 0px;
	color: #70a9ab;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
}

h2 {
	font-family: 'Abel', serif;
	font-weight: normal;
	font-size: 22px;
	text-transform: lowercase;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: -3px;
	color: #7d7d7d;
	letter-spacing: 1px;
	text-align: left;
}

h3 {
	font-family: 'Abel', serif;
	font-size: 19px;
	text-transform: lowercase;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #7d7d7d;
	letter-spacing: 2px;
	text-align: center;
}

blockquote {
	margin: 10px 65px;  
	padding: 10px; 
	color: #4e4e4e;
	line-height: 1.4;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	background-image: url(bg.jpg);
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

a {color: #6aa0a2; text-decoration : none;}
a:hover{ color: #b26f5f; text-decoration: none; border: 0px dotted #FFFFFF; cursor: crosshair;}