/*This is the core style sheet of the site.*/

body {
background-color: #000000;
font-family: Tahoma, Verdana, Helvetica, Ariel, sans-serif;
font-size: 1em;
color: #0D69F2;
margin: 0;
width: 1050px;
}

h1 {
font-size: 1.7em;
font-family: Garamond, Times New Roman, serif;
}

h2 {
font-size: 1.5em;
font-family: Garamond, Times New Roman, serif;
}

p {
font-size: 1.0em;
text-align: justify;
line-height: 1.7em;
}

p.footer {
font-size: 0.8em;
text-align: center;
font-weight: bold;
}

a:link {
background-color: #000000;
color: #FFFFFF;
text-decoration: underline;
}

a:visited {
background-color: #000000;
color: #FFFFFF;
text-decoration: underline;
}

a:hover {
background-color: #0D69F2;
color: #000000;
}

a:active {
background-color: #3cc7fo;
}

#header {
background-color: #000000;
border-bottom: solid #000000 1px;
}

#content {
	position: relative;
	width: 1200px;
	left: -5px;
	top: 100px;


}

#navbar {
position: absolute;
top: -75px;
left: 0px;
width: 198px;
}

#main-text {
background-color: #000000;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
margin-left: 198px;
padding: 10px;
width: 830px
}

#outer-image {
height: 40px;
background-image: url(images2/clarinet.jpg);
background-position: center top;
width: 1050px
}

#header p {
font-size: 2.0em;
font-family: Garamond, Times New Roman, serif;
}

#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}

#navbar ul {
margin: 0;
padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}

#navbar ul li a:hover {

}

address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted;
    padding-left: 200px;
    font-size: 0.8em;
 }
