a:link,
a:visited,
a:active {
	color:#3d0300;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color:#ca9b99;
	}

body {
	scrollbar-face-color:#CBC4BC; 
	scrollbar-highlight-color:#E4E4E4; 
	scrollbar-shadow-color:#CBC4BC;
	scrollbar-3dlight-color:#CBC4BC;                
	scrollbar-arrow-color:#2E2D2A; 
	scrollbar-track-color:#CBC4BC; 
	scrollbar-darkshadow-color:#2E2D2A;
	}

body, table td {
	font-family:georgia; 
	font-size: 11px; 
	color:#3d0300;
	}

.cell-t {
	background: url(assets/frame-top.gif) repeat-x;
	background-color:#fff9f9;
	}

.cell-l {
	background: url(assets/frame-left.gif) repeat-y;
	background-color:#fff9f9;

	}

.cell-r {
	background: url(assets/frame-right.gif) repeat-y;
	background-color:#fff9f9;
	}
	
.cell-b {
	background: url(assets/frame-bottom.gif) repeat-x;	
	background-color:#fff9f9;
	}
	
.cell-bg {
	background-color:#fff9f9;
	}

.cell-sub {
	font-size:10px; 
	}

.cell-content {
	background-color:#fff9f9;
	font-size:11px;
	}

.cell-textcontent {
	background-color:#fff9f9;
	font-family:Georgia;
	font-size:12px;
	}

.cell-nav {
	background: url(assets/graphic.gif);
	}

#nav-index { 
	height: 18px; 
	width: 200px; 
	background: url(assets/nav-index.gif) top left no-repeat; 
	display: block;
	}

#nav-introduction { 
	height: 18px; 
	width: 200px; 
	background: url(assets/nav-introduction.gif) top left no-repeat; 
	display: block;
	} 

#nav-setting { 
	height: 18px; 
	width: 200px; 
	background: url(assets/nav-setting.gif) top left no-repeat; 
	display: block;
	} 

#nav-story { 
	height: 18px; 
	width: 200px; 
	background: url(assets/nav-story.gif) top left no-repeat; 
	display: block;
	} 

#nav-background { 
	height: 18px; 
	width: 200px; 
	background: url(assets/nav-background.gif) top left no-repeat; 
	display: block;
	} 

#nav-people { 
	height: 18px; 
	width: 200px; 
	background: url(assets/nav-people.gif) top left no-repeat; 
	display: block;
	} 
	
#nav-art { 
	height: 18px; 
	width: 200px; 
	background: url(assets/nav-art.gif) top left no-repeat; 
	display: block;
	} 
	
#nav-bio { 
	height: 18px; 
	width: 200px; 
	background: url(assets/nav-bio.gif) top left no-repeat; 
	display: block;
	} 
	
#nav-links { 
	height: 18px; 
	width: 200px; 
	background: url(assets/nav-links.gif) top left no-repeat; 
	display: block;
	} 
	
#nav-terminology { 
	height: 18px; 
	width: 200px; 
	background: url(assets/nav-terminology.gif) top left no-repeat; 
	display: block;
	} 
	  
#nav-index:hover,
#nav-introduction:hover,
#nav-setting:hover,
#nav-story:hover,
#nav-background:hover,
#nav-people:hover,
#nav-art:hover,
#nav-bio:hover,
#nav-links:hover,
#nav-terminology:hover { 
	background-position: bottom left;
	}
	
#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img {
	border: none;
	}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer {
	padding: 10px;
	}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav {	left: 0; }
#hoverNav a { outline: none; }

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(assets/_blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(assets/litebox-prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(assets/litebox-nextlabel.gif) right 15% no-repeat; }

#imageDataContainer {
	font: 11px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height:normal;
	}

#imageData { padding:0 10px; }
#imageData #imageDetails{ width: 80%; float: left; text-align: left; padding-bottom: 1.0em; }	
#imageData #caption{ font-weight:normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 20px; float: right; padding-bottom: 0.7em;	}	
		
#overlay{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}