a:link, a:visited, a:active {
	color: #705f39;
	font-family: tahoma;
	font-weight: none;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: lowercase;
}


a:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: crosshair;		
	letter-spacing: 2px;
}

#layout {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border: 0px;
	background: #000000 url(layout/bkg.jpg) bottom repeat-x;	
	cursor: right;
}


#content {
	position: absolute;
	bottom: 180px;
	left: 450px;
	width: 530;
	height: 162px;
	border: 0px;
	overflow: auto;
	z-index:1;
	cursor: right;
	padding-right: 10px;
}


#stats {
	position: absolute;
	right: 7px;
	bottom: 7px;
	text-align: left;
	color: #01dcea;
	border-right: 2px solid #1b242c;
	background: #00114d;
	width: 230px;
	padding: 5px;
}

body {
	font-size: 10px;
	color: #e4f575;
	font-family: helvetica, century gothic, tahoma;
	text-align: justify;
	background: #000000;
	cursor: right;	

}

p {
	text-align: justify;
	font-size: 9px;
	cursor: right;

}

stand, strong, em {
	font-size: 9px;
	font-family: helvetica, times new roman;
	color: #4f805b;
	letter-spacing: 2px;
}
 
h1 {
	color: #e2e6d0;
	font-family: georgia, "times new roman", arial, serif;
	font-size: 6pt;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin-right: 10;
	margin-top: 10px;
	line-height: 6pt;
	letter-spacing: 2px;
	padding-top; 20px;
	padding-left: 50px;
	}

h1:first-letter {
	color: #c6d771;
	font-family: georgia, "times new roman", arial, serif;
	font-size: 13pt;
	font-style: italic;
	text-transform: lowercase;
	font-weight: bold;
	}

h2 {
	color: #4f805b;
	font-family: georgia, "times new roman", arial, serif;
	font-size: 6pt;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin-right: 10;
	line-height: 6pt;
	letter-spacing: 2px;
	padding-top; 20px;
	padding-left: 20px;
	}

a img {
	border: 0;
	}

.image {
	background: #1b242c;
	border: 4px solid #1b242c;
	}

input, text, textarea, option, select, reset, submit, country, noindent {
	padding: 1px;
	font-family: verdana;
	font-size: 7.5pt;
	background: #375080;
	color: #e2e6d0;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
}