html {
background-color: #FFF;
}
body {
font: 62.5% "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
background-color: #FFF;
color: #000;
}
a:link {
line-height: 1.5em;
color: #5758CB;
}
a:visited {
color: #9793D3;
line-height: 1.5em
}
a:hover, a:focus {
text-decoration: none;
color: #fff;
background-color: #5758CB;;
}
/* Header */ 


#header {
background:#FFF1F1 url(../art/logo.png) no-repeat scroll 2% center;
border-bottom:0.1em solid #CCCCCC;
height:10.9em;
padding:2em 0pt;
width:100%;
}
#header h1 {
font-size:7em;
margin-bottom:0.35em;
text-align:center;
}
#header p {
font-size:2em;
text-align:center;

}


#navigation {
background-color:#FFF1F1;
border:0.1em solid #CCCCCC;
float:left;
margin:10.5em 2em 0pt;
width:22%;
}
#navigation li {
border:0.1em solid #FFF;
border-bottom:0.1em solid #CCCCCC;
}
#navigation li.last {
border-bottom: 0.1em solid #FFF;
}
#navigation li a.current {
border-left: 0.3em solid #5758CB;
}
#navigation a:link, #navigation a:visited {
color:#5758CB;
display:block;
font-size:2em;
padding:0.5em 0pt 0.5em 0.5em;
text-decoration:none;
border-left: 0.3em solid #FFF1F1;
}
#navigation a:hover, #navigation a:focus {
border-left: 0.3em solid #5758CB;
background-color: #FFF1F1;
}

#content {
width:67%;
float:right;
padding:2em 2em 0 0;
}
#content h2 {
text-align:center;
font-size:2.5em;
line-height: 1.5em;
padding: 1em 0;
width:58.5%;
}
#content h3 {
font-size:2em;
padding:1em 0 0.2em 0pt;
}
#content p, address {
font-size:1.6em;
padding:0.5em 0;
line-height:1.5em;
color: #333;
font-style:normal;
max-width:75%;
}
#content ul {
margin-left: 1.5em;
}
#content li {
font-size: 1.4em;
line-height: 1.5;
list-style: disc inside;
color: #333;
}
#content dl {
font-size: 1.6em;
margin-left: 10%;
padding: 1em 0;
}
#content dt {
background:url(../listen/music.gif) no-repeat left center;
padding-left: 24px;
}
#content dd {
line-height: 1.5;
padding-bottom: 1em;
color: #333;
}
#content img {
display: block;
width: 90%;
}
#content img.alt {
float: right;
width: auto;
}
#linkbox p {
font-size: 1.4em;
line-height: 1.4;
}