html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url('/library/i/evr_body_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
div#container {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	text-align: left;
}
h1 {
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url('/library/i/evr_header_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 700px;
	height: 200px;
}
	h1 > span { display: none; }
p#tagline {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: transparent;
	background-image: url('/library/i/evr_tagline_bg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width: 700px;
	height: 30px;
}
	p#tagline > span { display: none; }
div#leftcolumn {
	margin: 0 0 50px 0;
	padding: 0;
	width: 200px;
	float: left;
	clear: left;
}
	ul#navigation {
		margin: 0 0 20px 0;
		padding: 10px 0 0 0;
		background-color: rgb(38,34,97);
		border: 1px solid rgb(150,125,100);
		border-bottom: none;
		list-style-type: none;
		text-align: left;
	}
		ul#navigation > li {
			margin: 0;
			padding: 0;
			background-color: white;
			background-image: url('/library/i/evr_nav_bg.jpg');
			background-position: right;
			background-repeat: repeat-y;
			border-bottom: 1px solid rgb(150,125,100);
		}
		ul#navigation > li.selected {
			background-image: url('/library/i/evr_nav_bg_selected.jpg');
		}
			ul#navigation > li a:link,
			ul#navigation > li a:visited,
			ul#navigation > li a:hover,
			ul#navigation > li a:active {
				display: block;
				margin: 0;
				padding: 0 0 0 30px;
				background-image: url('/library/i/evr_nav_indicator.jpg');
				background-position: 10px 10px;
				background-repeat: no-repeat;
				height: 30px;
				text-decoration: none;
				color: rgb(150,125,100);
				font-size: 14px;
				line-height: 30px;
				font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
				font-weight: bold;
			}
			ul#navigation > li.selected > a:link,
			ul#navigation > li.selected > a:visited,
			ul#navigation > li.selected > a:hover,
			ul#navigation > li.selected > a:active {
				background-image: url('/library/i/evr_nav_indicator_selected.jpg');
				color: rgb(38,34,97);
			}
			ul#navigation > li > ul { display: none; }
			ul#navigation > li.selected > ul {
				display: block;
				margin: 0;
				padding: 0;
				background-color: transparent;
				border: none;
				list-style-type: none;
				text-align: right;
			}
				ul#navigation > li.selected > ul > li {
					margin: 0;
					padding: 0;
					background-color: transparent;
					background-image: none;
					border: none;
				}
				ul#navigation > li.selected > ul > li.selected {
				}
					ul#navigation > li.selected > ul > li > a:link,
					ul#navigation > li.selected > ul > li > a:visited,
					ul#navigation > li.selected > ul > li > a:hover,
					ul#navigation > li.selected > ul > li > a:active {
						display: block;
						margin: 0;
						padding: 0 20px 0 0;
						background-image: none;
						background-position: 185px center;
						background-repeat: no-repeat;
						height: 20px;
						text-decoration: none;
						color: rgb(150,125,100);
						font-size: 12px;
						line-height: 20px;
						font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
						font-weight: bold;
					}
					ul#navigation > li.selected > ul > li.selected > a:link,
					ul#navigation > li.selected > ul > li.selected > a:visited,
					ul#navigation > li.selected > ul > li.selected > a:hover,
					ul#navigation > li.selected > ul > li.selected > a:active {
						background-image: url('/library/i/evr_nav_sub_indicator_selected.jpg');
						color: rgb(38,34,97);
					}
		ul.module {
			margin: 0 0 20px 0;
			padding: 10px 0 0 0;
			background-color: rgb(38,34,97);
			border: 1px solid rgb(150,125,100);
			border-bottom: none;
			list-style-type: none;
			text-align: left;
		}
			ul.module > li {
				margin: 0;
				padding: 0;
				background-color: white;
				background-image: url('/library/i/evr_nav_bg.jpg');
				background-position: right;
				background-repeat: repeat-y;
				border-bottom: 1px solid rgb(150,125,100);
			}
			ul.module > li.selected {
				background-image: url('/library/i/evr_nav_bg_selected.jpg');
			}
				ul.module > li a:link,
				ul.module > li a:visited,
				ul.module > li a:hover,
				ul.module > li a:active {
					display: block;
					margin: 0;
					padding: 0 0 0 30px;
					background-image: url('/library/i/evr_nav_indicator.jpg');
					background-position: 10px 10px;
					background-repeat: no-repeat;
					height: 30px;
					text-decoration: none;
					color: rgb(150,125,100);
					font-size: 14px;
					line-height: 30px;
					font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
					font-weight: bold;
				}
				ul.module > li.selected > a:link,
				ul.module > li.selected > a:visited,
				ul.module > li.selected > a:hover,
				ul.module > li.selected > a:active {
					background-image: url('/library/i/evr_nav_indicator_selected.jpg');
					color: rgb(38,34,97);
				}
				ul.module > li > img {
					width: 198px;
					margin: 0;
					padding: 0;
					background-color: black;
				}
				ul.module > li > p {
					margin: 0;
					padding: 10px;
				}
				ul.module > li.selected > img { display: none; }
				ul.module > li.selected > p { display: none; }
		ul.module#copyright {
			padding-top: 0;
			background-image: none;
			border-color: rgb(50,50,50);
		}
			ul.module#copyright > li {
				background-image: none;
				border-color: rgb(50,50,50);
			}
				ul.module#copyright > li > p {
					font-size: 10px;
					line-height: 12px;
				}
div#rightcolumn {
	margin: 0 0 50px 50px;
	padding: 0;
	width: 450px;
	float: left;
	clear: right;
}
div#onecolumn {
	margin: 0 0 50px 0;
	padding: 0;
	width: 700px;
	float: left;
	clear: right;
}
h1 {}
h2 {
	margin: 1em 0 0 0;
	padding: 0;
	font-family: 'Verdana', 'Geneva', sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	font-variant: small-caps;
	color: rgb(38,34,97);
	letter-spacing: -1px;
	clear: both;
}
h3 {
	margin: 1em 0 0 0;
	padding: 0;
	font-family: 'Verdana', 'Geneva', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: rgb(38,34,97);
	letter-spacing: -1px;
	clear: both;
}
h4 {
	margin: 1em 0 0 0;
	padding: 0;
	font-family: 'Verdana', 'Geneva', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: rgb(38,34,97);
	letter-spacing: -1px;
	clear: both;
}
p {
	margin: 1em 0 0 0;
	padding: 0;
	font-family: 'Verdana', 'Geneva', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: rgb(50,50,50);
}
a:link { text-decoration: none; color: rgb(38,34,97); }
a:visited { text-decoration: none; color: rgb(38,34,97); }
a:hover { text-decoration: underline; color: rgb(38,34,97); }
a:active { text-decoration: none; color: rgb(38,34,97); }
ul {
	margin: 2em 0 0 2em;
	padding: 0;
	font-family: 'Verdana', 'Geneva', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: rgb(50,50,50);
	list-style-type: square;
}
	li {
		margin: 0;
		padding: 0;
	}
table {
	margin: 2em 0 0 0;
	padding: 0;
	font-family: 'Verdana', 'Geneva', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: rgb(50,50,50);
	border-top: 1px dotted rgb(50,50,50);
	border-left: 1px dotted rgb(50,50,50);
}
	tr {
		margin: 0;
		padding: 0;
	}
		td {
			margin: 0;
			padding: 5px;
			border-right: 1px dotted rgb(50,50,50);
			border-bottom: 1px dotted rgb(50,50,50);
		}
a.gallery-item {
	display: block;
	float: left;
	border: none;
	margin: 10px;
	padding: 0 15px;
}
a.gallery-item-ls {
	display: block;
	float: left;
	border: none;
	margin: 10px;
	padding: 15px 0;
}
	a.gallery-item img,
	a.gallery-item-ls img {
		border: 1px solid rgb(50,50,50);
		padding: 5px;
		background-color: white;
	}
div.gallery-group-divider {
	clear: both;
	height: 1px;
}