#site {
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-family: Times New Roman, Times, serif;
	color: #FFFFFF;
	width: 800px;
	height: auto;
}

#right {
	display:block;
	margin-left:auto;
	margin-right:0px;
	width:574px;
	height: auto;
	padding-bottom: 10px;
	background-color: #381d00;
	background-image: url(images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	.float:right;
}

#content {
	margin-left:auto;
	margin-right:auto;
	width: 555px;
}

#navBar {
	background-image:url(images/nav_banner.png);
	z-index: 1;
	background-repeat: no-repeat;
	height: 750px;
	width: 265px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	position: absolute;
	float: left;
	}

#navBar ul{
	list-style-type: none;
	width:197px;
	text-align: center;
	margin-left:-10px;
	.margin-left: 30px;
}

#navBar ul a:link{
	font-size: 30px;
	color: #d8a800;
	text-decoration: none;
	display: block;
}

#navBar ul a:visited{
	font-size: 30px;
	color: #d8a800;
	text-decoration: none;
}

#navBar ul a:hover{
	color: #013100;
	background-color: #987f4c;
	display: block;
}

#navBar ul a:active{
	color: #00ff00;
	background-color: #e49900;
	display: block;
}

#footer {
	vertical-align:bottom;
	display: block;
	height: 20px;
	width: 575px;
	background-color: #221101;
	color:#664422;
	text-align: center;
	margin-left:auto;
	margin-right:0px;
	font-size: 12pt;
}

#header {
	height: 290px;
	width: 570px;
	padding-right: 5px;
}
 
body {
	background-color: #442300;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #FFCC33;
}
a:visited {
	color: #CC9900;
}
a:hover {
	color: #33FF00;
}
a:active {
	color: #FFFF00;
}
