@charset "UTF-8";

body, html, p, ul, li, ol, td, tr, h1, h2, img, hr, form {
	margin: 0;
	padding: 0;
}

/* -- NAV STYLES -- */

#nav {
 
	font-family: Arial Narrow;
	font-size: 100.1%;
	width: auto;
	background: #000;
background-image: url(images/index_03.jpg); 
	height: 30px;
	text-align: center;
}
#nav ul {
	height: 30px;
	list-style: none;
	font-size: .925em;
	text-align: center;
}
#nav li {
	margin: 5px 0px 0px 0px;
	float: left;
	list-style: none;
}
#nav .separator {
	color: #d05e2c;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	padding: .2em .6em;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: none;
	color: #d05e2c;
}
#nav a.active {
	color: #d05e2c;
	text-decoration: none;
	padding: .8em 1.2em;
	font-weight: bold;
}
#nav a.active:hover {
	text-decoration: none;
}
