body {
	background: #ffffff;
	color: #808080;
	line-height: 1.5em;
}
#header {
	padding: 0;
	height: 295px;
	background: #fff url(title.jpg) no-repeat;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #404040;
}
#title {
	width: 460px;
	height: 240px;
	margin: 0;
	padding: 0;
}
#title span {
	display: none;
}
#nav {
	height: 55px;
	margin: 0;
	padding: 0 0 0 165px;
	display: inline;
	list-style: none;
	vertical-align: bottom;
}
#nav li {
	margin: 0;
	padding: 0 0 0 20px;
	display: inline;
	list-style: none;
	background: url(bullet.gif) no-repeat 0 50%;
}
#nav a {
	color: #EBAE80;
	background: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}
#nav a:visited {
	color: #404040;
	background: #FFFFFF;
}
#nav a:hover {
	color: #404040;
	border-bottom: 1px solid #404040;
	background: #FFFFFF;
}
#nav a:active {
	color: #404040;
	border-bottom: 1px solid #E7A091;
	background: #FFFFFF;
}
#content {
	width: 610px;
	margin-left: 160px;
	padding: 10px;
	background: #F3D7C3;
	border: 1px solid #404040;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #404040;
	line-height: 1.5em;
}
#footer {
	width: 610px;
	margin: 10px 0 0 160px;
	padding: 10px;
	background: #F3D7C3;
	border: 1px solid #404040;
	font-family: Georgia, Times, serif;
	font-size: 10px;
	color: #404040;
	line-height: 1.5em;
}
h1 {
	letter-spacing: 4px;
	font-size: 20px;
	font-variant: small-caps;
}
h2 {
	letter-spacing: 2px;
	font-size: 14px;
	font-variant: small-caps;
}
h3 {
	letter-spacing: 2px;
	font-size: 12px;
	font-variant: small-caps;
}
#content a, #footer a {
	color: #E7A091;
	text-decoration: none;
	border-bottom: 1px dotted #E7A091;
	font-weight: bold;
	background: #F3D7C3;
}
#content a:visited, #footer a:visited {
	color: #404040;
	border-bottom: 1px dotted #E7A091;
	background: #F3D7C3;
}
#content a:hover, #footer a:hover {
	color: #404040;
	border-bottom: 1px solid #E7A091;
	background: #F3D7C3;
}
#content a:active, #footer a:active {
	color: #404040;
	border-bottom: 1px solid #E7A091;
	background: #F3D7C3;
}
dt {
	font-weight: bold;
}
ul.subnav {
	list-style: none;
}
p.author {
	margin-left: 10px;
}
blockquote {
	font-style: italic;
}
