<!--
a, a:visited, a:active   {
        font-family : Arial;
        font-size : 9pt;
        line-height: 9pt;
        font-weight : bold;
        font-style : bold;
        font-color : #E77840;
        color : #E77840;
        text-decoration : none;
}

a:hover {
        font-family : Arial;
        font-size : 9pt;
        line-height: 9pt;
        font-weight : bold;
        font-style : bold;
        font-color :#E77840;
        color : #E77840;
        text-decoration : underline;
}

a.navi, a.navi:visited, a.navi:active {
        font-family:Arial;
        font-size:9pt;
        line-height:9pt;
        font-weight:bold;
        font-style : bold;
        color:#E77840;
        font-color:#E77840;
        text-decoration:none;
}

a.navi:hover {
        font-family:Arial;
        font-size:9pt;
        line-height: 9pt;
        font-weight:bold;
        font-style:bold;
        color:#E77840;
        font-color:#E77840;
        text-decoration:underline;
}
.important {  font-family: Arial; font-size: 9pt; color:#FF0000;font-weight: bold}
.text {  font-size: 10pt; font-family: Arial, Helvetica, sans-serif}
.textsmall { font-size: 9pt ; font-family: Arial, Helvetica, sans-serif}
.textwhite {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333}
.navheadline {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #333333 }
div, p,td, form {font-family: Arial; color:#333333; font-size: 9pt;  text-decoration:none; font-weight: bold}


body
{
background-color:#AAAAAA;
background-image:url(background.jpg);
background-position:center;
background-attachment:fixed;
cursor: #FFFFFF;
padding-left: 20px;
padding-right: 7px;
}

#headbar {position: fixed;
	    top: 65px;
            left: 5%;}


#news {position: fixed;
            top: 150px;
            left: 5%;}
#dates {position: fixed;
            top: 195px;
            left: 5%;}
#crew {position: fixed;
            top: 240px;
            left: 5%;}
#audio {position: fixed;
            top: 285px;
            left: 5%;}
#links {position: fixed;
            top: 330px;
            left: 5%;}
#contact {position: fixed;
            top: 375px;
            left: 5%;}

#text {position: absolute;
            top: 150px;
            left: 30%;
	    overflow-y: auto;
	    padding-right: 7px;}

#dj1 {position: absolute;
            top: 180px;
            left: 30%;}

#dj2 {position: absolute;
            top: 180px;
            left: 60%;}

#dj3 {position: absolute;
            top: 360px;
            left: 30%;}

#dj4 {position: absolute;
            top: 360px;
            left: 60%;}


}
-->