body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #d2cdab;
}

a:link, a:visited, a:hover {
	color: #cc9966;
}

a:hover {
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Calligrapher;
	margin: 0px;
	color: #cc9966;
}

#banner_rule {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #d2cdab;
}
	
#siteName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

#content{
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #d2cdab;
}

#content li {
	margin-bottom: 6px;
	line-height: normal;
}

/************** #figure and caption styles **************/

.caption{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.figure {
	float: right;
	border: thin solid #000000;
	clear: both;
	width: auto;
	padding: 0.1in;
	margin-top: 0.25in;
	margin-right: 0in;
	margin-bottom: 0.25in;
	margin-left: 0.25in;
}
.figure p {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
}

/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 85%;
	color: #cc9966;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cc9966;
}

#siteInfo a {
	color: #cc9966;
	font-family: Arial, Helvetica, sans-serif;
}

#siteInfo a:hover{
	color: #cc9966;
	text-decoration: underline;
}
