@charset "utf-8";
/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

body {
	font-size:62.5%;
	margin:0px;
	padding:0px;
	background:url(../images/background.gif) repeat-y #310d31;
}

#wrapper {
	width:1220px;
}

/**************************************************/
#nav {
	width:200px;
	float:left;
}

#nav ul {
}

#nav ul li {
}

#nav ul li.subnav {
}

#nav ul li a {
	height:31px;
	line-height:31px;
	width:170px;
	padding:0px 15px 0px 15px;
	display:block;
	font-size:1.1em;
	text-transform:uppercase;
	background:url(../images/nav_off.gif);
	color:#dddddd;
	text-decoration:none;
}

#nav ul li.active a {
	background:url(../images/nav_on.gif);
	color:#ffffff;
}

#nav ul li a:hover {
	color:#ffffff;
	background:url(../images/nav_on.gif);
}

#nav ul li.subnav a {
	height:auto;
	line-height:normal;
	width:165px;
	padding:5px 15px 5px 20px;
	display:block;
	font-size:0.9em;
	background:#330033;
}

#nav ul li.subnav a:hover {
	color:#ffffff;
	background:#4f2f4f;
}

/**************************************************/
#active {
	width:1020px;
	float:right;
}

/**************************************************/
#header {
	width:1020px;
	height:150px;
	background:#310d31;
}

#logo {
	float:left;
	padding:20px 0px 0px 30px;
}

#address {
	float:right;
	padding:20px 10px 0px 0px;
	font-size:1.0em;
	color:#cccccc;
	margin-top:auto;
	margin-bottom:auto;
}

#address a {
	text-decoration:none;
	color:#cccccc;
}

#address a:hover {
	color:#ffffff;
}

/**************************************************/
#main {
	width:410px;
	clear:both;
	float:left;
}

#copy {
	height:205px;
	padding:20px 40px 20px 20px;
}

#copy_short {
	height:48px;
	padding:20px 40px 20px 20px;
}

#copy_long {
	height:652px;
	padding:20px 40px 20px 20px;
	overflow:auto;
}

#copy h1, #copy_long h1, #copy_short h1, .scroll-pane h1 {
	font-size:1.4em;
	color:#dddddd;
	padding:0px 0px 15px 0px;
	text-transform:uppercase;
	
}

#copy h2, #copy_long h2, #copy_short h2, .scroll-pane h2 {
	font-size:1.4em;
	color:#dddddd;
	padding:5px 0px 5px 0px;
}

#copy h3, #copy_long h3, #copy_short h3, .scroll-pane h3 {
	font-size:1.2em;
	color:#dddddd;
	padding:0px 0px 5px 0px;
}

#copy p, #copy_long p, #copy_short p, .scroll-pane p {
	font-size:1.1em;
	color:#dddddd;
	padding:0px 0px 10px 0px;
}

#copy h4, #copy_long h4, #copy_short h4, .scroll-pane h4 {
	font-size:1.1em;
	color:#dddddd;
	padding:0px 0px 15px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#copy a, #copy_long a, #copy_short a, .scroll-pane a {
	color:#dddddd;
	font-size:1.1em;
}

#copy_long .left {
	width:155px;
	float:left;
}

#copy_long .right {
	width:155px;
	float:right;
	margin-left:20px;
}

/**************************************************/
#selection {
	height:435px;
	overflow:auto;
	margin:0px 15px 0px 0px;
}

.scroll-pane {
	overflow: auto;
}

.scroll_thumbs {
	width: 395px;
	height: 435px;
}

.scroll_copy_long {
	height:660px;
	width: 355px;
	padding:0px 20px 20px 20px;
	margin:20px 15px 0px 0px;
}

.scroll_press_long {
	height:592px;
	width: 395px;
}

.scroll_copy_long .left {
	width:155px;
	float:left;
}

.scroll_copy_long .right {
	width:155px;
	float:right;
	margin-left:20px;
}

#selection_long {
	height:604px;
	overflow:auto;
	margin:0px 15px 0px 0px;
}

table.landscape {
	margin:0px 0px 0px 15px;
}

table.landscape td {
	padding:0px 10px 10px 0px;
	text-align:center;
}

table.square {
	margin:0px 0px 0px 15px;
}

table.square td {
	padding:0px 10px 10px 0px;
	text-align:center;
}

/**************************************************/
#picture {
	width:610px;
	height:695px;
	float:right;
	overflow:hidden;
}

#image {
	width:610px;
}

#onpageCaption {
	width:610px;
	padding:10px 10px 10px 10px;
	color:#dddddd;
	font-size:1.2em;
}

#onpageCaption b {
	color:#dddddd;
	font-weight:bold;	
}

#onpageCaption i {
	color:#dddddd;
	font-style:italic;	
}

#onpageCaption a {
	color:#dddddd;
}

.caption_hidden {
	display:none;
}

.inline_image {
	float:right;
	padding:0px 0px 5px 5px;
}

.cursor_zoom {
	cursor: pointer;
}
