a:link, a:visited, a:active {
	color: #B9B1A4;
	font-family: tahoma, verdana, times new roman;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}


a:hover {
	color: #6F6D6E;
	border-bottom: 2px solid #666C82;
	background: #FFFFFF;
	text-decoration: none;
	cursor: help;
}

#header {
	margin: 0px;
	padding: 0px;		
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	}

#content {
	font-size: 10px;
	text-align: justify;
	margin: 0px;
	padding-right: 39px;
	padding-left: 39px;
	background: url("layout/bk.jpg");
	
}

#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: #4D4E52;
	font-family: helvetica, century gothic, tahoma;
	text-align: justify;
	background: #AC9A7F url(layout/bkg.jpg) left repeat-y;

}

stand, strong, em {
	color: #C5BBBB;
}
 
h1 {
	color: #434755;
	font-family: georgia, "times new roman", arial, serif;
	font-size: 13pt;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 2px;
	text-align: right;
	margin: 0;
	line-height: 26pt;
	padding-right: 33px;
	}

h1:first-letter {
	color: #504D4D;
	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: #B9AD9B;
	border: 4px solid #B9AD9B;
	}

input, text, textarea, option, select, reset, submit {
	padding: 1px;
	font-family: verdana;
	font-size: 7.5pt;
	background: #CBC3B6;
	color: #64615D;
	border-right: 1px dashed #64615D;
	border-top: none;
	border-right: none;
	border-left: 2px solid #64615D;
}

.codes {
	color: #3E3030;
	font-size: 9px;
	font-family: tahoma, times new roman;
	font-weight: bold;
	text-decoration: none;
	}
