body {
	margin: 0px;
	text-align: center;
	font-family: arial;
	color: #312721;
	background: #7c6f67 url(bg.jpg) repeat scroll top center;
}

#top {
	width: 100%;
	height: 410px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url(top_bg.jpg);
	margin: 0px; 
	padding: 0px; 
}

#content { 
	width: 620px;
	line-height: 150%;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	padding: 1px 0; 
	margin: -68px auto 15px auto; 
}

#footer {
	width: 100%;
	padding: 20px 0 10px 0;
	line-height: 16px;
	font-size: 11px;
	margin: 0px auto;
	text-align: center;
}

table {
 font-family: arial; 
 font-size: 11px; 
}

input, textarea, select { 
	background-color: #675b53;
	font-size: 11px;
	font-family: arial;
	color: #1c1714; 
	border: 0px solid #675b53;
}

p {margin: 6px 0px 15px 0px; text-align: justify;}

.right {
	float: right;
	border: 5px solid #7b7b7b;
	margin: 5px 5px 2px 10px;
}
.right:hover {
	border: 5px solid #949494;
}
.left {
	float: left;
	border: 5px solid #7b7b7b;
	margin: 5px 10px 2px 10px;
}
.left:hover {
	border: 5px solid #949494;
}
.middle {
	border: 4px solid #554b46;
	margin: 3px;
}
.middle:hover {
	border: 4px solid #403733;
}

.code {margin: 5px 45px; text-align: center;}
.center,.icons {text-align: center;}
.rules {text-align: left;}
ul#iconmenu { list-style-type: none; list-style-position: inside; padding: 0px; margin-left: 0px; }

img {border-style: none;}
i {color: #acaba1;}
em {color: #d3b496;}
b {color: #bdaa95;}
h1 {
	font-family: Century Gothic, Arial;
	font-size: 29px;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 5px 0px;
	color: #473a32;
	letter-spacing: 2px;
	text-align: center;
	}
h2 {
	font-family: Arial Narrow, Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 3px 0px -5px 30px;
	color: #2d251f;
	letter-spacing: 0px;
	text-align: left;
	}
h6 {
	font-family: Arial;
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -7px;
	margin-left: 55px;
	margin-bottom: -2px;
	color: #3a2b2d;
	letter-spacing: 1px;
	text-align: left;
	}

blockquote {
	margin: 15px 90px;  
	padding: 5px 10px; 
	color: #221b16;
	line-height: 19px;
	font-size: 11px;
	font-family: Arial;
	background-image: url(bg2.jpg);
	text-align: center;
	background-position: top left;
}
blockquote.fl {text-align: left;}
blockquote a, table a {text-transform: uppercase;}

a {color: #982324; text-decoration: none;}
a:hover { color: #a1a095; text-decoration: none; cursor: crosshair;}
