html { overflow-y: scroll; }


body {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background-color: #333;
	margin: 0px;
	background-image: url(site_images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content {
	background-repeat: no-repeat;
	padding: 20px;
	line-height: 20px;
}
a {
	color: #990099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
	color: #990099;
	font-size: 14px;
}
.float {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.footer {
	line-height: 20px;
	background-color: #000;
	color: #999;
	font-size: 10px;
}
.navigation {
	line-height: 20px;
	color: #990099;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}
#body {
	position:absolute;
	left:0px;
	top:85px;
	width:100%;
	z-index:1;
	background-attachment: scroll;
	background-image: url(site_images/background.gif);
	background-repeat: no-repeat;
	background-position: center 572px;
}
#footer {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	z-index:1;
}
#navigation {
	position:absolute;
	left:0px;
	top:40px;
	width:100%;
	z-index:2;
}
.navigation a {
	color: #FFF;
}
