@charset "utf-8";
/* CSS Document */
body {
	background-color: #e3e5cc;
	background-image: url(images/painting.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	width: 1000px;
	height: 900px;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
}
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: inherit;
}
#nav {
	position:absolute;
	left:342px;
	top:108px;
	width:588px;
	height:35px;
	z-index:1;
}
#nav ul li {
	float: left; /*forces li to align on one line */
	margin: 15px; /* gives space between li  */
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	letter-spacing: .05em;
	list-style-type: none;
}
#nav a {
	color: #000000;
	background-color: #FFFFCC;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#nav a:hover {
	color: #ffffff;
	background-color: #000000;
	padding: 8px;
	text-decoration: none;
}
#header {
	position:absolute;
	left:465px;
	top:6px;
	width:368px;
	height:91px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index:2;
}
#header h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 2em;
	text-indent: 10px;
	border-top: #333333 5px solid;
	border-bottom: #333333 3px solid;
}
#header h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	text-indent: 10px;
	border-bottom: #333333 2px solid;
}
#main {
	position:absolute;
	left:399px;
	top:269px;
	width:450px;
	height:auto;
	z-index:3;
	padding: 10px 10px 10px 25px;
	background-color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: .09em;
	line-height: 1.4em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#main h3 {
	text-align: center;
}
#main hr {
	width: 75%;
	height: 3px;
	text-indent: 25px;
}
#footer {
	position:absolute;
	left: 201px;
	top:956px;
	width:775px;
	height:84px;
	z-index:4;
	line-height: 140%;
}
.dropcap {
	font-size: 2em;
	padding: 2px;
}
blockquote {
	font-size: .7em;
}
#footer a:link, #footer a:hover, #footer a:visited {
	color: #333333;
	background-color: #e3e5cc;
}
.noborder {
	border: 0px;
}
#footer hr {
	width: 70%;
	float: left;
}
.textleft {
	text-align: left;
}
#column1 {
	position: absolute;
	left: 3px;
	width: 450px;
	height: 299px;
	top: 101px;
}
