body {
	background-image: url('images/bg.jpg');
	font-family: georgia;
	font-size: 10px;
	color: #666633;
	scrollbar-arrow-color: #666633;
	scrollbar-track-color: #C6C6A1;
	scrollbar-face-color: #999966;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #666633;
	scrollbar-shadow-color: #666633;
	line-height: 15px;
	text-align: justify;
	letter-spacing: 1;
}

td, tr {
	font-size: 10px;
}

#nav {
	position: absolute;
	margin: 10px;
	width: 20px;
	left: 140px;
	top: 340px;
	color: #666633;
}

#nav a {
	color: #666633;
	text-decoration: none;
}

#nav a:hover {
	color: #999966;
	text-decoration: none;
}


#nav ul {
	list-style-type: none;
	background-color: none;
	border-style: none;
	line-height: 30px;
	size: 11px;
}

#content {
	position: absolute;
	width: 320px;
	left: 260px;
	top: 370px;
}


.stats
	{
	margin: 5px;
	line-height: 15px;
	background-color: #999966;
	color: #C6C6A1;
}

.header {
	border-style: none;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #999966;
	font-family: georgia;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding: 1px;
	letter-spacing: 2;
	font-weight: bold;
}

textarea
{	background-color: C6C6A2;
	border-width: 1px;
	border-style: solid;
	border-color: 666633;
	color: 666633;
	font-family : georgia;
	font-size : 10px;
}

input
{	background-color: C6C6A2;
	border-width: 1px;
	border-style: solid;
	border-color: 666633;
	color: 666633;
	font-family : georgia;
	font-size : 10px;
}

option
{	background-color: C6C6A2;
	border-width: 1px;
	border-style: solid;
	border-color: 666633;
	color: 666633;
	font-family : georgia;
	font-size : 10px;
}



A {
	cursor:default;
}

a:active {  
	color: #FFFFFF; 
	font-weight: none; 
	letter-spacing: 1px; 
	text-decoration: bold; 	cursor:default;
}

a:link {  
	color: #FFFFFF; 
	font-weight: none; 
	letter-spacing: 1px; 
	text-decoration: none; 
	cursor:default;
}

a:visited {  
	color: #FFFFFF; 
	font-weight: none; 
	letter-spacing: 1px; 
	text-decoration: none; 
	cursor:default;
}

a:hover {  
	color: #999966; 
	font-weight: none; 
	letter-spacing: 1px; 
	text-decoration: none; 
	letter-spacing: 1; 
	cursor: crosshair;
}