/* CSS Document */

body {
	margin: 0px;
	background: #999 url(images/back.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
li, p, td {font-size: 12px; color: #006;}
#header h1 {text-indent: -9999px; margin: 0; padding: 0;	width: 650px; height: 238px; }

#header h1 a {
	display: block;
 margin: 30;	width: 650px;
	height: 238px;
	background: url(images/tcbanner.gif) 0 0 no-repeat;
	text-decoration: none;
}

#nav {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 132px;
	height: 25px;
}	

ul#nav {
	margin-left: 0px;
	margin-top: 3px;
 	padding-left: 140px;	 
 }

body#home ul#nav {
	padding-left: 210px;
}

#nav li { display: inline; list-style-type: none; font-size: 14px;}
#nav a { padding: 0px 8px; }
#nav a:link, #nav a:visited { color: #fff; text-decoration: none;}
#nav a:hover { color: #036; text-decoration: none;}
#navselect { background: #FFFFFF; padding: 2px 4px 2px 4px;} 
#navselect a:link, #navselect a:visited {color: #69c;} 

#main {
	font-size: 12px;
	color: #006;
	width:560px;
	position: absolute;
	top: 151px;
	left: 0px;
	padding: 45px 20px 10px 60px;
	list-style-image: url(images/tcbullet.gif);
}	

#main p.title, #main .title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000033;
	border-bottom: 1px dotted #000033;
	font-weight: bold;
	padding-bottom: 2px;
}
.title2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #CE523A;
	color: #FFFFFF;
	padding-bottom: 3px;
	border-bottom: 5px solid #FFC600;
}
table#gigs {background-color: #CE523A; padding: 0;}
#gigs td {padding: 3px;}
#gigs th {text-align: left; padding: 3px;}
#gigs tr {background-color: #FEECA5;}
#gigs .past {background-color: #FFCC99;}
img {border: none;}