body {
	margin: 0;
	padding: 0;
	color: #000000;
}
body, div, td, p, ul, ol, li, th	{
	/* redundant selectors to help NS4 remember */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
/* Following rule is more specific to override above rule.
1.false value for WinIE4/5
2.trick WinIE4/5 into thinking rule is over
3.recover from trick
4.intended value for better browsers.
Next but one rule: be nice to Opera */
/*/*/a{}
body, body div, body td, body p, body ul, body ol, body li, body th	{
    font-size:    x-small;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:    small;
}
html>body, html>body div, html>body td, html>body p, html>body ul, html>body ol, html>body li, html>body th	{
    font-size:    small;
}
/* */
.hide {
	display: none;
}
#maintable {
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	/*/*/line-height: 1em;/* */
}
/* commented backslash hack v2 \*/
#maintable {
	line-height: 1.5em;
}
/* end hack */
#header {
	width: 400px;
	margin: 0;
	padding: 0 20px;
	background-color: #cccccc;
	text-align: center;
}
#headerright {
	width: 200px;
	margin: 0;
	padding: 0;
	/*/*/background-color: #666666;/* */
}
#headerfarright {
	margin: 0;
	padding: 0;
	/*/*/background-color: #666666;/* */
}
#maincontent, #maincontent2 {
	width: 400px;
	margin: 0;
	padding: 20px;
	vertical-align: top;
}
#pics, #pics2 {
	width: 200px;
	margin: 0;
	padding: 20px;
	vertical-align: top;
	/*/*/background-color: #999999;/* */
}
#pics img {
	margin: 3.5em 0 20px 0;
	/*/*/border: 1px solid #ff0000;/* */
	padding:  0;
}
#pics2 img {
	margin: 0 0 20px 0;
	/*/*/border: 1px solid #ff0000;/* */
	padding:  0;
}
#rightbar, #rightbar2 {
	margin: 0;
	padding: 0;	
	/*/*/background-color: #999999;/* */
}
#footer {
	height: 25px;
	margin: 0;
	padding: 0 20px;
	/*/*/background-image: url('img/footer.jpg');
	background-position: top;
	background-repeat: repeat-x;/* */
	color: #666666;
	text-align: left;
}
#footer p	{
	/*/*/margin:0;
	padding: 0;/* */
	font-weight: bold;
}
#quotation {
	/*/*/margin: 40px 35px 10px 35px;
	padding: 0 15px;
	border: 1px solid #ff0000;
	background-color: #e6e6e6;/* */
}	
.quote {
	font-style: italic;
	text-align: center;
}
.reference {
	font-size: 80%;
	text-align: center;
}
.footnote	{
	font-size: 80%;
	text-align: right;
}
h1:first-child {margin-top: 0;}/*starts first h1 in td flush top*/
h2:first-child {margin-top: 0;}/*starts first h2 in td flush top*/
h3:first-child {margin-top: 0;}/*starts first h3 in td flush top*/

h1 {
	font-size: 170%;
	/*/*/margin-bottom: 0.8em;/* */
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
#nav	{
	height: 25px;
	margin: 0;
	padding: 0;
	/*/*/background-image: url('img/nav.jpg');
	background-position: bottom;
	background-repeat: repeat-x;/* */
}
#navcontainer {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer ul li {
	display: inline;
	/*/*/margin: 0;
	padding: 3px 9px 3px 8px;
	border-right: 1px solid #ff0000;
 /* */
}
#navcontainer ul li.first {
	border-left: 1px solid #ff0000;
}
#navcontainer ul li a {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}
#navcontainer ul li a:link, #navcontainer ul li a:visited {
	color: #666666;
}
#navcontainer ul li a:hover {
	color: #ff0000;
}
body#homepage li#home a, body#biographypage li#biography a, body#recitalspage li#recitals a, body#organspage li#organs a, body#cdpage li#cd a {
	color: #999999 !important;
}
div.list {
	clear: both;
}
a:link {
	color: #666666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #ff0000;
}
