body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#logo {
	background-image: url(../images/top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 8px;
	width: 1000px;
	z-index: 100;
}
#navigation {
	padding: 0;
	top: 125px;
	position: absolute;
	z-index: 200;
	width: 100%;
}
#dropmenudiv {
	position: absolute;
	margin-left: 75px;
	top: -15px;
	z-index: 200;
}
	#dropmenudiv a {
		font-size: 10pt;
		color: #FFFFFF;
		font-weight: bold;
		padding: 0 10px;
		text-transform: uppercase;
		text-decoration: none;
		display: inline;
	}
	#dropmenudiv a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
#red {
	background-color: #f01f04;
	padding: 2px 5px 2px 145px;
	line-height: 19px;
	background-image: url(../images/bottom-fs.png);
	background-repeat: no-repeat;
	background-position: 8px 0;
}
#red img.about {
		z-index: 200;
}
#orange {
	background-color: #ff7204;
	padding: 2px 5px 2px 145px;
	line-height: 19px;
}
#yellow {
	background-color: #bfa303;
	padding: 2px 5px 2px 145px;
	line-height: 19px;
}
#green {
	background-color: #03aa35;
	padding: 2px 5px 2px 145px;
	line-height: 19px;
}
#blue {
	background-color: #0384b4;
	padding: 2px 5px 2px 145px;
	line-height: 19px;
}
#purple {
	background-color: #8802a3;
	padding: 2px 5px 2px 145px;
	line-height: 19px;
}
#main {
	width: 960px;
}
#content {
	color: #FFFFFF;
	font-size: 11pt;
	padding: 5px 5px 5px 5px;
	text-align: left;
	min-height: 250px;
	margin-top: 245px;
}
	#content a{
		color: #67CD00;
		font-weight: bold;
		text-decoration: none;
	}
	#content a:hover {
		color: #99FF00;
	}
		#content h1 {
			font-size: 24px;
			color: #CC3366;
		}
		#content h2 {
			color: #FFFF01;
			font-size: 14px;
			padding: 0;
			margin: 0;
			text-transform: uppercase;
		}
	#content .smalltext {
		font-size: 10px;
	}
	#content .FloydShow {
		color: #E05E98;
		font-weight: bold;
	}
#footer {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	clear: both;
	background-image: url(../images/heartbeat.png);
	background-repeat: repeat-x;
	padding: 65px 10px 10px 0px;
	margin-top: 5px;
}
	#footer a {
		color: #FFFFFF;
		text-decoration: none;
	}