/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
  background-color:#fffded;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}


/************* HEADER STUFF ************/

#header {
/*	width: 600px;
	height: 116px;*/
/*	margin: 2px auto;*/
  text-align: left;
/*	background: #FFFBFD url(../images/violinsWhitened600x116_50.jpg) no-repeat;*/
}

/************* MENU ************/

#menu {
	width: 600px;
	margin: 0px;
  text-align:left;
/*	padding: 5px 0px 5px 0px;*/
	/*background-color:#3399FF;*/
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#menu li {
	display: inline;
}

#menu a {
        /* top right bottom left */
	padding: 5px 5px 5px 0px;
/*	text-decoration: none;*/
	font-size: 100%;
/*	font-weight: bold; */
	color: gray;
}

#menu a:hover {
	background-color: #ebf5fc;
}

/************* CONTENT ************/

#content {
	width: 600px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
/*  background-image: url(../images/fiddlefade.jpg);*/
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

.biography {
  clear:both;
}

#Sian {
  width:200px;
  float: right;
  /* top right bottom left */
  margin: 0px 1em 1em 1em;
}

#Rita {
  width: 200px;
  float: left;
  margin: 0px 1em 1em 1em;
}

#charitytable {
  margin-left:auto;
  margin-right:auto;
  border:none;
}

div#charitytable ul{padding:10px;margin:10px;}
div#charitytable li{background-color:#d4fbec;padding:0px;margin-right:30px;list-style-type:square;display:inline;
   line-height:200%;}

#rehearsaltable {
  margin-left:auto;
  margin-right:auto;
  border:none;
}

div#rehearsaltable ul{padding:20px;margin:20px;}
div#rehearsaltable li{padding:20px;margin-right:40px;list-style-type:square;display:inline;
   line-height:200%;}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 601px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	font-size: 0.5em;
	text-align: center;
	padding: 1px;
  color: gray;
  line-height:100%;
  text-align:right;
}
