body
{background-image: url(images/bground1_1.gif);
}

#backtitle
{
	background-color: #ffffff;
	background-image: url(images/title_gradient_1.gif);
	height: 40px;
	width: 100%;
	z-index: -1;
position:absolute;
top:0px;
}

#title2
{
  font-family: quicksand, serif;
  font-size: 40px;
  position:absolute;
top:0px;
left: 20px;
font-weight: semi-bold;
color: #99ccff;
}

#title
{
  font-family: quicksand, serif;
  font-size: 40px;
  position:absolute;
top:0px;
left: 20px;
font-weight: semi-bold;
color: #cccccc;
}

#content
{
height: 100%;
width: 600px;
background-color: #ffffff;
position:absolute;
z-index: 1;
left:20px;
padding-left:10px;
padding-right:10px;
border-left:2px;
border-top:0px;
border-bottom:0px;
border-right:2px;
border-style:solid;
border-color:#999999;
}

change
#content_shadow
{
position:absolute;
background-image: url('images/content_shadow_n.gif');
height: 100%;
width:10px;
left: 644px;
z-index: -2;
}

#graybar
{
width: 100%;
height: 25px;
background-color: #999999;
z-index: -1;
position:absolute;
top:125px;
}

#bluebar
{
width: 100%;
height: 25px;
background-color: #99ccff;
z-index: -1;
position:absolute;
top:150px;
}

#notation
{
font-family: 'Architects Daughter', cursive;
}