		.rows{ width:800px; float: left; display: inline-table; border-bottom: 2px solid purple; }
.work { font-weight: normal; margin-left: 10px; }
.date { width: 200px; float: left; margin: 0; padding: 0; }
    
	.artist { width: 250px; float: left; margin: 0; padding: 0 10px 0 0; }
    
    .prog { font-weight: bold; width: 330px; float: left; margin: 0; padding: 0; }
    
    
	* html .rows {
display:block;
clear:left;
}
* html .date {
float:left;
width:200px;
display:inline;
}

* html .artist {
float:left;
width:250px;
display:inline;
}

* html .prog {
float:left;
width:330px;
display:inline;
}
 #wrapper{
	background-color: white;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#header{
padding: 5px;
margin: 0;
text-align: left;
}

#nav { font-size: 100%; text-align: center; margin-left: 140px; padding-top: 15px; padding-bottom: 15px; }

#nav span {display:none;} 

#nav a, #nav a:link, #nav a:visited, #nav a:active { display:block; width: 130px; height: 25px; background: #fff; margin-top: 2px; text-align: center; text-decoration: none; color: purple; line-height: 25px; overflow: hidden; float: left; border: solid 1px; }


#nav a:hover { color: purple; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

#main { margin-top: 30px; margin-bottom: 10px; margin-left: 100px; width: 600px; }
#main p{ font-size: 110%; font-weight: bold; text-align: center; }

#wide {
	width: 800px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

body {
	color: black;
	font-size: 75%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 150%;
	background-color: white;
	background-image: url(../images/bgPage.png);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {font-weight: bold; text-align: center; font-size: 150%;}
h2 { color: black; font-size: 110%; font-weight: bold; font-style: normal; text-decoration: underline; margin: 0 0 0.83em; }
h3 { font-size: 110%; font-weight: bold; text-align: center; }
h5 { font-size: 110%; font-weight: bold; margin: 0; }
h4 { font-size: 150%; font-weight: bold; margin: 12px 0 12px 0; }
a { color: purple; font-weight: bold; text-decoration: underline; text-align: left; }
a:hover {color:purple; background: white;}

#b_nav { text-align: center; margin-left: 140px; text-align: center; margin-top: 20px; }

#b_nav span {display:none;} 

#b_nav a, #b_nav a:link, #b_nav a:visited, #b_nav a:active { display:block; width: 130px; height: 25px; background: #fff; margin-top: 2px; text-align: center; color: purple; line-height: 25px; text-decoration: none; overflow: hidden; float: left; border: solid 1px; }


#b_nav a:hover { color: purple; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

#footer{padding: 20px;}

#footer p{ font-size: 110%; font-weight: bold; text-align: center; }

.image {float: left; padding-right: 2px}

.image_r { clear: right;}

.c_date { font-size: 110%; font-weight: bold; }

.c_artist { font-size: 150%; font-weight: bold; }

.t_heads {font-size: 200%; font-weight: bold;}

