a:link, a:visited, a:active {
	color: #3E3030;
	font-size: 9px;
	font-family: tahoma, times new roman;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	color: #E7EEE7;
	border-bottom: 2px solid #E7EEE7;
	background: #534D45;
	text-decoration: none;
	cursor: help;
}

p {
	text-align: justify;
	font-size: 10px;

}

body {
	font-size: 10px;
	color: #3D3830;
	font-family: helvetica, century gothic, tahoma;
	text-align: justify;
	background: #959192;
}


#header {
	position: absolute;
	top: 0px;
	border: 0px;	
}


#content {
	font-size: 10px;
	align: justify;
	padding-left: 22px;
	padding-right: 22px;
	margin: 0px;
	background: url(layout/bkg.jpg);
	
}

stand, strong, em {
	color: #4D5351;
}
 
h1 {
	color: #D8C5C5;
	font-family: century gothic, georgia, "times new roman", arial, serif;
	font-size: 7pt;
	text-transform: lowercase;
	letter-spacing: 2px;
	text-align: right;
	margin: 0;
	line-height: 26pt;
	padding-right: 60px;
	}

h1:first-letter {
	color: #FFFFFF;
	padding: 0;
	}

h2 {
	color: #D5E0D8;
	font-family: times new roman;
	font-size: 07pt;
	font-weight: none;
	font-style: none;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0px;
	padding-left: 30px;

}

h2:first-letter {
	color: #DEDDDF;
	padding: 0;
	}

a img {
	border: 0;
	}

.image {
	background: #A9A49C;
	border: 4px solid #A9A49C;
	}

.codes {
	color: #3E3030;
	font-size: 9px;
	font-family: tahoma, times new roman;
	font-weight: bold;
	text-decoration: none;
	}

#stats {
	align: center;
	background: #B6B1A8;
	text-align: center;
	color: #383229;
	border-right: 1px dashed #383228;
	border-left: 2px solid #383228;
	padding: 4px
	margin: 0px;
	width: 310px;
}

input, text, textarea, option, select, reset, submit {
	padding: 1px;
	font-family: verdana;
	font-size: 7.5pt;
	background: #B6B1A8;
	color: #383229;
	border-bottom: 1px dashed #383228;
	border-top: none;
	border-right: none;
	border-left: 2px solid #383228;
}

.summery { 	
display:none;
margin: 15px;
width: 375px;
font-size: 10px;
background: transparent; 
color: #877E7E; 
font-family: arial, verdana, times;
text-decoration: none;
}