@import url(default.css);

#intro {
	height: 263px;
}

span.words {
	width: 500px;
	text-align: left;
	left: 280px;
	position: absolute;
	margin-top: 29px;
}

span.pic {
	position: absolute;
}

span.pic input {
	position: relative;
	left: 65px;
	margin-top: 15px;
}

#schedule {
	margin-bottom: 50px;
	margin-left: 120px;
}

table {
	border: 1px solid black;
	border-collapse: collapse;
	width: 500px;
	text-align: center;
	margin-bottom: 15px;
	background: url(../images/bassclefbackground.png) no-repeat 140px 210px;
}

caption {
	font-size: 1.1em;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
}

td, th {
	border: 1px solid black;
	padding: 2px;
}

.left {
	text-align: left;
}
