@charset 'utf-8';

p {
	font-size: 12px;
}

h2 {
	font-family: Verdana, Sans-Serif;
	position: absolute;
	text-transform: uppercase;	
	font-size: 26px;
	color: #ffffff;
	text-shadow: black 3px 2px 2px;
	font-weight: bold;
	margin: 280px 0 0 433px;
	z-index: 2;
}

#rhy-char {
	position: relative;
	width: 990px;
	height: 1008px; 
	margin: 0 auto;
}

#rhy-char_body {
	background: url(../img/characters/bg.jpg) 0 0 no-repeat;
	width: 990px;
	height: 827px;
	position: absolute;
}

#rhy-char_artwork {
	position: absolute;
	margin: 172px 0 0 13px;
}

#rhy-char-box {
	background: url(../img/characters/bg_txt.png) 0 0 no-repeat;
	position: absolute;
	width: 503px;
	height: 238px;
	margin: 315px 0 0 422px;
	padding: 10px 12px 0 12px;
}

	.rhy-char-text {
		height: 98px;
	}
	
		.rhy-char-text p {
			line-height: 16px;
			text-shadow: black 2px 1px 1px;
		}
	
#rhy-char_thumbs {
	margin-top: 11px;
}

#rhy-char_thumbs li {
	float: left;
	width: 78px;
	margin-right: 7px;
}

	#rhy-char_thumbs li a {
		background: url(../img/characters/icon_char_1_inactive.png) 0 0 no-repeat;
		display: block;
		width: 78px;
		height: 77px;
		cursor: pointer;
	}

.rhy-char_active {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 1px;
	text-shadow: black 2px 1px 1px;
}

.rhy-char_inactive {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #560200;
	margin-top: 3px;
}
