/*****
*
*	Name:		music.css
*	Author:		Robert Sherwood
*	Email:		rwslondon@yahoo.co.uk
*	Created:		2008-10-24
*
*****/

/*****
*	Content - Table
*****/
#content table {
	clear: both;
	margin: 0em auto;
	padding: 0em;
}

#content caption {
	font-weight: 600;
	border-bottom: 1px solid #7534aa;
	border-top: 1px solid #7534aa;
	margin: 2em 0em 0em 0em;
	padding: 1em 0em 1em 0em;
}

#content caption p {
	font-variant: small-caps;
	line-height: 1em;
	margin: 0em;
	padding: .5em 0em .5em 0em;
}

#content th {
	padding: 1em 3em 1em 3em;
	text-align: center;
	border-bottom: 1px solid #7534aa;
}

#content td {
	padding: .5em .5em 0em .5em;
	line-height: 1em;
	vertical-align: top;
}
