.copyright 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}
.bordertopbottom 
{
	background-color: #D4C4AB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #67553F;
	border-bottom-color: #67553F;
}
.shadowtop 
{
	background-attachment: scroll;
	background-color: #4D3920;
	background-image: url(images/shadowtop.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 6px;
}
.shadowbottom 
{
	background-attachment: scroll;
	background-color: #4D3920;
	background-image: url(images/shadowbottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.nav a, .nav a:hover, .holder 
{
	color: white;
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover, .holder
{
	color: yellow;
	text-decoration: underline;
}
