/* general tag stuff */

body {
	background-color: #210d04;
	margin: 0;
	padding: 25px;
	font: 16px "Times New Roman";
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

a, a:visited {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

a:active, a:hover {
	text-decoration: underline;
}

/* classes */
.page_container {
	width: 800px;
	margin: 0;
	padding: 0;
}

.page_container2 {
	width: 100%;
	border: 1px solid #900;
	margin: 0;
	padding: 0;
}

.header_container {
	height: 125px;
	width: 800px;
	background: url(../images/cello-banner.jpg) no-repeat;
	margin: 0;
	color: white;
	position: relative;
}

.menu_container {
	margin: 0;
	padding: 0;
	background-color: #900;
	width: 100%;
}

.menu_container_inner {
	float: left;
	position:relative;
	left: 50%;
	top: 0;
	margin: 0;
	padding: 0;
}

.menu_ul {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: -50%;
}

.menu_ul li {
	float: left;
	padding: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin: 0;
	list-style-type: none;
}

.menu_ul a, 
.menu_ul a:visited {
	display: block;
	color: #f5e6e4;
	text-decoration: none;
	font-weight: bold;
	width: 6em;
	height: 1.25em;
	text-align: center;
}

.menu_ul a:hover, 
.menu_ul a:active {
	color: white;
	text-decoration: underline;
}

.clearbox {
	width: 100%;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.body_container_outer {
	/* background-color: #fcf5e9; */
	background: url(../images/pink-background.png) repeat;
	margin: 0;
	padding: 20px;
	clear: both;
}

.body_container_inner {
	text-align: justify;
	margin: 0;
	padding: 0;
}

.bigspacer {
	width: 200px;
	height: 125px;
	float: left;
}

.footer_container {
	height: 80px;
	width: 800px;
	background: url(../images/flute-footer.jpg) no-repeat;
}

.copyright_space_container {
	padding-left: 20px;
	color: white;
	text-align: right;
	padding-top: 25px;
	text-transform: lowercase;
	font-size: smaller;
}

.copyright_space_container a,
.copyright_space_container a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #C00;
}

.copyright_space_container a:hover,
.copyright_space_container a:active {
	text-decoration: underline;
	color: white;
}

.bio_sidebar, .rep_sidebar {
	width: 29%;
	min-height: 300px;
	float: left;
	text-align: center;
}

.bio_sidebar ul li, .rep_sidebar ul li {
	list-style-type: none;
	display: block;
	margin: 1em;
}


.bio_container, .rep_container {
	width: 68%;
	float: right;
}

.bio_container h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	font-size: 135%;
}

.p_centered {
	text-align: center;
	display: block;
}

.rep_table {
	text-align: center;
}

.rep_td_spacer {
	width: 15px;
}

/* specific ids */

#hideme {
	visibility: hidden;
}

#header_logo {
	position: absolute;
	width: 212px;
	height: 282px;
	background: transparent url(../images/logo-v1.png)  no-repeat;
	left: 50px;
}

#balintore_text {
	text-indent: -9999px;
	width: 505px;
	height: 80px;
	background: transparent url(../images/balintore-trio-text.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;	
}

#front_page_image {
	float: right;
	width: 500px;
	height: 341px;
	background: black url(../images/frontpage-group-photo.jpg) no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	margin-left: 15px;
}

#bio_kim, #bio_amanda, #bio_monica, 
	#bio_deanna, #bio_allison {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 15px;
	background-color: #900;
}

#bio_kim {
	background: url(../images/bio_kim.jpg) no-repeat;
}

#bio_amanda {
	background: url(../images/bio_amanda.jpg) no-repeat;
}

#bio_monica {
	background: url(../images/bio_monica.jpg) no-repeat;
}

#bio_deanna {
	background: url(../images/bio_deanna.jpg) no-repeat;
}

#bio_allison {
	background: url(../images/bio_allison.jpg) no-repeat;
}

#rep_side_spacer {
	width: 100%;
	height: 50px;
}

.music_table {
	width: 100%;
}

.music_table tr td {
	height: 1em;
	margin: 0;
	padding: 0;
}

.music_table tr td p {
	margin: 0;
	padding: 0;
}

.music_instrumental {
	text-align: center;
	width: 375px;
	float: left;
}


