html, body {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: small/180% "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background: #333440;
}

h5 {
	text-align: right;
	font-weight: normal;
	color: #6D6E88;
	padding-top: 15px;
	margin: 0px;
	font-size: 80%;
	padding-bottom: 15px;
}

#container {
	width: 1024px;  
	background: #495753;
	margin: 0 auto;
	text-align: left;
	background: url(images/bg-content.gif) repeat-y left top;
} 


#home #Table_01 {
	margin: 0px auto;
	padding: 0px;
	height: 768px;
	width: 1024px;
	border-width: 0px;
	border-style: none;
}

#home #Table_01 tr {
	margin: 0px;
	padding: 0px;
}

#home #Table_01 td {
	margin: 0px;
	padding: 0px;
}

#header {
	background: url(images/header.jpg) no-repeat left top;
	padding: 0; 
	height: 107px;
}


/* Sidebar Menu */ 

#sidebar1 {
	float: left;
	width: 250px;
	background: #548677 url(images/bg-sidebar.jpg) no-repeat left top; 
	padding: 0; 
}

#sidebar1 ul {
	list-style: square url(images/bullet.jpg) inside;
	color: #f6deaf;
	font-size: 130%;
	font-variant: small-caps;
	margin: 0px;
	padding: 40px 0px 0px;
	line-height: 150%;
}

#sidebar1 li {
	padding-bottom: 5px;
	border-bottom: 1px solid #f6deaf;
	margin: 0px;
	padding-left: 15px;
	padding-top: 5px;
}


#sidebar1 a {
	color: #f6deaf;
	text-decoration: none;
	margin: 0px;
}

#sidebar1 a:hover {
	font-style: italic;
}

#performer .performer a, #accompanist .accompanist a, #recording .recording a, #teacher .teacher a, #bio .bio a {
	color: #333440;
}



/* Main Content */ 

#mainContent {
	margin: 0;
	padding: 10px 30px 30px 280px;
} 

#mainContent h1 {
	color: #495753;
}

#mainContent a {
	color: #FFFFFF;
	text-decoration: underline;
}

#mainContent a:hover, #mainContent a:active, #mainContent a:focus {
	color: #f6deaf;
	text-decoration: none;
}

#mainContent dl {
	padding-left: 8px;
}

#mainContent dd {
	line-height: 130%;
	padding-bottom: 8px;
}

#mainContent ul {
	list-style: none;
	padding: 0px 0px 0px 8px;
}

#mainContent li {
	padding-bottom: 15px;
	line-height: 120%;
}

#mainContent hr {
	color: #f6deaf;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	border-bottom: 1px solid #333440;
}

#mainContent blockquote {
	color: #f6deaf;
	padding: 5px 20px 20px 5px;
}

#mainContent cite {
	text-align: right;
}

#recording #container #mainContent table {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#recording #mainContent td {
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 30px;
}

#recording #container #mainContent ol {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: decimal inside;
}

#recording #container #mainContent ul {
	margin: 0px;
	padding: 20px 0px;
	clear: left;
}

#recording #mainContent li {
	margin: 0px;
	padding: 0px;
	line-height: 170%;
}




/* Footer */

#footer {
	padding: 0; 
	background:#333440 url(images/bg-footer.jpg) no-repeat center top;
	height: 20px;
} 

#footer a {
	text-decoration: none;
	color: #6D6E88;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #7E809E;
	text-decoration: underline;
}

.recital {
	width: auto;
	padding: 0px;
	font-size: 110%;
	font-weight: normal;
	color: #F0D8AA;
	font-style: italic;
	margin: 10px 0px 30px;
	font-variant: small-caps;
}






/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0px 0px 5px 20px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px 20px 5px 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.border {
	border: 1px solid #f6deaf;
	padding: 5px;
}


.italics {
	font-style: italic;
}
