	td {
		vertical-align: top;
		text-align: left;
		}
	#container {
		background: url(../_img/box_wide_bg.gif) repeat-y;
		}
	#header {
		background: url(../_img/box_wide_top.gif) no-repeat bottom;
		}		
	#footer {
		background: url(../_img/box_wide_bottom.gif) no-repeat;
		}
	#mainContent {
		width: 688px;
		margin: 0;
		float: left;
		padding: 96px 17px 0 20px;
		position: relative;
		}
	#gigsTable {
		width: 675px;
		border: 1px solid #666;
		border-collapse: collapse;
		}
	#gigsTable td {
		vertical-align: top;
		border-left: 1px solid #666;
		border-collapse: collapse;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#gigsTable th {
		text-align: left;
		background-color: #900;
		color: #fff;
		font-weight: bold;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#hdrGigs {
		margin: 0;
		width: 100px;
		height: 53px;
		background: url(../_img/hdr_gigs.gif) no-repeat;
		text-indent: -9999px;
		}
	.altrow {
		background: #999;
		}		
	.nowrap {
		white-space: nowrap;
		}