* {
margin: 0;
padding: 0;
}


body {
	font-family: trebuchet ms;
	background: url(bg1.gif) fixed center;
}

.title {
	text-align: center;
	font-size: 40px;
	color: lime;
	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: white;
	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;
	text-align: justify;
	color: white;
	padding: 5px 20px 0px 20px;
}





a:link {color:white;}
a:visited {color:white;}
a:hover {color:lime;}
a:active {color: red;}


