
#header {
	background: url('header.jpg') no-repeat center;
	margin-top: 20px;
	height: 320px;
}

#menu {
	margin-top: 18px
}


#content { 
	float: center; 
	width: 597px;
	text-align: justify;
	margin-top: 12px
	}

#footer {
	background: #0d0805 repeat-x;
	width: 100%;
	height: 80px;
	color: #542f25;
	font-size: 9pt;
	font-family: arial;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 25px;
	padding-top: 15px
}


.borders
{
	border: solid 5px #140b08;
	
}



a.one:link, a.one:active, a.one:visited {
	font-family: arial;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 9pt;
	color: #8f3715; 
	text-decoration:none; 
	text-align: center; 
	background-color: #20140f;
	margin: 0 7px 0 7px;
	padding: 7px 19px 7px 19px;
}

a.one:hover {
	color: #eca64b; 
	text-decoration:none;
	font-weight: normal; 
	text-align: center; 
	background-color: #34231c;
}



body {
	background-color: #20140f;
	background-image: url(BG.jpg);
	background-repeat: repeat-x;
	overflow-x: hidden;
	cursor: default;
	margin: 0;
	font-family: courier new, arial, trebuchet ms, arial;
	font-size: 9pt;
	text-align: justify;
	color: #edba5d;
	line-height: 150%
}

tr,td {
	font-family: courier new, arial, trebuchet ms, arial;
	font-size: 9pt;
	color: #edba5d;
}

h1 {
	color: #d050b7;
	letter-spacing: 3px;
	text-transform: none;
	margin: 0px;
	font-family: Century Gothic;
	font-size: 25px;
	font-weight: normal;
	font-variant: small-caps;
	padding-bottom: 10px;
}

.boldtxt { 
	color:#335f83;
	font-weight: bold;
	font-size: 10pt;
}


.stats {
	border-left: solid 5px #ef2d0f;
	margin-left: 30px;
	padding: 2px 3px 2px 12px;
}

a:link, a:visited, a:active {
 	color: #f47233;
 	text-decoration: none; 
	font-weight: bold;
	}

a:hover {
	color: #d94517;
	font-weight: bold;
 	text-decoration: none;
	}


input, textarea	{
	color: #af6946;
	font-size:9pt;
	font-family:Arial;
	letter-spacing:1px; 
	background-color: #140c08;
	border-style: solid; 
	border: solid 1px #301f18;
	padding: 1px 3px 1px 3px;
	}

button, option, select {
	color: #af6946;
	font-size:9pt;
	font-family:Arial;
	letter-spacing:1px; 
	background-color: #140c08;
	border-style: solid; 
	border: solid 1px #301f18;
}

