.hide { 
	display: none; 
}
a {
	text-decoration: none;
}
h4 {
	color: #444;
}
#header a {
	color: #bbb;
}
#header a:hover {
	color: #AFC6DB;
	/* color: #a79; */
	/* color: #37f; */
}
#header h4 {
	color: #aaa;
}
#text a {
	color: #6E94B7;
	font-weight: bold;
}
#text a:hover {
	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: #000;
}
#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: 8em; */
	height: auto;
	top: 0; 
	right: 0; 
	bottom: auto; 
	left: 16em; 
	/* padding: 0.7em 1em 0em 0.3em; */
	color: #333;
	background-color:#fff;
	white-space: nowrap;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
#footer {
	z-index: 0;
	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;
	font-weight: normal;
}
#nav {
	z-index: 3;
	/* background: url("/bg_tl.jpg") top left no-repeat fixed; */
	position: fixed;
	text-align: left;
	width: 14em; height: auto;
	top: 0; 
	right: auto; 
	bottom: 4em; 
	left: 0;
	padding: 0.5em;
	font-size: 15px;
	background-color:#fff;
	color:#333;
	font-weight: normal;
}
#nav p {
	margin: 0 0 0 0;
	color: #000;
}
#nav a {
	font-weight: bold;
	color: #6E94B7;
}
#nav a:hover {
	font-weight: bold;
	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: 10em 3em 5em 16em; */
	margin: 3em 1em 5em 16em;
	font-weight: normal;
}
#text p,ul,ol {
	font-size: 13px;
}
