html {
	height: 100%;
	overflow-y: auto;
	scrollbar-3dlight-color: #222;
	scrollbar-arrow-color: #444;
	scrollbar-darkshadow-color: #444;
	scrollbar-face-color: #333;
	scrollbar-highlight-color: #444;
	scrollbar-shadow-color: #222;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #CCC url(gfx/curtain.gif);
	font-family: 'Trebuchet MS', trebuchet, arial, verdana, sans-serif;
	color: #979797;
	line-height: 130%;
	text-align: center;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

* {
	outline: none;
	}

img {
	border: 0;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #AAA;
	}

a:hover, a:focus {
	text-decoration: underline;
	color: #7B1C12;
	}

#container {
	position: relative;
	min-height: 100%;
	height: auto;
	margin: 0 75px;
	background: #222 url(gfx/strip_2.gif) bottom left repeat-x;
	padding: 0;
	border-top: 0;
	border-right: 2px solid #333;
	border-bottom: 0;
	border-left: 1px solid #111;
	text-align: left;
	}

/* Hack for IE */
* html #container {
    height: 100%;
}
/* End IE Hack */

#head {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 70px;
	background: transparent url(gfx/strip_1.gif) 0 0 repeat-x;				
	}

.crumbs {
	position: relative;
	top: 20px;
	left: 30px;
	margin: 0;
	text-align: left;
	}

.crumbs a#home_link:link, .crumbs a#home_link:visited, .crumbs a#home_link:active {
	display: block;
	float: left;
	width: 22px;
	height: 23px;
	background: transparent url(gfx/logo.gif) 0 0 no-repeat;
	text-indent: -5000px;
	margin: -3px 10px 0 0;
	}

.crumbs a#home_link:hover, .crumbs a#home_link:focus {
	background-position: 0 -23px;
	}

#title {
	position: relative;
	top: -25px;
	width: 50%;
	height: 70px;
	margin: 0 0 0 24px;
	padding: 0;
	background: transparent url(gfx/title_1.gif) 0 0 no-repeat;
	}

#subtitle {
	position: absolute;
	top: 20px;
	right: 98px;
	width: 150px;
	height: 100px;
	text-align: center;
	background: transparent url(gfx/copy.gif) 0 0 no-repeat;
	}

#subtitle h4 {
	margin: 70px 10px 0 10px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	}

#nav_block {
	position: absolute;
	top: 0;
	left: 53%;
	}

#prev_link, #up_link, #next_link {
	float: left;
	width: 34px;
	height: 120px;
	margin: 0 0 0 3px;
	background: transparent url(gfx/monitor.gif) 0 0 no-repeat;
	}

#prev_link {
	margin-top: 5px;
	}

#next_link {
	margin-top: 3px;
	}

#prev_link a:link, #prev_link a:visited, #prev_link a:active, #up_link a:link, #up_link a:visited, #up_link a:active, #next_link a:link, #next_link a:visited, #next_link a:active {
	display: block;
	height: 24px;
	width: 24px;
	margin: 90px 0 0 5px;
	text-indent: -5000px;
	background: transparent url(gfx/arr_prev.gif) 0 0 no-repeat;
	}

#up_link a:link, #up_link a:visited, #up_link a:active {
	background: transparent url(gfx/arr_up.gif) 0 0 no-repeat;
	}

#next_link a:link, #next_link a:visited, #next_link a:active {
	background: transparent url(gfx/arr_next.gif) 0 0 no-repeat;
	}

#prev_link a:hover, #up_link a:hover, #next_link a:hover {
	background-position: 0 -24px;
	}

#content {
	margin: 10px 23px 0 23px;
	padding: 0 0 120px 0;
	}

#content.text_only {
	margin: 60px 40px;
	text-align: justify;
	}

h1 {
	height: 70px;
	margin: 0;
	padding: 10px 0 0 10px;
	line-height: 70px;
	font-size: 18px;
	font-weight: normal;
	color: #BBB;
	background: transparent url(gfx/title_2.gif) top right no-repeat;
	}

h3 {
	font-size: 120%;
	font-weight: normal;
	color: #BBB;
	}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 70px;
	}

#login_link a:link, #login_link a:visited, #login_link a:active {
	display: block;
	float: right;
	margin: 30px 12px 0 0;
	width: 36px;
	height: 25px;
	text-decoration: none;
	text-indent: -5000px;
	background: transparent url(gfx/admin.gif) 0 0 no-repeat;
	}

#info_link a:link, #info_link a:visited, #info_link a:active {
	display: block;
	float: right;
	margin: 30px 3px 0 20px;
	width: 27px;
	height: 25px;
	text-decoration: none;
	text-indent: -5000px;
	background: transparent url(gfx/info.gif) 0 0 no-repeat;
	}

#login_link a:hover, #login_link a:focus, #info_link a:hover, #info_link a:focus {
	background-position: 0 -25px;
	}

#footer p {
	margin: 25px 15px 0 15px;
	font-size: 12px;
	text-align: center;
	}

.gallery_box {
	position: relative;
	float: left;
	width: 280px;
	height: 150px;
	border: 1px solid #666;
	background: #1F1F1F;
	margin: 5px;
	padding: 10px;
	text-align: left;
	}

.gallery_box a:link img, .gallery_box a:visited img, .gallery_box a:active img {
	margin: 13px 0 0 8px;
	border: 1px solid #444;
	}

.gallery_box a:hover img {
	border: 1px solid #BBB;
	}

.preview_box {
	float: left;
	width: 115px;
	height: 125px;
	margin-right: 10px;
	background: transparent url(gfx/album.gif) 0 0 no-repeat;
	text-align: center;
	}

.slide a:link, .slide a:visited, slide a:active {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 36px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url(gfx/slide_small.gif) 0 0 no-repeat;
	}

.slide a:hover, .slide a:focus {
	background-position: 0 -14px;
	}

.wrapper {
	*float: left;
	*width: 100%;
	}

.thumb_box {
	float: left;
	width: 140px;
	height: 150px;
	margin: 5px;
	background: transparent url(gfx/picture.gif) 0 0 no-repeat;
	text-align: center;
	}

.thumb_box a:link img, .thumb_box a:visited img, .thumb_box a:active img {
	margin-top: 14px;
	border: 3px solid #444;
	}

.thumb_box a:hover img {
	border: 3px solid #BBB;
	}

.tab {
	clear: both;
	text-align: right;
	color: #444;
	}

.image_wrapper {
	margin: 0 auto;
	}

.image_box {
	display: block;
	position: relative;
	margin: 20px auto 0 auto;
	border: 2px solid #191919;
	padding: 2px;
	background: #4C4C4C;
	}

.details, .admin_info {
	margin: 20px auto;
	padding-top: 17px;
	text-indent: 25px;
	text-align: left;
	background: transparent url(gfx/desc.gif) 7px 17px no-repeat;
	}

.admin_info {
	background: transparent url(gfx/admin_info.gif) 5px 13px no-repeat;
	}

.preview_slide {
	margin: 15px -24px 0 0;
	width: 235px;
	float: right;
	overflow: hidden;
	height: 68px;
	padding: 16px 0 0 14px;
	text-align: center;
	background: url(gfx/thumb_board.gif) 0 0 no-repeat;
	}

.preview_slide a:link, .preview_slide a:visited, .preview_slide a:active {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 1px 0 0;
	border: 1px solid #000;
	background: #000;
	}

.preview_slide a:hover, .preview_slide a:focus {
	border: 1px solid #BBB;
	}

#filler {
	float: left;
	width: 52px;
	height: 52px;
	margin: 0 1px 0 0;
	}

/* In-Image Rollovers */

.image_box a:link, .image_box a:visited, .image_box a:active {
	display: block;
	position: absolute;
	text-indent: -5000px;
	font-size: 15px;
	opacity: .0;
	filter: alpha(opacity=0);
	width: 25%;
	text-align: center;
	background: #666;
	}

.image_box a:hover {
	opacity: .4;
	filter: alpha(opacity=40);
	text-decoration: none;
	}

.image_box a:link span, .image_box a:visited span, .image_box a:active span {
	display: block;
	}

.image_box a.thumb span, .image_box a.control span {
	margin-top: 22px;
	}

.image_box a.prev:link, .image_box a.prev:visited, .image_box a.prev:active {
	top: 2px;
	left: 2px;
	background: #666 url(gfx/arrow_prev.gif) right 50% no-repeat;
	}

.image_box a.thumb:link, .image_box a.thumb:visited, .image_box a.thumb:active {
	top: 2px;
	left: 2px;
	height: 25%;
	background: #666 url(gfx/arrow_up.gif) 50% bottom no-repeat;
	}

.image_box a.next:link, .image_box a.next:visited, .image_box a.next:active {
	top: 2px;
	right: 2px;
	background: #666 url(gfx/arrow_next.gif) left 50% no-repeat;
	}

.image_box a.control {
	left: 5px;
	bottom: 4px;
	height: 60px;
	border-top: 1px solid;
	}

#content p#thumb_list {
	margin: 10px 0 0 26px;
	}

#thumb_list label {
	dispxlay: block;
	float: left;
	width: 80px;
	height: 110px;
	margin: 0 2px 2px 0;
	border: 1px solid #000;
	background: #454545;
	padding: 10px;
	text-align: center;
	}

#thumb_list label img {
	display: block;
	margin: 10px auto 0 auto;
	}

