a:link, a:visited, a:active {
	color: #8E8E83;
	font-family: tahoma, verdana, times new roman;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}


a:hover {
	color: #110C0D;
	border-bottom: 1px dashed #110C0D;
	background: #D1CABC;
	text-decoration: none;
	cursor: w-resize;
}

#header {
	margin: 0px;
	padding: 0px;		
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	}

#content {
	font-size: 10px;
	text-align: justify;
	margin: 0px;
	padding: 5px;
	width: 442px;
}

#stats {
	background: #857254;
	text-align: center;
	color: #CBC3B6;
	border-right: 1px solid #CBC3B6;
	border-left: 2px solid #CBC3B6;
	padding: 4px
	margin: 0px;
	width: 310px;
}

p {
	text-align: justify;
	font-size: 10px;

}

body {
	font-size: 10px;
	color: #CBC5B9;
	font-family: helvetica, century gothic, tahoma;
	text-align: justify;
	background: #7A715F url(layout/bkg.jpg) top repeat-x;

}

stand, strong, em {
	color: #A8AFAA;
}
 
h1 {
	color: #462C2C;
	font-family: georgia, "times new roman", arial, serif;
	font-size: 13pt;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 2px;
	text-align: left;
	margin: 0;
	line-height: 26pt;
	padding-left: 23px;
	}

h1:first-letter {
	color: #9A8456;
	padding: 0;
	}
 
h2 {
	color: #CFCCD3;
	font-family: times new roman;
	font-size: 09pt;
	font-weight: bold;
	font-style: none;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 3px;
	margin: 0px;
	padding-left: 45px;

}

a img {
	border: 0;
	}

.image {
	background: #464035;
	border: 5px solid #464035;
	}

input, text, textarea, option, select, reset, submit {
	padding: 1px;
	font-family: verdana;
	font-size: 7.5pt;
	background: #B2B2A5;
	color: #64615D;
	border-right: 1px dashed #9A8456;
	border-top: none;
	border-right: none;
	border-left: 2px solid #9A8456;
}

.codes {
	color: #3E3030;
	font-size: 9px;
	font-family: tahoma, times new roman;
	font-weight: bold;
	text-decoration: none;
	}
