body {
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #fff;
	font-size: 13px; 
	font-family: arial; 
	color: #555;
	line-height: 1.5;
}

#main{
	position: absolute; top: 275px; left: 75px; width: 670px;
	margin: 0px;
	padding: 0px;
}

#top{
	width: 100%;
	height: 270px;
	margin: 0px;
	background-color: #eee;
}

#footer {
	width: 95%;
	padding: 0px; 
	color: #392c48;
	line-height: 1.4;
	font-size: 11px;
	font-family: Trebuchet MS;
	text-align: center;
	margin: 0px auto;
}

#subnav { 
	position: absolute;
	top: 330px;
	left: 770px;
	text-align: left;
}

a.nav {
    padding: 4px 7px;
    margin: 0px; 
	color: #555;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial;
    word-spacing:2px; 
    letter-spacing:1px;
	text-align: left;
	display: block;
	width: 90px;
	line-height: 20px;
	border-left: 7px solid #e7e7e7;
	background-color: #eee;
	}

a.nav:hover {
	background-color: #ddd;
   	color: #222;
   	text-decoration: none;
	border-left: 7px solid #ccc;
}

#active {
	background-color: #fdfdfd;
   	color: #777;
   	text-decoration: none;
	border-left: 7px solid #fdfdfd;
}

input, textarea, select { 
	padding: 5px;
	background: #ddd;
	font-size: 11px;
	font-family: verdana,helvetica,Times New Roman,arial narrow;
	color: #555; 
	border-style: solid;
	border-color: #ddd;
	border-width: 1px; 
}

p {margin: 3px 0px 12px 0px; text-align: justify; line-height: 1.5;}
ul { list-style-type: square; list-style-position: inside; padding: 0px; margin-left: 0px; }
hr {height:0px; width: 90%; border:0px; border-bottom:1px dotted #888; margin: 5px auto;}

.right {
	float: right;
	border: 3px solid #d1d1d1;
	margin: 5px 5px 5px 8px;
}
.left {
	float: left;
	border: 0px solid #d1d1d1;
	margin: 5px 8px 5px 5px;
}
.middle {
	border: 3px solid #ccc;
	margin: 2px;
}
.middle:hover {
	border: 3px solid #888;
	margin: 2px;
}

.rules {text-align: left;}
.code {line-height: 10px; margin-right: 3px; margin-bottom: 3px; margin-top: 3px; margin-left: 3px; text-align: center;}
.center {text-align: center;}
.icons {text-align: center;}
em {font-family: Georgia; color: #3a3a3a;}
i {color: #252525;}
b {font-weight: normal; font-family: century gothic, arial; text-transform: uppercase; color: #111;}
h1 {
	font-family: Century Gothic;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(h1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 0px 1px 0px;
	margin: 2px 0px 0px 0px;
	color: #b6b6b6;
	letter-spacing: 7px;
	text-align: right;
	line-height: 1em;
	}
h1:first-letter{
	color:#666;
}
h2 {
	font-family: Century Gothic;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
	height: 15px;
	padding: 0px 0px 5px 0px;
	margin: 3px 0px 5px 0px;
	color: #bbb;
	letter-spacing: 3px;
	text-align: center;
	}

table {
 font-family: arial; 
 font-size: 10px; 
}

blockquote {
	margin: 11px 70px;  
	padding: 5px; 
	color: #777;
	line-height: 1.6;
	font-size: 11px;
	font-family: Trebuchet MS;
	background-color: #f1f1f1;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

img { border-style: none;}

a {color: #9a5653; text-decoration: none; font-family: arial;}

a:hover { color: #be4c47; text-decoration: underline; cursor: help;}
