body	{
	color: #333;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background: #dddcc0;
	text-align: left;	
	float:center;
	}
	
p, td, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
	
#holder{
	text-align: left;
	width: 600px;
	padding: 0;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #202020;
	color: #000;
	border-bottom: solid 1px #202020;

}

#top {
	text-align: left;
	background: #202020;
	padding: 5px;
	text-indent: 10px;
	margin: 0;
	color: #fff;
}
#top p {
	padding: 0;
	margin: 0;
}
#top strong{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
}
#date {
	text-align: right;
	margin: 0;
	padding: 0;
	color: #fff;
	padding: 2px 10px 0px 0;
}
#siteNav {
	padding: 0;
	background: #202020;
	height: 18px;
	border-top: medium none;
	border-bottom: 1px solid #202020;
	margin: 0 0 25px 0;
	float: right;
	width: 100px;
	list-style-type: none;
	text-decoration: none;
}
#siteNav ul{
	list-style-type:none;
	border-bottom: 1px solid #202020;
	text-decoration: none;
}
#siteNav li a{
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 10px;
	border-top: 1px solid #202020;
	text-decoration: none;
	color: #fff;
	text-align: center;
	height: 20px;
	margin: 0;
	background: #202020;
	display: block;
	text-decoration: none;
}
#siteNav li a:hover {
	text-decoration: none;
	background-color: #808080;
}

#siteNav li a:active {
    text-decoration: none;
	background-color: #666666;
	color: #fff;
}

#content {
	padding: 10px 20px 10px 20px;
	margin: 0 100px 0 0;
	background: #fff;
	border-left: solid 1px #202020;
}

#content h1, #content h2, #content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .13em;
}

#content h1 {
	font-weight: bold;
	color: #807265;
	font-size: 150%;
	border-bottom: 1px solid #807265;
}
#content h2 {
	font-size: 13px;
	letter-spacing: .14em;
}
#content h3 {
	font-size: 12px;
	letter-spacing: .15em;
	font-style:italic;
}

#footer
	{
	background: #202020;
	text-align: left;
	color: #fff;
	border-top: solid 1px #202020;
	padding: 5px 0 5px 0;
	margin: 0 100px 0 0;
}
#footer a
	{
	color: #6699CC;
}

#content a,	#content a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #807265;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited	{
	color: #663366;
}
#content a:hover	{
	color: #663366;
}

.note {
	font-size: 10px;
	color: #666699;
	font-family: Georgia, "Times New Roman", Times, serif;
}

