.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BDA07D;
	padding-right: 10px;
	padding-left: 10px;
}
.heading {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.rightbkgd {
	background-attachment: scroll;
	background-image: url(images/right-bkgd.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.leftbkgd {
	background-attachment: scroll;
	background-image: url(images/left-bkgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.nav a, .nav a:hover, .holder 
{
	display: block;
	color: #BDA07D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	padding: 2px;
	font-weight:bold;
	text-decoration: none;
	width: 80px;
}

.nav a:hover, .holder
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-decoration: underline;
}
.linksbkgd {
	background-attachment: fixed;
	background-image: url(images/wdp_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BDA07D;
}
.guesthead 
{
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDA07D;
}
.guestfoot
{
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDA07D;
}
.guestborderall {
	border: 1px solid #BDA07D;
}
