/* body, header and container
--------------------------------------------------*/
body {
	background-color: #fdfcd0;
	margin: 0px;
	text-align: center;
}
#header {
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
#container {
	width: 599px;
	color: #1c1c1c;
	font-size: 1em;
	font-family: Verdana;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 110%;
	background-color: #f3f3f3;
}

/* content
--------------------------------------------------*/
#content
{
	float: left;
	width: 580px;
	padding-top: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-size: 70%;
	background-color: #f3f3f3;
}
#imgwrap {
	height: 120px;
	}
#nav {
	font-size: 70%;
	padding-bottom: 10px;
	background-color: #ede86f;
	width: 100%;
	padding-top: 5px;
	}
blockquote {
	background-color: #d7d7d7;
	width: 300px;
	padding-left: 2px;
	color: #1c1c1c;
	}
/* footer
--------------------------------------------------*/
#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #1c1c1c;
	font-family: Verdana;
	font-size: 0.6em;
	text-align: center;
	background-color: #ede86f;
}
/* headers and links
--------------------------------------------------*/
h1 {
	text-transform: lowercase;
	font-size: 1.9em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-family: Georgia;
	color: #4c3313;
	}
h2 {
	text-transform: lowercase;
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-family: Georgia;
	color: #4c3313;
}	

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #13a658;
	}
a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #0d6938;
	}
#nav a {
	text-transform: uppercase;
	font-family: Verdana;
	font-weight: none;
	}
#nav a:hover, a:active {
	border-bottom: 2px solid #13a658;
	color: #13a658;
	}
.nav {
	padding-left: 7px;
	padding-right: 7px;
	}
textarea, input, option, select {
	font-family: Verdana;
	color: #1c1c1c;
	background-color: #ede86f;
	font-size: 90%;
}