body {
	margin: 0px;
	background-color: #fad878;
	background-image: url(bg.jpg);
}


* {
 scrollbar-arrow-color: #ffffff;
 scrollbar-track-color: #fad878;
 scrollbar-face-color: #ffffff;
 scrollbar-highlight-color: #ffffff;
 scrollbar-3dlight-color: #ffffff;
 scrollbar-darkshadow-color: #ffffff;
 scrollbar-shadow-color: #ffffff;
}

input, textarea, select { 
 background-color: #fdfefc;
 font-size: 10px;
 font-family: verdana,helvetica,Times New Roman,arial narrow;
 color: #bc7650; 
 border: 0px solid #fdfefc;
}


#top {
	width: 100%;
	height: 500px;
	text-align: left;
	background-image: url(top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#main {position: absolute; top: 321px; left: 300px; width: 515px;
 font-size: 11px; 
 font-family: arial; 
 color: #423d60; 
 text-align: center;
}

#navtop { 
	position: absolute;
	top: 184px;
	left: 500px;
	text-align: left;
}

a.nav {
    padding: 3px 6px 3px 6px;
    margin-bottom: 2px;
    height: 20px; 
	color:#ffffff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: impact, Franklin Gothic Heavy, courier new, arial;
    word-spacing:2px; 
    letter-spacing:1px;
	text-align: right;
	display: inline;
	}

a.nav:hover {
	background-color: #ffffff;
   	color: #f8d263;
   	text-decoration: none;
}

#footer {
	width: 100%;
	height: 120px;
	padding: 0px; 
	color: #a77f45;
	line-height: 12px;
	font-size: 10px;
	font-family: Trebuchet MS;
	margin: 0px auto;
	text-align: center;
}

p {line-height: 150%; margin-right: 5px; margin-bottom: 12px; margin-top: 3px; margin-left: 5px; text-align: justify;}

.middle {
	border: 4px solid #ffffff;
	margin: 2px;
}
.middle:hover {
	border: 4px solid #fb935f;
}

em {font-family: Georgia; color: #000000;}
b {font-weight: normal; font-family: century gothic; text-transform: uppercase; color: #af4d2b;}

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

.color1 {text-align: right;}
.color2 {text-align: left;}

h1 {
	font-family: Century Gothic;
	font-size: 22px;
	font-weight: normal;
	height: 18px;
	padding: 0px;
	padding-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #ffffff;
	letter-spacing: 5px;
	text-align: right;
	text-transform: uppercase;
}
h2 {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	height: 13px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: -5px;
	margin-left: 5px;
	color: #202639;
	text-align: left;
	letter-spacing: 2;
}
h3 {
	font-family: Century Gothic;
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #120612;
	text-transform: uppercase;
}

blockquote {
	margin-right: 60px; margin-bottom: 10px; margin-top: 10px; margin-left: 60px;  
	padding: 7px; 
	color: #6f6c63;
	line-height: 15px;
	font-size: 11px;
	font-family: georgia;
	font-style: italic;
	background-color: #fef9eb;
	text-align: center;
	background-position: top center;
}

img { border-style: none;}


a {color: #e98161; text-decoration: none;}

a:hover{ color: #ec6264; text-decoration: underline; cursor: crosshair;}
