* {
	margin: 0;
	padding: 0;
	font-size: 100%
}

body {
	font-family: geneva, helvetica, arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center; /* Version 5 browser fix for centering */
	background-color: #D5D5D5;
}

#container {
	text-align: left;
	width: 720px;
	height: auto;
	margin: 10px auto 10px auto;
	background-color: #FFF;
	border: solid 1px black;
	background-image: url("graphics/parchment.jpg");
	background-repeat: repeat;
}

#header {
	width: 100%;
	height: 203px;
	background: url("graphics/logo.jpg") no-repeat;
}

#header img {
	margin: 0;
}

#header h1 {
	float: right;
	text-align: right;
	width: 530px;
	margin: 30px 0 0 0;
	padding: 0 50px 0 0;
	border-bottom: solid 1px black;
	font-weight: normal;
	font-size: 1.5em;
}

#header h2 {
	float: right;
	text-align: left;
	width: 550px;
	margin: 0;
	padding: 0 30px 60px 0;
	font-weight: normal;
	font-size: .85em;
	font-style: italic;
}

#wrapper {
	clear: both;
}

#menu {
	width: 180px;
	height: 450px;
	margin: 35px 0 0 0;
	float: left;
	background-image: url("graphics/bow.gif");
	background-repeat: no-repeat;
	background-position: 30px 5em;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	width: 140px;
	text-align: right;
	border-bottom: solid 1px #CCC;
	margin: 0 0 10px 0;
}

#menu ul li a {
	text-decoration: none;
	display: block;
}

#menu ul li a:link, #menu ul li a:visited {
	color: black;
}

#menu ul li a:hover {
	color: red;
}

#main {
	width: auto;
	height: auto;
	margin: 10px 0 0 181px;
	padding: 0 50px 0 0;
}

body>#main {
	width: auto;
	height: auto;
	overflow: visible;
	margin: 10px 0 0 0;
	padding: 0 50px 0 0;
}
	
#main h3 {
	margin: 0 0 1em 0;
}

#main p {
	text-align: left;
	margin: 0 0 1.2em;
}

#main a {
	color: black;
	text-decoration: underline;
}

#main a:hover {
	text-decoration: none;
	color: red;
}

.imageR {
	float: right;
	padding: 2px;
	margin: 0 0 0 20px;
	border: solid 1px #CCC;
}

.imageL {
	float: left;
	padding: 2px;
	margin: 0 20px 0 0;
	border: solid 1px #CCC;
}

.image {
	padding: 2px;
	margin: 0 20px 0 0;
	border: solid 1px #CCC;
}

.capitals {
	font-variant: small-caps;
}

.hidden {
	display: none;
}

#footer {
	text-align: center;
	clear: both;
	padding-bottom: 20px;
}

