@charset "utf-8";
/* CSS Document */

/* Navigation */


#nav {
	text-align:center;
	clear: both;	
	padding: 0;			
	}

#nav ul {
	float: left;
	list-style: none;
	background:url(../images/nav.jpg) repeat-x;
	background-color: #996633;
	width: 850px;		
	padding: 0;	
	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
	}

#nav ul li {
	display: inline;
	margin: 0; 
	padding: 0;
	}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 11px 15px;	
	border-bottom: none;
	color: #ffdeaf;
	font-size: 1.28em;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	}

#nav ul li a:hover, 
#nav ul li a:active {
	color:#3d2113;
	font-weight:bold;
	}

#nav ul li#current a {
	color: #3d2113;
	font-weight:bold;
	}
