body {
	font-size: 12px; 
	font-family: arial; 
	text-align: left;
	color: #7b7f7e; 
	margin: 0px;
	background-color: #d5e1dd;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: bottom right;
	background-attachment: fixed;
}

img {border-style: none;}

input, textarea, select { 
	background-color: #bed3cc;
	font-size: 11px;
	font-family: arial;
	color: #666a69; 
	border: 1px solid #bed3cc;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #dbb1a2;
}

#main {
	position: absolute; top: 30px; right: 400px; width: 570px;
	text-align: center; 
	margin: 0px 0px; 
}

#side { 
	position: absolute; bottom: 0px; right: 0px; 
	text-align: right;
	width: 435px;
	position: fixed;
}

#nav {position: fixed; bottom: 430px; right: 75px;}
#nav a {
    background-image: url(nav.png);
    padding: 3px 7px;
    margin: 0px; 
    line-height: 2em;
	color: #f0f1f0;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial Narrow, arial;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial, serif;
    word-spacing: 5px; 
    letter-spacing: 3px;
	display: block;
	width: 90px;
	}

#nav a:hover {
	background-position: bottom right;
   	text-decoration: none;
}

#footer {
	width: 100%;
	padding: 7px 0; 
	line-height: 12px;
	font-size: 9px;
	font-family: arial;
	margin: 30px auto 40px auto;
	text-align: center; 
	background-color: #cadbd6;
}

.middle {
	border: 4px solid #b9cac5;
	margin: 2px;
}
.middle:hover {
	border: 4px solid #a6bfb8;
}

p {line-height: 160%; margin: 3px 0px 10px 0px; text-align: justify;}

em {font-family: Georgia; color: #d7997e;}
i {color: #a97967;}
b {font-family: arial; text-transform: uppercase; color: #6e757e;}

.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;}
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: 30px;
	line-height: 1.2em;
	margin-top: 15px;
	margin-bottom: -5px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #a6bfb8;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: -3px;
	color: #8eaaa2;
	letter-spacing: 1px;
	text-align: left;
}

h3 {
	font-family: arial;
	font-size: 16px;
	text-transform: uppercase;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: -5px;
	color: #a5b7b2;
	letter-spacing: 2px;
	text-align: center;
}

blockquote {
	margin: 10px 80px;  
	padding: 10px; 
	color: #7b7f7e;
	line-height: 15px;
	font-size: 11px;
	font-family: arial;
	text-align: center;
	background-color: #cadbd5;
}

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

a {color: #1398b3; text-decoration : none;}
a:hover{ color: #03489f; font-weight: none; text-decoration: none; border: 0px dotted #FFFFFF; cursor: crosshair;}