html, body{
  margin: 0;
  padding: 0;
  width: 100%;
  background-image: url('../images/sidebar.png') ;
  background-repeat: repeat-y;
}

#wrapper
{
  font-family: arial;
}


#sidebar
{  
  float:left;
  width: 140px;
  margin-top:100px;
  font-style: italic;
  font-variant: small-caps;
  
  font-family: sans-serif;
  
}

#sidebar ul
{
  display: block;
  list-style-type: none;
  padding: 0;
  padding-left: 0px;
  margin: 0;
  width: 140px;
}

#sidebar li
{
  display: block;
  margin-bottom: 5px;
  width: 140px;
}

#sidebar a
{
  border: 0px;
  border-left: 0px;
  border-style: solid;
  border-color: transparent;
  display:block;
  color:white;
  text-decoration:none;
  font-weight: bold;
  font-size: 1.2em;
  padding: 3px;
  padding-left:19px;
  width: 128px;

}

#sidebar a:hover
{
  background: #7f7dff;
  border-color: white;
  background-image:url('../images/note.png');
  background-repeat: no-repeat;
  background-position: center left;
}

#sidebargradient
{
  background-image:url('../images/gradientsidebar.png');
  background-repeat: no-repeat;
  
}

#content
{
  width: auto;
  margin-left:160px;
  padding:10px;
}

#content a
{
  color: #2f3699;
  font-weight: 700;
}

.center{
  text-align:center;
}

h1
{
  display: block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  background-image:url('../images/title.jpg');
  width: 706px;
  height: 89px;

}

h2
{
  font-family: serif;
  font-weight: 300;
  font-size: normal;
  font-variant: small-caps;
  text-align: center;
  letter-spacing: 5px;
  color: #bbbbbb;
}

h3
{
  color: white;
  background-color: #2f3699;
  background-image:url('../images/header.png');
  background-repeat: repeat-y;
  font-size: 1.5em;
  font-variant: small-caps;
  font-family: "Times New Roman", serif;
  padding: 3px;
  padding-left: 14px;
  font-weight: bold;
  font-style: italic;
  border-style: solid;
  border-color: #7f7dff;
  border-width: 0px;
  border-left-width: 10px;
}

h4
{
  margin:0px;
  padding: 0px;
}

.quote
{
  color: black;
  padding: 5px;
  background: #ececec;
  border-style: solid;
  border-left-style:solid;
  border-width: 1px;
  border-left-width: 6px;
  border-color: #9b9b9b;
  font-style: italic;
  margin-bottom:20px;
}

.quoter
{
  color: #9b9b9b;
  font-weight:bold;
  size:1.2em;
  padding-top: 5px;
  text-align: right;
}

.pictureframe
{
  border: 1px solid white;
  padding: 10px;
  margin: 5px;
  text-align: center;
  font-style: italic;
}

.picture
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.horizontalpictureframe img
{
  
}

.leftcontent
{
  float:left;
  height:300px;
}

.leftalignedblock
{
  margin-left: 50px;
}

.rightalignedblock
{
  text-align: right;
  margin-right: 50px;
}

.makeyourmusic
{
  text-align: right;
  margin-right: 50px;
  color: #2f3699;
  font-size: 20px;
  font-weight: bold;
}

hr
{
  background-color: #2f3699;
  border-style:solid;
  border-width: 0px;
  border-color:
  height: 3px;
  border-color: #7f7dff;
  border-left-width:6px;
  background-image:url('../images/header.png');
  background-repeat: no-repeat;
}

#contact
{
  text-align: center;
  font-size: 80%;
}

#watermark
{
  position: fixed;
  color: #4650C6;
  font-size: 13em;
}