/* CSS Document
Kyle Matthews
Appearances Page CSS
© 2006 Kyle Matthews, See For Yourself Music
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

div#topdiv {
	background: url(../images/pageheader10.jpg) top left no-repeat;
	}
	
div#contentdiv {
	padding-top: 20px;
	}
	
table {
	margin: auto;
	width: 750px;
	}
	
td {
	padding: 0;
	border: 0;
	vertical-align:top;
	}
	
#tabledates {
	width: 550px;
	margin: 30px 0 0 30px;
	}
	
#tabledates td {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	padding-bottom: 10px;
	border: 0;
	}
	
#tabledates td.date {
	width: 200px;
	}
	
#tabledates td.venue {
	width: 200px;
	}
	
#tabledates td.city {
	width: 150px;
	}
	
div#contentdiv a:link, div#contentdiv a:visited{
	text-decoration: none;
	color: #000000;
	}
	
div#contentdiv a:hover{
	text-decoration:underline;
	color: #781411;
	}