a {
color: #ffff66;
font-weight: bold;
text-decoration: none;
}
a:visited {
color: #ffff66;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #ffff66;
font-weight: bold;
text-decoration: underline;
cursor: pointer;
}

.imageLoader {
background: url(./../resources/pics/nav-home-highlight.png);
background: url(./../resources/pics/nav-composer-highlight.png);
background: url(./../resources/pics/nav-trumpet-highlight.png);
background: url(./../resources/pics/nav-music-highlight.png);
background: url(./../resources/pics/nav-contact-highlight.png);
background: url(./../resources/pics/frame-highlight.png);
visibility: hidden;
}


div.sidebarLeft {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div.sidebarRight {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

img.sidebarImage {
position: absolute;
top: -12px;
}

img.sidebarTitle {
position: absolute;
left: 0px;
opacity: 0.70;
}

div.sidebarContents {
position: absolute;
left: 18px;
top: 0px;
width: 244px;
}

span.sidebarHeader {
font-size: 14px;
font-weight: bold;
text-align: center;
}

span.sidebarText {
position: absolute;
top: 6px;
color: #ffffff;
font-family: 'Verdana', 'sans-serif';
font-size: 12px;
line-height: normal;
opacity: 0.87;
}

#sampleTextBox {
position: absolute;
top: 0px;
left: 40px;
width: 200px;
height: 150px;
z-index: 5;
}

p {
margin: 13px 0px 0px 0px;
}

