@charset "ISO-8859-1";
.body {
	background-color: #000;
	background-image: url(images/rt.bg.png);
	background-repeat: no-repeat;
	
}
#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 0px solid #000;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCC;
}

#navlist a:link, #navlist a:visited
{
	float: right;
	line-height: 12px;
	font-weight: normal;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color:#B4A864;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	background: transparent;
	color: #FFF;
}

#navlist a:hover {
	color: #639CAF;;
}
.title1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #639CAF;
}
.title2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-style: normal;
}
.title3 {
	font-size: 14px;
	color: #639CAC;
	font-style: italic;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.reviews {
	font-style: italic;
}
.body table tr .nav table tr td .title3 {
	font-style: normal;
	color: #996;
}
.rightalign {
	text-align: right;
}
.covers {
	text-align: center;
	color: #5C9CAF;
}
.coverstroke {
	border: 1px solid #333;
}
.divider {
	height: 1px;
	width: 450px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

