body {
 margin: 0px;
 background: #efe6d1;
}


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

input, textarea, select { 
 background: #dbd2b9;
 font-size: 10px;
 font-family: verdana,helvetica,Times New Roman,arial narrow;
 color: #212e38; 
 border: 0px dotted #efe6d1;
}


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

#main {position: absolute; top: 350px; left: 35px; width: 600px;
 font-size: 11px; 
 font-family: arial; 
 color: #909c87; 
 text-align: center;
}

#footer {
	width: 100%;
	height: 150px;
	padding: 0px; 
	color: #708171;
	line-height: 12px;
	font-size: 10px;
	font-family: Trebuchet MS;
	margin: 0px auto;
	text-align: center;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

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

.middle {
	border: 3px solid #d8d2b8;
	margin: 2px;
}
.middle:hover {
	border: 3px solid #9da790;
}

i {font-family: Georgia; color: #928c74;}
em {font-family: Georgia; color: #7d3143;}
b {font-weight: normal; font-family: century gothic; text-transform: uppercase; color: #0e1c2a;}

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

h1 {
	font-family: georgia;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	height: 23px;
	padding: 0px;
	padding-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #b6baa1;
	letter-spacing: 7px;
	text-align: right;
	text-transform: lowercase;
}
h2 {
	font-family: Century Gothic;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	height: 13px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: -5px;
	margin-left: 5px;
	color: #1c2933;
	text-align: left;
	letter-spacing: 2;
}
h3 {
	font-family: georgia;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	padding: 0px;
	padding-bottom: 1px;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #b6baa1;
	letter-spacing: 3px;
	text-align: left;
	text-transform: lowercase;
}

blockquote {
	margin-right: 90px; margin-bottom: 5px; margin-top: 5px; margin-left: 90px;  
	padding: 7px; 
	color: #505050;
	line-height: 15px;
	font-size: 10px;
	font-family: tahoma;
	background-image: url(bg2.jpg);
	text-align: center;
}

img { border: 0;}


A {color: #3b4b4d; text-decoration: none;}

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