body {
	margin: 0px;
	text-align: left;
	font-family: arial;
	color: #403a33;
	background: #8e887c url(top_bg.jpg) repeat-x scroll top left;
}

#content { 
	position: absolute; top: 460px; left: 60px; width: 650px;
	font-size: 13px;
	margin: 0px auto 15px auto; 
	padding: 0px; 
	line-height: 150%;
	font-family: arial;
	text-align: center;
}

#footer {
	width: 100%;
	padding: 25px 0;
	line-height: 16px;
	font-size: 11px;
	margin: 0px auto;
	text-align: center;
	background-image: url(top_bg2.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

table {
 font-family: arial; 
 font-size: 11px; 
}

input, textarea, select { 
	padding: 5px;
	background-color: #777268;
	font-size: 11px;
	font-family: arial;
	color: #b0aca5; 
	border: 0px solid #777268;
}

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 #807973;
	margin: 3px;
}
.middle:hover {
	border: 4px solid #544f4a;
}

.code {line-height: 10px; margin-right: 3px; margin-bottom: 3px; margin-top: 3px; margin-left: 3px;}
.center {text-align: center;}
.icons {text-align: center; margin: 0 30px;}
.rules {text-align: left;}
ul#iconmenu { list-style-type: square; list-style-position: inside; padding: 0px; margin-left: 0px; margin-left: 70px; text-align: left; }

img {border-style: none;}
i {color: #cccbca;}
em {color: #000;}
b {color: #000; text-transform: uppercase; font-weight: normal;}
h1 {
	font-family: Arial;
	font-size: 35px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 5px 0px;
	color: #6b645d;
	letter-spacing: 2px;
	text-align: left;
	line-height: 1em;
	}
h2 {
	font-family: Arial Narrow, Arial;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 3px 0px -5px 30px;
	color: #202023;
	letter-spacing: 0px;
	text-align: left;
	}
h6 {
	font-family: Arial;
	font-size: 10px;
	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 70px;  
	padding: 5px 10px; 
	color: #2d2720;
	line-height: 19px;
	font-size: 12px;
	font-family: Arial;
	background-image: url(bg.jpg);
	text-align: center;
	background-position: top left;
}

a {color: #784c27; text-decoration: none;}
a:hover { color: #fff; text-decoration: none; cursor: crosshair;}