body{
font-size:70%;
background:#4d98dc url(images/sky-26.jpg) left top repeat-x;
font-family:Verdana, Georgia, sans-serif;
}

#body{
width:850px;
background-color:#FFFFFF;
border:1px solid #007FFF;
/* opacity is now done with javascript to ensure validation
opacity:0.95;  
filter: alpha(opacity=95);*/
padding-bottom:10px;
}



#header{
margin:0;
padding:0;

}

#navbar{
float:left;
width:130px;
padding-left:15px;
}

#navbar ul{
list-style:none;
padding:0;
margin:0;
}

#text{
text-align:justify;
padding-left:5px;
padding-right:10px;
width:300px;
height:400px;
margin-right:20px;
float:left;

}

p{
margin-top:0;
padding-top:0;
}

#photo{
margin:0;
}

img{border:0;padding:0;}

a{
text-decoration:none;
color:#007FFF;
font-weight:bold;
}

.fakeLink{
text-decoration:none;
color:#007FFF;
font-weight:bold;
cursor:pointer;
}

.fakeLink:hover{
text-decoration:underline;
}

#showErrorMessage{
text-decoration:none;
color:#007FFF;
font-weight:bold;
cursor:pointer;
}

.contactAgain{
text-decoration:none;
color:#007FFF;
font-weight:bold;
cursor:pointer;
}



h2{
font-size:1.1em;
color:#007FFF;
}

a:hover{
text-decoration:underline;
}

#flash{

}

#email{
position:relative;
top:10px;

}

#footer{
clear:both;
}

#quotes{
	position:absolute;
	left:300px;
	/*font-family: "Comic Sans MS" serif;*/
font-size:1.1em;
	width: 1px;


}

#quotes .quote{
position:absolute;
visibility:hidden;
width:300px;
}

#quote1{ left:200px;  top:30px; }


.textBlock{
visibility:hidden;
position:absolute;
width:325px;
height:390px;
overflow:auto;
top:204px;
left: 145px;
text-align:justify;
padding:5px 10px 5px 5px;
}

.quote{
                font-style:italic;
         }
         .auth{
                font-weight:bold;
         }


#home{ visibility:visible; }

#repertoire, #testimonials{text-align:left;}


/* ie6 hacks */

* html #body{ width: 875px; }

* html .textBlock{
left:150px;
top:220px;
width:355px;
}

