body {
	background-attachment: fixed;
	background-color: #2C4A35;
	background-image: url(/images/background2.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin-top: 0px;
	padding-top: 60px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .95em;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 0.95em;
	line-height: 1.25em;
}

a:link {
	text-decoration: none;
	color: #0D72C3;
}
a:visited {
	text-decoration: none;
	color: #0D72C3;
}
a:hover {
	text-decoration: underline;
	color: #0D72C3;
}
a:active {
	text-decoration: none;
	color: #0D72C3;
}
.Finetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.paddingleft  {
	padding-left: 60px;
}
#lynda {
	position: fixed;
	bottom: 5px;
	left: 5px;
}
#navigation {
	position: fixed;
	left: 50%;
	top: 0px;
	margin-left: -425px;
}

