* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	background-color:#E8E8E8;
}
h1, h1 a {
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 1px;
	background-attachment: scroll;
	background-color: #FF6600;
	background-image: url(/media/bg_menu1_active.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#viewer-container {
	text-align: center;
}
.viewer-image {
	background: #E8E8E8;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.viewer-image img, .viewer-image img {
	border: 1px solid #999999;
	margin-top: 5px;
	padding: 5px;
	background: #FFFFFF;
}
#viewer-header {
	padding: 15px;
	background: #F8F8F8 url(/media/bg_header.gif) repeat-x;
	display: block;
	margin-top: 0px;
}
.pagelist {
	width: 100%;
	font-size: 0.75em;
}
.pagelist a, .pagelist span {
	background: #efefef repeat-x left top;
	border: 1px solid #A5AEBD;
	color: #000;
	padding: 1px 3px;
	text-decoration: none;
	text-align: center;
}
.pagelist a:hover {
	background: #3163ff repeat-x right bottom;
	border: 1px solid #00009C;
	color: #FFF;
	
}
.pagelist a.active, .pagelist .active {
	background: #3163ff repeat-x right bottom;
	border: 1px solid #00009C;
	color: #FFF;
}
.image-description {
	font-size: 0.8em;
	background: #ffefe5;
	padding: 5px;
	border-bottom: 1px solid #999999;
	color: #444;
}

