body {
	background-color: #000000;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bug {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 150px;
	float:left;
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: visible;
	z-index: 10;
}
.content {
	margin-bottom: 10px;
	margin-top:10px;
}
.container {
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
#no-flash {
	width:700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#flash {
	padding-right: 20px;
	padding-left: 20px;
}
.left-col {
	padding-right:5px;
}
.mid-col {
	padding-left:5px;
	padding-right:5px;
}
#mp3-player {
	margin-right: 10px;
}
#navigation {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
	color: #FFFFFF;
}
p {
	line-height: 150%;
}
.right-col {
	padding-left:5px;
}
/* LINK STYLES */
a {
	color: #FFFFFF;
	text-decoration: none;
}
p a {
	text-decoration:underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}