/*This stylesheet refers to pages with the BH bar at the top of the page*/
/* Navigation bars */
#BHbar{
	top: 100px;
}
  
#eventslinksbar{
	top: 560px;
}

#musiclinksbar{
	top: 530px;
}

/* Carousel for front page*/
#carouselwrapper{
margin-left: 72px;
margin-right: 72px;
margin-top: 5px;
border: 1px solid #ccc;
width: 626px;
height: 104px;
float: left;
list-style-type: none;
position: absolute;
top: 275px;
overflow: hidden;
}	

#carouselwrapper ul li { display: inline; }

#carouselwrapper img {
margin: 5px;
border: none;
}

/*Typography - €CCOO33 for general pages*/
.quote {
border-top-color: #CC0033;
border-bottom-color: #CC0033;
}


/* Default links   */
a:link, a:visited {
color: #CC0033;
}

a:hover {
color: #00A39B;
}

a:active {
color: #00A39B;
}

.ctext
{
border-top: 2px solid #CC0033;
border-bottom: 2px solid #CC0033;
}