body {
	text-align: center;
	margin: 0px auto;
	background-color: #fff;  
	color: #77777e;
	background-image: url(top_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

table {
	font-family: arial; 
	text-align: justify;
	margin: 0px auto;
}

input, textarea, select { 
	background-color: #f4faf8;
	font-size: 11px;
	font-family: Arial;
	color: #4d3e39; 
	border: 1px solid #d9c3a3;
}
input:hover,input:focus,textarea:hover,textarea:focus {
	border: 1px solid #e17754;
}

#content{
	width: 660px;
	padding: 0px;
	margin: -45px auto 10px auto; 
	line-height: 140%;
	font-family: arial; 
	font-size: 12px; 
}

#footer {
	width: 600px;
	padding: 10px 0px;
	line-height: 15px;
	font-size: 11px;
	font-family: arial;
	text-align: center;
	margin: 20px auto 10px auto;
	background-color: #f0f9f6;
}

p {margin: 5px 10px 15px 10px; text-align: justify;}
.icons {margin: 5px 40px 15px 40px; text-align: center;}
.rules {text-align: left;}

.title {width: 120px; text-align: right; background-color: #f7d6a3;}
.title:hover {background-color: #d1f1e6;}
.desc {width: 200px; text-align: left; padding: 8px 7px; color: #99907f; background-color: #fcf1d2;}
.title a {font-family: arial; padding: 8px 7px; text-transform: uppercase; color: #bb6a35; display: block;}
.title a:hover {color: #476966;}

.middle {
	border: 5px solid #ffe7ad;
	margin: 2px;
}
.middle:hover {
	border: 5px solid #e79452;
}
.small {
	margin: -5px auto 11px auto;
	color: #847589;
	font-size: 10px;
	text-align: center;
}

i {color: #4d3e39;}
em {color: #d24727;}
b {font-weight: normal; font-family: courier new; text-transform: uppercase; color: #723419;}

h1 {
	font-family: Century Gothic, Arial;
	font-size: 29px;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin: 5px 10px 5px 30px;
	color: #c97446;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	}
h2 {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin: -6px 10px 5px 110px;
	color: #4d3e39;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
	}
blockquote {
	margin: 11px 110px; 
	padding: 10px; 
	color: #748483;
	line-height: 19px;
	text-align: justify;
	background-color: #e6f4f3;
}

img {border-style: none;}
a {color: #307488; text-decoration: none;}
a:hover { color: #f46731; text-decoration: none; cursor: crosshair;}