@charset "UTF-8";
/* CSS Document */

#nav {
	width:100%;
	background-color: #d0cfb3;
	background-image: url(otherimages/nav_bg.png);
	background-repeat: repeat-x;
	height: 36px;
	margin: 0;
	top: 80px;
	position: absolute;
	z-index: -100;
}

#copyr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #626A14;
	text-decoration: none;
	bottom: 10px;
}
