@charset "utf-8";


body,
#content,
#footer {
	background: #000040;
	color: #fff;
}
a:link,
a:visited {
	color: aqua;
}
a:hover,
a:active {
	color: yellow;
}

#content {
	width: 100%;
}

#content * {
	text-align: center;
}
h2 {
	color: #fff;
}
p,dt,dd {
	color: #fff;
}

h2 {
	font-size: large;
	color: #ff0;
	font-weight: bold;
}
#sf2009lineup h3 {
	background-color: #003;
	color: #ff6;
}
#sf2009lineup dl dt {
	font-size: large;
	font-weight: bold;
}
#sf2009lineup dl dd {
	margin-bottom: 30px;
}

.descsf2009 {
	width: 60%;
	background-color: #111111;
	border: 3px double #333;
	padding: 5px auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.descsf2009 h3 {
	margin: 5px;
	padding: 0;
	color: red;
}
.descsf2009 p {
	margin: 5px;
}
.descsf2009 dl {
	width: 20em;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
}
.descsf2009 dl dt {
	width: 10em;
	margin-left: auto;
	margin-right: auto;
	text-align: left !important;
}
.descsf2009 dl dd {
	width: 10em;
	margin-top: -1.5em;
	margin-left: auto;
	margin-right: auto;
	text-align: right !important;
}


#footer {
	border: 0;
}

#footer address {
	color: #fff;
}

