/* CSS Document */
<style type="text/css">
<!--
.style1 {
	font-size: small;
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: xx-large;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #6666CC;
}
a:active {
	text-decoration: none;
	color: #6666CC;
}
.style5 {color: #FFFFFF}
.style6 {
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
.style7 {
	font-size: large;
	font-weight: bold;
}
.style8 {color: #FFFFFF; font-weight: bold; }
.style9 {font-size: small}
.style11 {font-size: small; font-weight: bold; }

#logo {
position: absolute; left: 5px;  top: 4px;
}
#title {
position: absolute; left: 100px; top: 2px;
}
#menu {
position: absolute; left: 5px; top: 135px;
}
#content {
position:absolute; left: 2px; top: 170px;
}
#repetoireindex {
position:absolute; left: 2px; top: 170px; width:185px; overflow:auto;
}
#repertoiretitle {
position:absolute; left: 190px; top: 170px;
}
#repertoiredata {
position:absolute; left: 190px; top: 195px;
height: 390px;
width: 790px;
overflow: auto;
}

#concertcontent {
position:absolute; left: 2px; top: 170px;
height: 415px;
width: 980px;
overflow: auto;
}
#footer {
color: white;
position:absolute; left: 2px; top: 585px;
width: 980px;
height: 40px;
background-color: #F5F5F5;
text-align: center;
text-transform: lowercase;
margin: .4em 0;
border-top: 1px solid #E8E8E8;
border-bottom: 1px solid #E8E8E8;
}
#htmlcontent {
position:absolute; left: 2px; top: 170px;
height: 375px;
width: 980px;
overflow: auto;
}

#recordings {
position:absolute; left: 2px; top: 210px;
height: 375px;
width: 980px;
overflow: auto;
}

#htmlbiocontent {
position:absolute; left: 2px; top: 205px;
height: 350px;
width: 980px;
overflow: auto;
}


-->
</style>

