.stretchedBackground{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#supercontainer{
	width:960px;
	margin:auto;
    position:relative;
    z-index:1;
    margin-top:50px;
}

#container{
    float:left;
    clear:both;
    width:920px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
    margin-bottom:50px;   
}

#header{
	width:100%;
    float:left;
    clear:both;
    border: 1px solid;
}

#site-name{
    float:left;
    clear:both;
    width:100%;
    text-align:center;
    font-family:Verdana;
    letter-spacing:2px;
    font-size:150%;
    font-weight:bold;
    padding-top:15px;
    padding-bottom:25px;
}

#site-name img{
    border:none;
}

#menu{
	float:left;
    clear:both;
    list-style-type:none;
	padding-bottom:10px;
	white-space:nowrap;
    width:100%;
    text-align:center;
    font-weight:bold;
    margin-top:-25px;
}

#menu ul{
	margin:0;
	padding:0;
}

#menu ul li{
	display:inline;
}

#menu a {
    padding:0px 40px;
}

#contentWrapper{
    width:100%;
    float:left;
    clear:both;
}

#content {
    width:860px;
    padding:25px 30px 30px 30px;
    float:left;
    clear:both;
    border:1px solid;
    border-top: none;
}

#footer{
    float:left;
    clear:both;
    width:100%;
	font-size:80%;
	margin-top:5px;
    text-align:center;
}

img.framed{
    padding: 5px;
	background: white;
	border: 1px solid #DDD;
	margin: 5px;
}

.non-content  a{
    text-decoration:none;
}

.non-content a:hover{
    text-decoration:none;
}

#footer a:hover{
    text-decoration:underline;
}

.mp3{
    text-decoration:none;
}

.composition-listing{
    float:left;
    clear:both;
    width:100%;
}

.composition-details-toggle{
    padding-bottom:5px;
    padding-top:5px;
    color:#808080;
    font-size:70%;
    background-image: url("../images/plus_circle_frame.gif");
    background-repeat: no-repeat;
    background-position: 0px 3px;
    float:right;
    width:8.5%;
    text-align:right;
}

.composition-basic{
    padding-bottom:5px;
    float:left;
    width:88%;
}

.composition-active-details-toggle{
    background-image: url("../images/minus_circle_frame.gif");
}

.composition-has-sample-icon{
    margin-bottom:-2px;
}

.composition-details-item-heading{
    font-weight:bold;
    padding-right:5px;
    text-align:right;
    float:left;
    clear:left;
}

.composition-details-item-data{
    white-space: nowrap;
    float:left;
}

.composition-details-item{
    padding-bottom:5px;
    float:left;
    clear:both;
}

.composition-details{
    padding-left:10px;
    margin-left:10px;
    float:left;
    clear:both;
    border-left:1px solid;
    white-space: nowrap;
}



.composition-display{
    float:left;
    cursor:pointer;
    padding:10px 10px 10px 10px;
    width:100%;
}
.composition-display-active{
    background-color:#EEF6FF;
}

.composition-display-hover{
    background-color:#F1F9FF;
}

.pagination{
    float:left;
    width:100%;
    text-align:center;
}

.pagination img{
    border-style: none;
    text-decoration: none;
    margin-bottom:-3px;
} 

#flatpageText{
    float:left;
    width:66%;
}
#flatpageImage{
    float:left;
    width:33%;
    text-align:center;
}

#filter{
    float:right;
    width:25%;
    padding-bottom:25px;
    margin-right:5px;
}

#filter h4{
    text-align:center;
    margin-bottom:5px;
}
#results{
    float:left;
    width:70%; 
    border-right:1px solid;
    padding-right:25px;
}
#filter th{
    text-align:right;
    vertical-align:top;
    font-weight:normal;
}

#filter ul{
	margin:0;
	padding:0;
    list-style-type:none;
}

#filter ul li{
	white-space: nowrap;
    padding-right:5px;
}
#results h2{
    text-align:center;
    margin-top:25px;
}
