html {
	overflow: -moz-scrollbars-vertical;
}

body {
	color: #ffffff;
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}

a:link {
	color: #cbb39e;
	text-decoration: underline;
}

a:visited {
	color: #cbb39e;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:focus {
	color: #ffffff;
	text-decoration: underline;	
}

a:active {
	color: #ffffff;
	text-decoration: underline;	
}

#region_selector {
	float: right;
	text-align: right;
	width: 760px;
	height: 90px;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
}

#current_region {
	text-align: right;
	font-size: 9px;
	color: #ffffff;
	width: 760px;
}

.region_text {
	color: #cbb39e;
}

#header {
	background: url("../images/rk_header.jpg") no-repeat top left;
	height: 110px;
	width: 760px;
	margin: 0px;
}

#header_h1 {
	text-indent: -3000px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#main_nav {
	background: url("../images/nav_bgd.jpg") no-repeat top right;
	width: 760px;
	height: 35px;
	text-align: right;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
}

#main_nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	margin-top: 0px;
} 

#main_nav ul li {
	margin-left: -5px;
	padding: 0px 7px;
	border-left: 1px solid #ffffff;
	list-style: none;
	line-height: 32px;
	display: inline;
}

#main_nav ul li.selected {
	margin-left: -5px;
	padding: 0px 7px;
	border-left: 1px solid #ffffff;
	list-style: none;
	line-height: 32px;
	display: inline;
}
		
#main_nav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#main_nav ul li.first_selected {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#main_nav a:link {
	color: #aaaaaa;
	text-decoration: none;
}

#main_nav a:visited {
	color: #aaaaaa;
	text-decoration: none;
}

#main_nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

#main_nav a:focus {
	color: #ffffff;
	text-decoration: none;	
}

#main_nav a:active {
	color: #ffffff;
	text-decoration: none;	
}

#main_nav .first_selected a:link {
	color: #ffffff;
	text-decoration: none;
}

#main_nav .first_selected a:visited {
	color: #ffffff;
	text-decoration: none;
}

#main_nav .first_selected a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

#main_nav .first_selected a:focus {
	color: #aaaaaa;
	text-decoration: none;	
}

#main_nav .first_selected a:active {
	color: #aaaaaa;
	text-decoration: none;	
}

#main_nav .selected a:link {
	color: #ffffff;
	text-decoration: none;
}

#main_nav .selected a:visited {
	color: #ffffff;
	text-decoration: none;
}

#main_nav .selected a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

#main_nav .selected a:focus {
	color: #aaaaaa;
	text-decoration: none;	
}

#main_nav .selected a:active {
	color: #aaaaaa;
	text-decoration: none;	
}

#left_nav {
	float: left;
	width: 200px;
	min-height: 400px;
	text-align: left;
}

#left_nav h2 {
	color: #cbb39e;
	font-family: Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

.left_img {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}

#content_holder {
	float: left;
	width: 560px;
	min-height: 400px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#content {
	margin-top: 5px;
	margin-left: 10px;
	width: 550px;
	font-size: 0.85em;
}

#breadcrumbs {
	font-size: 0.85em;
	text-indent: 15px;
	border-bottom: 1px solid #ffffff;
	height: 20px;	
	margin-bottom: 10px;
}

#content p {
	margin-top: 0px;
	font-size: 1em;
}

#content .small {
	font-size: 0.8em;
}

#content .inline{
	margin-bottom: 5px;
	margin-top: 5px;
}

#content h2 {
	color: #cbb39e;
	font-family: Times, "Times New Roman", serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content .inline h2 {
	color: #cbb39e;
	font-family: Times, "Times New Roman", serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	display: inline;
}

#content h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #7f9db5;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0px;
}

h3 a:link {
	color: #7f9db5;
	text-decoration: underline;
}

h3 a:visited {
	color: #7f9db5;
	text-decoration: underline;
}

h3 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h3 a:focus {
	color: #ffffff;
	text-decoration: underline;	
}

h3 a:active {
	color: #ffffff;
	text-decoration: underline;	
}

#content .inline h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #7f9db5;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0px;
	display: inline;
}

#guestbook_table { width:80%; }
.site_hr { width:80%; color:#4f3526; }

#latest_release {
	margin-left: 90px;
	width: 400px;
	font-size: 0.90em;
	margin-top: 10px;
}

#latest_release img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ffffff;
}

.right_align {
	text-align: right;
}

#footer {
	clear: both;
	border-top: 1px solid #ffffff;
	font-size: 9px;
	margin-top: 20px;
	padding-top: 5px;
}

.input_normal { width:175px; color:#000000; }
.input_large { width:250px; color:#000000; }
.input_small { width:100px; color:#000000; }
.input_smaller { width:65px; color:#000000; }

.tablerow1 {
	background-color: #aaaaaa;
}

.tablerow0 {
	background-color: #cccccc;
}

.book_image {
	float: left;
	margin-right: 5px;
	padding: 5px;
}

.book_detail {
	margin-left: 110px;
}

.book_holder {
	margin: 10px 0px 30px 20px;
	padding: 0px;
	clear: both;
}

#gallery_thumbholder {
	height: 120px;
	border-bottom: 1px solid #ffffff;
	padding: 0px;
	margin-top: -8px;
	text-align: center;
}

#thumbholder_heading {
	text-align: center;
	font-size: 9px;
	padding: 0px;
	margin: 0px 0px 4px 0px;
}

#thumbholder_row {
	height: 84px;
	width: 100%;
}

.gallery_nav{
	margin-top: 2px;
}

#thumbholder_footer {
	text-align: center;
	font-size: 9px;
	padding: 0px;
	margin: 4px 0px 0px 0px;
}

#gallery_image {
	text-align: center;
}

#gallery_image h3 {
	margin-top: 10px;
}

#gallery_image img {
	border: 0px;
}

#gallery_caption {
	font-size: 10px;
}

.gallery_sub_caption {
	font-size: 9px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


