/* NAV BAR */

.navbar {
	width: 752px;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	background-color: #5b4c3c;
	background-image: url(../images/nav_cont.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	text-decoration: none;
	}
.navbar a:link {
	color: #fff;
	text-decoration: none;
	}
.navbar a:hover {
	color: #9999ff;
	text-decoration: none;
	}
.navbar a:visited {
	text-decoration: none;
	}

.headertext {
	font-family: arial;
	font-size: 11px;
	color: #fff;
	}
p {
	margin: 0px;
	padding: 0px;
	}
