/* CSS Document */

.nav {
	background-color:#AAA68F;
	width: 100%;
	margin: auto;
	}
.nav_container {
	background-color:#FFFFFF;
	margin: auto;
	height: 24px;
	width: 760px;
	border-bottom: 5px solid white;
	border-left: 5px solid white;
	border-right: 5px solid white;
	}

.clearboth {
	clear: both;
	}
.bottombar_content {
	text-align: left;
	margin: 0;
	width: 760px;
	margin: auto;
	background-color: #AAA6AF;
	background-position: center;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 5px solid white;
	border-right: 5px solid white;
	}
.bottombar_links {
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 3px
	}
.bottombar_links a {
	color: #FFFFFF;
	text-decoration: none;
	}
.bottombar_links a:hover {
	color: #47464F;
	text-decoration: none;
	}
.crumb_left a {
	color: #47464F;
	text-decoration: none;
	}
.crumb_left a:hover {
		/* color: #BBB8AF; #BBB8AF;*/ 
	color: #6B6E39;
	border-top: 1px solid #6B6E39;
	text-decoration: none;
	}
.crumb_right {
	float: right;
	padding-right: 10px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	}
.crumb_right a {
	color: #ECEEEF;
	font-size: 9px;
	text-decoration: none;
	}
.crumb_right a:hover {
	color: #FFFFFF;
	font-size: 9px;
	border-top: 5px solid #AAA6AF;
	text-decoration: none;
	}
.credit_content a {
	color: #8A8592;
	text-decoration: none;
	padding-right: 3px;
	}
.credit_content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	}
	


