.hide { 
	display: none; 
}
a {
	text-decoration: none;
}
h4 {
	color: #aab;
}
#header a {
	color: #bbb;
}
#header a:hover {
	color: #a79;
	/* color: #37f; */
}
#text a {
	color: #a79;
	font-weight: bold;
}
#footer a {
	color: #bbb;
}
#footer a:hover {
	color: #a79;
	/* color: #37f; */
}
a:hover {
	color: #000;
}
#nav h1 {
	margin-top: 2em;
	text-align: left;
	color: #ccc;
}
#nav h1 a {
	text-decoration: none;
	color: #ccc;
}
#nav h1 a:hover {
	color: #ccc;
}
#nav span.active {
	color: #a79;
}
#nav span.stars {
	color: #ccc;
	font-size: 11px;
}
#header {
	z-index: 0;
	position: fixed;
	width: auto; 
	height: 3em;
	top: 0; 
	right: 0; 
	bottom: auto; 
	left: 12em; 
	padding: 0.7em 1em 0em 0.3em;
	color: #bbb;
	background-color:#fff;
	white-space: nowrap;
	text-align: right;
	font-size: 14px;
}
#footer {
	z-index: 0;
	background: url("/bg_br.jpg") bottom right no-repeat fixed;
	position: fixed;
	width: auto; 
	height: 3em;
	padding: 2em 0.5em 0em 1em;
	top: auto; 
	right: 0; 
	bottom: 0; 
	left: 0;
	background-color:#fff;
	color: #bbb;
	white-space: nowrap;
	text-align: left;
	font-size: 14px;
}
#nav {
	z-index: 3;
	background: url("/bg_tl.jpg") top left no-repeat fixed;
	position: fixed;
	text-align: right;
	width: 12em; height: auto;
	top: 0; 
	right: auto; 
	bottom: 4em; 
	left: 0;
	padding: 0.5em;
	font-size: 16px;
}
#nav p {
	margin: 0 0 0 0;
	color: #000;
}
#nav a {
	color: #000;
}
#nav a:hover {
	color: #a79;
}
#nav p.legend {
	color: #ccc;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
} 
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	background-color: #fff;
}
#text {
	font-size: 16px;
	margin: 4em 3em 5em 14em; 
}
#text p,ul,ol {
	font-size: 13px;
}
