/* CSS Document */

/* Main Items Home Page Only */
* {
margin: 0;
padding: 0;
border: 0 none;
}
html, body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
background-color: #7a4040;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 17px;
color: #000;
text-align: left;
padding-bottom: 10px;
}
#container {
position: relative;
margin: 25px auto;
width: 700px;
border: 1px solid white;
background: transparent url(images/string-montage.jpg) no-repeat top left;
}

/* Navigation */
#nav {
float: left;
clear: both;
padding-left: 565px;
margin-top: 30px;
margin-bottom: 20px;
background-color: transparent;
width: 110px;
list-style-type: none;
font-size: 11px;
}
#nav a {
display: block;
width: 110px;
padding: 3px 3px 3px 12px;
}
#nav a#current {
background-color: transparent;
color: #7a4040;
text-decoration: none;
font-weight: bold;
background: transparent url(images/nav-rose-rt.jpg) repeat-y top left;
}
#nav a:link {
color: black;
text-decoration: none;
font-weight: bold;
}
#nav a:visited {
color: black;
text-decoration: none;
font-weight: bold;
}
#nav a:hover {
color: #b06e6e;
text-decoration: none;
font-weight: bold;
background: transparent url(images/nav-rose-rt.jpg) repeat-y top left;
}

/* Top Text */
#toptext1 {
float: left;
clear: both;
width: 290px;
padding-left: 370px;
}
#toptext2 {
float: left;
clear: both;
width: 380px;
padding-left: 280px;
margin-bottom: 20px;
}
#toptext p {
padding-bottom: 0px;
}

/* Headlines */
.main-head {
position: absolute;
top: 65px;
left: 260px;
}
.subhead {
padding-bottom: 5px;
}
h1, h2 {
display: none;
}
h3 {
color: #7a4040;
font-weight: bold;
font-size: 12px;
line-height: 18px;
}
h4 {
color: #7a4040;
font-weight: bold;
font-size: 12px;
line-height: 18px;
margin-left: 2em;
margin-bottom: 5px;
}

/* Columns */
#leftcolumn {
float: left;
margin-top: 70px;
margin-left: 20px;
margin-left/* */:/**/10px; 
margin-left: /**/10px;
width: 135px;
border: 1px solid white;
background-color: #e5d9d9;
padding: 10px;
}
html>body #leftcolumn {
margin-left:20px;
}
#rightcolumn {
float: left;
width: 450px;
margin-left: 20px;
margin-bottom: 20px;
padding: 15px;
border: 1px solid white;
background-color: #e5d9d9;
}
#footer {
flush: left;
clear: both;
width: 480px;
margin-left: 200px;
}
.insetpix {
position: relative;
bottom: 0;
left: 0;
}


/* AV Classes */
#selections {
padding-left: 30px;
}
.instruments {
color: black;
font-size: 9px;
padding-left: 2em;
}
.videoclip a {
text-decoration: none;
font-weight: bold;
padding-left: 2em;
font-size: 9px;
}
.videoclip a:link {
color: black;
text-decoration: none;
}
.videoclip a:visited {
color: #c99;
text-decoration: none;
}
.videoclip a:hover {
color: #b06e6e;
text-decoration: underline;
}
.audioclip a {
text-decoration: none;
font-weight: bold;
padding-left: 1.5em;
font-size: 9px;
}
.audioclip a:link {
color: black;
text-decoration: none;
}
.audioclip a:visited {
color: #c99;
text-decoration: none;
}
.audioclip a:hover {
color: #b06e6e;
text-decoration: underline;
}

/* Text Classes */
.highlight {
color: #7a4040;
}
#leftcolumn p{
font-size: 11px;
line-height: 17px;
color: black;
}
#leftcolumn p em {
font-size: 9px;
}
.indented {
text-indent: 4em;
}
.copyright {
color: white;
font-size: 9px;
}
.topofpage a {
text-decoration: none;
font-weight: bold;
padding-left: 1.5em;
font-size: 9px;
}
.topofpage a:link {
color: #c99;
text-decoration: none;
}
.topofpage a:visited {
color: #c99;
text-decoration: none;
}
.topofpage a:hover {
color: #b06e6e;
text-decoration: none;
}

#leftcolumn.textlink a {
color: #7a4040;
font-weight: bold;
text-decoration: none;
}
#leftcolumn.textlink a:link, #leftcolumn.textlink a:visited {
color: #7a4040;
font-weight: bold;
text-decoration: none;
}
#leftcolumn.textlink a:hover {
text-decoration: underline;
}
