* {
margin: 0;
padding: 0;
}


body {
	font-family: trebuchet ms;
	background: gray url(eeyello59.gif) fixed center;
}

.title {
	text-align: center;
	font-size: 40px;
	color: darkred;
	font-style: italic;
	letter-spacing:-1px;
	font-weight: 900;
	padding: 20px 0px 20px 0px;
	text-shadow: #666666 3px 3px 5px;
}

.center {
	text-align: center;
}

#leftnavbar {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	z-index:1;
	width: 210px;
	height: 100%;
	overflow: auto;
	font-size: 18px;
	text-align: center;
	color: darkred;
	padding: 0px 0px 0px 0px;
}


#content {
	position: fixed;
	top: 0px;
	left: 210px;
	right: 0px;
	bottom: 0px;
	z-index:2;
	height: 100%;
	width: auto;
	overflow: auto;
	font-size: 18px;
	text-align: center;
	color: darkslategray;
	padding: 5px 20px 0px 20px;
}





a:link {color:darkslategray;}
a:visited {color:darkslategray;}
a:hover {color:lime;}
a:active {color: red;}


