body {
	margin: 0px;
	background-color: #fbeee9;
}


* {
 scrollbar-arrow-color: #ffffff;
 scrollbar-track-color: #fbeee9;
 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: #ffffff;
 font-size: 10px;
 font-family: verdana,helvetica,Times New Roman,arial narrow;
 color: #6e0513; 
 border: 1px solid #ffffff;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border: 1px solid #ed6e87;
}

#main {position: absolute; top: 330px; left: 167px; width: 500px;
	font-size: 11px; 
	font-family: arial; 
	color: #924e58; 
	text-align: center;
}

#navtop { 
	position: absolute;
	top: 120px;
	left: 532px;
	text-align: ;eft;
}

a.nav {
	background-color: #ffffff;
    padding: 3px 5px 0px 6px;
    margin-bottom: 5px;
    height: 16px; 
    line-height: 21px;
	color:#b10c18;
	font-size: 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial;
    word-spacing:2px; 
    letter-spacing:1px;
	text-align: left;
	border-bottom: 3px solid #ffffff;
	}

a.nav:hover {
	border-bottom: 3px solid #f8aaaf;
   	color: #f3707d;
   	text-decoration: none;
}

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

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

.middle {
	border: 5px solid #ffffff;
	margin: 2px;
}
.middle:hover {
	border: 5px solid #e66177;
}

i {font-family: Georgia; color: #d20517;}
em {font-family: Georgia; color: #ed6e87;}
b {font-weight: normal; font-family: century gothic; text-transform: uppercase; color: #e65a09;}

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

h1 {
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	height: 18px;
	padding: 0px;
	padding-left: 3px;
	margin: 0px;
	color: #ef6e7f;
	letter-spacing: 1px;
	text-align: left;
	text-transform: lowercase;
}
h2 {
	font-family: georgia;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	height: 13px;
	margin-top: -3px;
	margin-bottom: 5px;
	padding-left: 15px;
	color: #a75058;
	text-align: left;
	letter-spacing: 1px;
}
h3 {
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	height: 13px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #da8688;
	text-align: center;
	letter-spacing: 2px;
}

blockquote {
	margin: 15px 65px;  
	padding: 5px; 
	color: #cf7f8b;
	line-height: 15px;
	font-size: 10px;
	font-family: tahoma;
	text-align: center;
	background-color: #fff9f7;
}

img { border: 0;}


A {color: #000000; text-decoration: none;}

A:hover{ color: #cd0619; text-decoration: none; cursor: crosshair;}
