html {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	background:#000000;
	color:#ffffff;
	font-size:76%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: auto; 
	/* */ 
}

body {
 	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	text-align:center;
}

a {
  color:#ffffff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#ffffff;
}

a:visited {
	color:#ffffff;
}

img {
	border:none;
}

h1 {
	font-size:26px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

h5 {
	font-size:10px;
}

.start {
  color:#ffffff;
  font-size:48px;
  font-weight:bold;
  text-align:center;
}

.encompass {
	position:relative;
	top:50px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

.menuleft {
	position:relative;
	top:-10px;
	right:10px;
	float:left;
	z-index:1;
}

.menu {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../images/buttons/btn1.gif);
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
}
.menu li {
	float:left;
}
.menu li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menu li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}
.menu li.current a {
	color:#fff;
	background:url(../images/buttons/btn3.gif);
	}
.menu li.current a b {
	background:url(../images/buttons/btn3.gif) no-repeat right top;
}
.menu li a:hover {
	color:#fff;
	background:#000 url(../images/buttons/btn2.gif);
}
.menu li a:hover b {
	background:url(../images/buttons/btn2.gif) no-repeat right top;
}
.menu li.current a:hover {
	color:#fff;
	background:#000 url(../images/buttons/btn3.gif);
	cursor:default;
}
.menu li.current a:hover b {
	background:url(../images/buttons/btn3.gif) no-repeat right top;
}

#lightbox {
	background-color:#000000;
	margin-top:20px;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }

#overlay { background-image: url(../images/icons/overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/icons/overlay.png", sizingMethod="scale");
}

/* begin slideshow */
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:375px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/icons/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../images/icons/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/icons/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(../images/icons/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(../images/icons/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:110px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}