﻿/* CSS layout */
#masthead {
	background-image: url('images/ShowcaseBannerPic.jpg');
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: inset;
	border-left-style: inset;
	border-right-color: #EA9657;
	border-left-color: #EA9657;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	background-color: #A5BBFF;
	color: #243445;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#page_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/musicnotebackground.jpg');
}
#footer {
	background-repeat: repeat-x;
	background-image: url('images/filmstrip.png');
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#leftcol {
	width: 390px;
	float: left;
}
#rightcol {
	width: 390px;
	float: right;
}

