/* ******************************* */
/* *** MAIN NAVIGATION PALETTE *** */
/* ******************************* */

#navigation_main {
	width:770px;
	background-color:#93602e;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	text-align:left;
 	}

#navigation_main a {
	color:#d3bd91;
	font-weight:bold;
	text-decoration:none;
	}

#navigation_main a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}