/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #F4E9CA;
	font-size: 62.5%;
	line-height: 1.5;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.5em;
}
h2 {
	font-weight: normal;
	font-size: 1.6em;
	text-align: left;
}
a {
	color: #660000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.note {
	font-weight: bold;
}
.left-wing {
	float: left;
}
.right-wing {
	float: right;
}
.column-caption {
	font-weight: bold;
}
.latin {
	font-style: italic;
}
.gallery {
	line-height: normal;
	font-size: .8em;
}




#holder {
	margin: 10px auto;
	width: 914px;
	text-align: center;
	position: relative;
	border: 1px solid #660000;
	padding: 2px;
	background-color: #EED9A6;
}
#header {
	background-image: url(images/header-back.png);
	height: 156px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #660000;
	margin: 0px auto;
	vertical-align: top;
}
#header img {
	margin: 25px 0px 0px;
}
#nav-bar {
	text-align: left;
	margin: 2px auto;
	border: 1px solid #660000;
	background-color: #F8F0DC;
	font-size: 1.4em;
	padding: 0px;
	line-height: 28px;
}
#nav-bar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 28px;
}
#nav-bar li {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #660000;
	height: 28px;
	float: left;
}
#nav-bar a {
	padding: 0px 14px;
	margin: 0px;
	display: block;
}
#nav-bar a:hover {
	background-color: #F4E9CA;
	text-decoration: none;
}


#inner {
	background-color: #F8F0DC;
	border: 1px solid #660000;
	margin: 2px auto 0px;
	float: none;
	clear: left;
	text-align: center;
	font-size: 1.4em;
	line-height: 2em;
	padding: 0px 100px;
}
#inner ul {
	list-style-type: disc;
	margin-left: 0px;
	text-align: left;
	list-style-position: inside;
}
table {
	margin-right: auto;
	margin-left: auto;
}
td {
	padding: 0px 10px;
}
