/* zeros out all margins and padding and sets font for body */
body{
margin:0;
padding: 0;
font-size: 10pt;
font-family: arial, times, "times new roman", serif; 
background: white;
text-align: left;
}



/* sets width of banner */

div#banner{
display: none;

}

div#banner img{
display: none;
}

/*starting navigation*/
div#navigation{
display: none;
}

/*this is the css for the rest of the site.  In hindsight, i'm thinking i should have had a layout css and text css and another css for various other things. */




/*all other pages have only one container.  This was because two blue stripes weren't needed anymore*/
div#container{
margin: 0;
padding: 0;
width: 100%
}

div#bodycontent h1{
font-size: 1.2em;
color: #036;
margin: 0;
padding: 0;
font-weight: bold;
text-align: center;
}

div#bodycontent h2{
font-size: 1.1em;
color: black;
margin: 0;
padding: 0;
padding-top: 1em;
font-weight: bold;
text-align: center;
}


div#artists {

		width: 180px;
margin: 0;
padding: 0;
float: right;
		padding-left: 3px;
}

div#bodycontent{
line-height: 110%;
width: 460px;
border-right: 2px dashed black;
margin: 0;
padding: 0;
}



.dayheader{
margin: 0;
padding: 0;
font-size: 1em;
color: maroon;
text-align: center;
}




table{
margin: 0;
padding: 0;
border-collapse: collapse;
margin-top: 5px;
width: 450px;

}

th{
margin: 0;
padding: 0;
font-size: 8pt;
border-bottom: 1px black solid;
text-align: left
}

td{
margin: 0;
padding: 0;
font-size: .8em;
border-bottom: 1px black solid;
padding: 3px;
}

table tbody tr th{
margin: 0;
padding: 0;
font-size: 8pt;
border-bottom: 1px black solid;
text-align: left;

}

td table td {
margin: 0;
padding: 0;
border-bottom: none;
}







div#footer p{
display: none;
}

