body  {
	margin: 0px;
	text-decoration: none;
	color: #eeeeaa;
	background-color: #000000;
	background-image: url(images/jeffliberty_back0.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
a {
	color: #eeeeaa;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #eeeeaa;
}
#header {
	z-index: 1;
}
#content {
	position: absolute;
	top: 120px;
	width: 100%;
}
.contenttext1 {
	font: 14px/16px Arial, Helvetica, sans-serif;
}
#menu {
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 10;
}
.menu {
	font: 13px/18px Arial, Helvetica, sans-serif;
	margin-left: 0px;
	font-weight: bold;
}
.smalltext {
	font: 11px/12px Arial, Helvetica, sans-serif;
}
.largetext {
	font: 20px/22px Arial, Helvetica, sans-serif;
}