/* ------------------------------------------------	MAIN
*/

body	{
	background-image: url(38.jpg); 
	background-repeat: none; 
	background-attachment: none; 
 	background-color: #e1e1e1; 
	cursor: crosshair;
	line-height: 180%; 
	overflow: auto;
	font-family: arial;
	font-size: 12px;
	color:#8B8777; 
	line-height: 160%; 
	text-align: left;}

body, tr, td  {

	font-family: arial;
	font-size: 12px;
	color:#8B8777;
	line-height: 180%; 
	text-align: left;
	margin-right: 0px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	letter-spacing: 0px; 
	list-style-type: square;}



b, strong {color:#6a971b;}

em, i {
	color:#c11818;
	
}

#stats
{
	position: absolute;
	width: 300px;
	top: 180px;
	color: #474747;
	background-color:#f0f0f0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom:5px;
	left: 50%; margin-left: -290px;
}

ul {list-style: square;}

/* ------------------------------------------------	LINKS
*/

a:link, a:visited , a:active 	{text-decoration: none; 
	color: #eeeeee;
	border-bottom: 2px solid #262626; }
a:hover 	{text-decoration: none; 
	color: #eeeeee; 
	font-weight: none;
	border-bottom: 2px solid #ebc325;
	cursor: help;}
	

/* ------------------------------------------------	HEADERS 
*/



h1 	{font-size:20pt;
	font-family:garamond;
	font-style:oblique;
	font-weight:normal;
	text-align:left;
	height:3px;
	color:#f44f01;
	margin-bottom: 30px;
 
}



h2 {
font-family: georgia;
color: #c0c0c0;
text-transform: uppercase;
margin: 0px;
line-height: 20px;
letter-spacing: -1px;
text-indent: 20px;
text-align: left;
padding-bottom: 5px;
font-size: 16px;
}

h3 {
margin-bottom:1px;
margin-top:5px;
font-size:13.5px;
letter-spacing:1px;
font-family:arial;
color: #6F0009;
text-align:left;
border-bottom:1px dotted #1E1E1E;
}

h4 {
margin-top: 5px;
padding-left: 10px;
color: #545454;
font-family: Georgia;
font-size: 9px;
font-weight: normal;
letter-spacing: 2px;
text-transform: uppercase;}

p {margin-bottom: 10px;
margin-top:10px;}


/* ------------------------------------------------	FORMS
*/

form {line-height:20px;}

input, textarea, select {
background:#eee;
border:1px solid #aaa;
padding:3px;
font-family: arial;
	font-size: 12px;
	color: #727272; 
}

input:focus, textarea:focus, select:focus { border-color:#790000; }


#navig {
position: absolute;
top: 290px;
left: 50%; margin-left: -290px;

}


#navig a
{	padding: 10px;
	text-transform:lowercase;
	color: #ebc325;
	font-size: 20px;
	font-family: Agency FB;
	font-weight: 600;
	letter-spacing: 2px;
	text-decoration: none;
	border-bottom: 0px solid #BA3C6B;
	text-align: center;}

#navig a:hover
{	border-bottom: 0px solid #F05C14;
	text-decoration: none;
	color: #393939;}


