/*BCS style sheet */

body {
	background:url(violin2.jpg) no-repeat fixed;
}

.style1 {
	color: #333333;
	font-family: Arial;
	font-size: 16px;
}

a {
	font-family: Arial;
	font-size: 16px;
	color: #000033;
	font-weight: bold;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #6699FF;
}

a:hover {
	text-decoration: underline;
	color: #006699;
}

a:active {
	text-decoration: underline;
}


#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; float: right; }
#navmenu li {display: inline; }
#navmenu ul li a {text-decoration:none;  margin: 4px;
	padding: 5px 20px 5px 20px; color: #333333;
	background: #CCCCFF;}
#navmenu ul li a:visited {color: #999999;
      background: #CCCCFF; }
#navmenu ul li a:hover {color: #CCCCFF;
	background: #663333; }

.home #navmenu #home a,
.about #navmenu #about a,
.members #navmenu #members a,
.schedule #navmenu #schedule a,
.concerts #navmenu #concerts a,
.music #navmenu #music a,
.publicity #navmenu #publicity a,
.contacts #navmenu #contacts a
{
color: #CCCCFF;
background: #663333;
}


#maincolumn {
      margin-left: 300px;
      padding: 0;
}


.style2 {
      color: #000033;
      font-family: Arial;
}

.style3 {
      color: #663300;
      font-family: Arial;
}

.style4 {
	color: #663333;
	font-family: Arial;
}

.style5 {
	color: #330000;
        font-family: Arial;
}

.style6 {
      color: #663333;
	font-family: Edwardian Script ITC, Arial;
	font-weight: bold;
	font-size: 30px;
}

.style7 {color: #000033}

.container{
  width: 700px;
}


.leftcolumn {
  float: left;
  margin-left: 230px;
  width: 200px;
}


.rightcolumn {
  float: right;
  width: 200px;
}


.footer {
  color: #333333;
  font-family: Arial;
  font-size: 10px;
  float: right;  
  bottom: 0px;
  clear: both;
}                                                                                                                                                                                                                                                                      
