html {
	color : #444;
	font-family : verdana, arial, sans-serif;
	}
html * {
	padding : 0;
	margin : 0;
	}
body {
	}

/*LINKS*/
/*-----*/

a, a:link	{
	font-weight : bold;
	color :	#c9c; background : white;
	text-decoration : underline;
	border : 0px none;
	}
a:visited {
	color : #ccc;
	text-decoration: underline;
		}
a:hover	{
	color : #636; background : white;
	text-decoration : none;
		}
a:active {
	color : #636; background : white;
	text-decoration : none;
	}
p.link 	{
	width : 100%;
	text-align : right;
		}
p.link a {
	margin-right : 10px;
	}
		
		
#header {
	height : 260px;
	position : relative;
	background : url('i/header.gif') no-repeat bottom right;
	
	}

h1 {
	height : 220px;
	background : url('i/weblogo.gif') no-repeat top left;
	text-indent : -9999px;

	}

#press {
	position : absolute;
	bottom : 0;
	right : 0;
	padding-left:0; padding-right:100px; padding-top:0; padding-bottom:50px
	}

#press p {
	font-family : georgia, "times new roman", serif;
	font-style : italic;
	font-size : 20px;
	color : #888;
	width : 20em;
	background : url('i/rdquo.gif') no-repeat bottom right;
	padding-top : 40px;
	}
	
#press p span {
	background : url('i/ldquo.gif') no-repeat bottom left;
	padding-left:25px;padding-top:40px;	}

#wrapper {
	position : relative;
	margin-top : 20px;
	}

/* MENU */
/*------*/

#menu {
	position : absolute;
	left : 65%;
	}
#menu ul {
	border-left:1px solid #aaa; border-right:1px solid #aaa; border-top:1px solid #aaa; border-bottom:0px solid #aaa; list-style-type:none
	}
#menu ul li {
	border-bottom : solid 1px #aaa;
	}
#menu ul li a {
	display : block;
	padding : 10px;
	text-decoration : none;
	color : #444; background : #fff;
	}
#menu ul li a:hover {
	color : #fff; background : #c9c url('i/pinkg.gif') repeat-y top left;
	}
#menu ul li a:active, #menu ul li a.current {
	color : #444; background : #eee url('i/grayg.gif') repeat-y top left;
	cursor : default
	}

/* CONTENT */
/*---------*/

#content {
	background : #fff;
	/*border : solid 1px #aaa;*/
	width : 60%;
	margin : 20px;
	}
#content img {
	float : left;
	border : 1px solid #aaa;
	margin : 0 30px 10px 10px;
	}
#content p {
	margin : 0 10px 20px 10px;
	line-height : 1.5em;
	}
#phonetic dl {
	margin : 0 10px 20px 10px;
	}
#phonetic dt	{ 
		font-size : 1.4em;
		padding-bottom : .5em;
		 }
#phon { 
		padding : 0 .5em;
		}
#phon strong	{ 
		font-size : .8em !important;
		font-family : serif;
		font-weight : normal; 
		}
#phonetic dd {
	text-indent : 3em;
	}
	
/* PROFILES */
/*----------*/

#profiles img {
	float : none;
	border : 2px solid;
	padding : 1px;
	margin : 0;
	}
#profiles a.current img {
	border-color : #636;
	}
#profiles div a img {
				display : inline;
				border-color : #c9c;
				}
#profiles div a:hover img{
				border-color : #636;
				}
#profiles div	{
				margin-top : 8px;
				padding-top : 8px;
				border-top : solid 1px #aaa;
				}
#profiles div h2, h3{
	margin : 10px;
	font-weight : normal;
	font-size : 1.4em;
	}
	
/*  FAQ */
/*------*/

ul#faq {
	list-style-type : none;
	}
#faq li {
	line-height : 1.5em;
	margin-left : 10px;
	}
#faq li a {
	text-decoration : none;
	border-bottom : 1px dotted;
	}
#faq li a:visited {
	color : #c9c;
	}
#answers dt {
	margin : 20px 0 0 10px;
	border-top : 1px solid #aaa;
	padding-top : 10px;
	font-size : 1.2em;
	margin-bottom : 1em;
	}
#answers dd dl {
	margin-left : 40px;
	margin-bottom : 1em;
	}	
#answers dd dl dt {
	color : #c9c;
	border-bottom : 1px dotted;
	margin : 1em 0 0 0;
	border-top : none;
	padding-top : 0;
	font-size : 1em;
	}
#answers dd dl dd {
	color : #aaa;
	}

/* SOUND FILES */
/*-------------*/


#soundfiles tbody tr	{
				width : 100%;
				height : 45px;
				}

#soundfiles td.composer	{
				font-weight : bold;
				background : url('i/notes.gif') no-repeat 0 0;
				padding-left : 45px;
				height : 45px;
				width : 40%;
				}
				
#soundfiles td.desc	{
				padding : 1em 0 1em 45px;
				border-bottom : 1px solid #aaa;
				line-height : 1.5em;
				}
#soundfiles td.size	{
			font-weight : bold;
			text-align : right;
			}
#soundfiles .link	{
			float : right;
			margin-top : .5em;
			}
#soundfiles .link a {
			margin-right : 0;
			}
			
/* REPERTOIRE */
/*------------*/

dl#repertoire {
	margin-left : 10px;
	border-top : 1px solid #aaa;
	line-height : 1.5em;
	}
dl#repertoire dt {
	width : 90%;
	margin-top : 1em;
	font-weight : bold;
	border-bottom : 1px dotted #aaa;
	}
dl#repertoire dd {
	padding-left : 12em;
	}
dl#repertoire dd a {
	float : right;
	height : 41px;
	width : 40px;
	background : url('i/notes.gif') top left no-repeat;
	margin-top : -15px;
	text-indent : -9999px;
	}
dl#repertoire dd a:hover {
	background-position : bottom left;
	}
	
	