a:link, a:visited, a:active {
	color: #97B59B;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	color: #FDC1DA;
	background: #F3F3F3;
	text-decoration: none;
	cursor: crosshair;
}

body {
	font-family: tahoma, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	color: #8A8D8D;
	background: #F0F4F5 url(layout/bkg.jpg) top repeat-x;
	}

p {
	text-align: left;
	font-size: 9px;

}
	
h1 {
	color: #B4BEC9;
	font-family: times new roman;
	text-align: center;
	font-size: 12px;
	font-style: none;
	text-transform: lowercase;
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #FFFBDA;
	letter-spacing: 3px;

}

h1:first-letter {
	color: #DAB8D1;
	padding: 0;
	}

#header {
	font-size: 9px;
	text-align: justify;
	margin: 0px;
	padding: opx;
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

#content {
	font-size: 9px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 410px;
	top: 290px;
	left: 230px;
}

strong, em, stand {
	font-size: 9px;
	color: #80727F;
	font-family: verdana;
	}

a img {
	border: 0;
	}

.image {
	background: #EAE0E3;
	border: 4px solid #EAE0E3;
	}

input, text, textarea, option, select, reset, submit {
	padding: 1px;
	font-family: verdana;
	font-size: 7.5pt;
	background: #FFFDFE;
	color: #C4B8BC;
	border-bottom: 1px solid #C4B8BC;
	border-top: none;
	border-left: 2px solid #C4B8BC;
	border-right: none;
}

#stats {
	background: #FFFDFE;
	text-align: center;
	border-right: 1px solid #A09494;
	border-left: 3px solid #90949F;
	padding: 4px
	margin: 0px;
	width: 275px;
}