/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #5C3C09;
	background: #70675A url(../images/bkg.jpg) top repeat-x;
	text-align: center;
	margin: 0;
}
img, fieldset {
	border: 0;
}
h1 {
	font-size: 2em;
	font-weight: lighter;
	line-height: 1em;
}
h2 {
	font-size: 1.6em;
	font-weight: lighter;
	line-height: 1em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
}
h4 {
	font-size: 0.8em;
	font-weight: lighter;
	font-style: italic;
	line-height: 1em;
}
#paper {
	position: relative;
	top: 20px;
	width: 875px;
	height: 1100px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bkg-paper.png);
}
#kdhlogo {
	position: absolute;
	top: 20px;
	left: 118px;
}
#nav {
	position: relative;
	top: 190px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
#nav li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}
#nav a {
	text-decoration: none;
	color: #5C3C09;
	padding: 2px 4px;
	background-color: #EDE6CE;
	border: solid 1px #B1A379;
}
#nav li a:hover {
	text-decoration: none;
	background-color: white;
}
#nav a:visited {
	text-decoration: none;
	color: #5C3C09;
}
#guest-artists {
	position: absolute;
	left: 600px;
	top: 50px;
	z-index: 2;
}
#guest-artists li {
	list-style: none;
	padding: 2px 4px;
}
#guest-artists > li {
	font-weight: bold;
}
#guest-artists a {
	text-decoration: none;
	color: #5C3C09;
	font-weight: normal;
	padding: 2px 4px;
}
#guest-artists li a:hover {
	text-decoration: none;
	background-color: #EDE6CE;
	border: solid 1px #B1A379;
}
#guest-artists a:visited {
	text-decoration: none;
	color: #5C3C09;
}
#content {
	position: absolute;
	left: 90px;
	top: 235px;
	width: 695px;
}
#content img {
	float: right;
	margin: 10px;
}
.green {
	color: #090;
}
form {
	width: 300px;
}
label {
	display: block;
	margin: 10px;
}
textarea {
	display: block;
}
#copyright {
	position: relative;
	top: 990px;
	width: 730px;
	margin: 0 auto;
	color: black;
	text-align: left;
	font-size: .7em;
}
#sig {
	position: absolute;
	left: 720px;
	top: 1002px;
}
/*#header {
	position: relative;
	width: 875px;
	height: 250px;
	background: url(images/bkg-paper-top.png);
}
#middle {
	position: relative;
	top: -14px;
	width: 695px;
	padding: 0 90px;
	background: url(images/bkg-paper-bkg.png) repeat-y;
}
#bottom {
	position: relative;
	width: 875px;
	height: 383px;
	background: url(images/bkg-paper-bottom.png);
	top: -28px;
}*/

