body {
	text-align: left;
	margin: 0px;
	color: #676767;
	background-color: #eef2f4;  
	background-image: url(bg.jpg);
	background-position: top right;
}

::-moz-selection {
	background:#fff;
	color:#aaa;
}
::selection {
	background:#fff;
	color:#aaa;
}

input, textarea, select { 
	padding: 4px;
	background-color: #eee;
	font-size: 11px;
	font-family: arial;
	color: #58504e; 
	border: 1px solid #ccc;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #98cbcd;
}

#body{
	width: 750px;
	height: 400px;
	margin: 0px; 
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#content{
	position: absolute;	top: 380px; right: 40px; width: 580px;
	margin: 0px auto; 
	line-height: 1.5;
	font-family: arial; 
	font-size: 12px; 
	text-align: center;
}

#nav { 
	position: absolute; top: 400px; right: 650px; width: 140px;
	color: #333;
	font-size: 10px; 
	margin: 0px auto;
	padding: 0px; 
	font-family: Arial Narrow, Arial;
	text-align: right;
	text-transform: uppercase;
}

#nav a {
    padding: 4px 5px;
    margin: 3px 0px;
    line-height: 1.5em;
	color: #333;
	text-decoration: none;
    letter-spacing: 2px;
	display: block;
	}

#nav a:hover {
   	color: #fff;
   	text-decoration: none;
	background-color: #5795ba;
}

#footer {
	width: 100%;
	padding: 15px 0px; 
	line-height: 15px;
	font-size: 10px;
	font-family: courier new;
	text-transform: uppercase;
	text-align: center;
	margin: 0px auto;
}

p {margin: 7px 0 15px 0; text-align: justify;}
p.center {text-align: center;}

.middle {
	border: 5px solid #c9c9c9;
	margin: 2px;
}
.middle:hover {
	border: 5px solid #6a7c99;
}
em {color: #9f5227;}
i {color: #4c7d83;}
b {font-weight: normal; font-family: courier new; text-transform: uppercase; color: #2a364a;}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.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: Arial Narrow, Arial;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
	padding: 0px;
	margin: 10px 0px -5px 0px;
	margin-left:;
	color: #a6a6a6;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	}
h1:first-letter {color: #5795ba;}
h2 {
	font-family: Arial Narrow, Arial;
	font-size: 23px;
	font-weight: normal;
	line-height: 1;
	padding: 0px;
	margin: 10px 0px -5px 0px;
	margin-left:;
	color: #a6a6a6;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	}
h2:first-letter {color: #5795ba;}

blockquote {
	margin: 10px 45px;  
	padding: 10px; 
	color: #777;
	line-height: 15px;
	text-align: center;
}

a {color: #c93827; text-decoration: none;}
a:hover { color: #000; text-decoration: none; cursor: crosshair;}