@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/sheetmusicsmall.png);
	background-repeat: repeat;
}
#bearcatmusic {
	width: 800px;
	background-color: #FFFFFF;
	position: relative;
	top: 10px;
	border: thin solid #999999;
	padding: 5px;
	margin: auto;
}
#header {
	height: 170px;
	width: 800px;
	position: relative;
}
#banner {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 600px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 300;
}
#banner2 {
	background-image: url(images/buildingsmall.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 155px;
	position: absolute;
	top: 0px;
	left: 645px;
	z-index: 200;
}
#background {
	position: absolute;
	height: 5px;
	width: 800px;
	left: 0px;
	top: 130px;
	background-color: #FF9900;
	z-index: 100;
}
#container {
	position: relative;
	top: -30px;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}

a:link {
	color:#FF9933
}

a:hover {
	color:#FFCC66
}

a:visited {
	color:#B55B00
}
