@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #F0F0F0;
}
#head {
	width: 900px;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	padding-top: 40px;
}
.bold {
	font-weight: bold;
	font-size: 1.2em;
}

#content {
	width: 900px;
	margin-top: 20px;
	float: right;
	margin-right: 20px;
}
#content2 {
	float: left;
	width: 430px;
}

#lineupfoto {
	background-image: url(lineup.jpg);
	background-repeat: no-repeat;
	color: #000000;
	padding-top: 350px;
	float: right;
	height: 108px;
	width: 462px;
}
#lineup {
	margin-right: 13px;
	margin-left: 13px;
	font-size: 11px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.smaller {
	font-size: 0.8em;
}

