/* http://www.rachelbundy.com */
/* author:  www.bundydesign.com */

/* Colours
dark grey rgb(61,61,61);
lighter grey rgb(101,100,100); 
 */

/* Global */
	/* links - need to go in this order */
A:link {color:rgb(55,55,55); text-decoration:none; }
A:visited {color:rgb(55,55,55); text-decoration:none; }
A:hover {color:rgb(171,142,50); text-decoration:none; }
A:active {color:rgb(171,142,50); text-decoration:none; }
.here {color:rgb(171,142,50); text-decoration:none; }

BODY {
font-family : Tahoma, Verdana, Helvetica, Arial, sans-serif;
font-style: normal; 
font-weight: normal; 
font-size: 1em;
margin:0; padding:0; 
background-color: rgb(255,255,255);
background-image:url('http://www.rachelbundy.com/graphics/P1000428-flower1024x768.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position: center 10px;
color: rgb(55,55,55);
}

BODY.Cheers {
background-image:url('http://www.rachelbundy.com/graphics/P1000428-flower1024x768Chee.jpg'); }


TABLE.main { border: 0 none black; 
margin: 0; padding: 0; 
width: 950px; height: 550px; 
margin-left: auto; margin-right: auto; 
font-size: .9em; 
}
TD.topPadding {height : 30px; }
TD.bottomPadding {height : 25px; }
TD.leftPadding {width : 25px; }
TD.middlePadding {width : 25px; }
TD.rightPadding {width : 25px; }

TD.contentLogo {height : 75px; }
TD.contentNav {height : 40px; }
TD.space {height : 5px; }
TD.contentImages {height : 400px; width 300px;}
TD.contentText {height : 400px; width: 575px; }

.imageTable {height : 175px; width: 175px; }

/* Home */
CITE {font-style: italic; text-align: left; font-size: .9em; } 
.quoter {font-style: normal; font-weight: normal; font-size: .8em; text-align: left; } 

DIV.messageBox { margin-left:40px; width:380px; font-weight: bold; text-align:centre; }

.note { text-align:center; padding-top:170px; font-size: 8pt;  }
DIV.copyright { margin-top:10; margin-bottom:10; font-size:8pt; text-align:center; }

table.music { font-size:1em; }
table.repertoire { font-size:.9em; }

.xsmall { font-size:.8em; } 
.xbig { font-size:1.6em; } 

.textmiddle {vertical-align:middle;} 



