body{
    font-size: medium;
    background: #eee; 
    }

#container{
    width: 860px;
    margin: 0 auto;
    text-align: left;
    background: #eee;
    border-left: 1px dotted gray;
    border-right: 1px dotted gray;
    border-bottom: 1px dotted gray;
    }

#header{
    background: black;
    height: 280px;
    width: 860px;
    }

#navlist{
    width: 834px;
    margin: 0;
    padding: 5px 0 0 26px;
    list-style: none;
    background: black;
    float: left;
    border-bottom: 10px gray groove;	`
    }

#navlist li{
    float: left;
    margin: 0 1px 0 0;
    padding: 10px 5px 10px 5px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 95%;
    list-style: none;
    }

#navlist li a{
    float: left;
    display: block;
    margin: 0px;
    padding: 4px 8 px;
    color: white;
    text-decoration: none;
    border: 2px solid black;
    border-left: solid gray;
    border-bottom: 1px solid white;
    padding: 0 2px 2px 2px;   
    background: black;
    }

#navlist a:hover{
    color: black;
    font-style: bold;
    border-color: gray;
    padding-bottom: 0px;
    background: white;
    }

#logo{
	width: 400px;
	height: 200px;
	text-indent: -5000px;
	background: url(UCTlogo1.JPG) no-repeat;
	float: left;
	}

#stagephoto_5{
	width: 460px;
	height: 200px;
	background: black;
	text-indent: -5000px;
	background: url(stagephoto_5.jpg) no-repeat;
	float: right;
	}

#performances{
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 0px;
	padding-top: 30px;
	background: white;
	border: 1px dotted black;
	}

#nextshow h3{
	font-family: "Lucida Grande", sans-serif;
	font-style: bold;
	font-size: 150%;
	letter-spacing: .2em;
	line-height: 1.2em;
	background: black;
	color: white;
	padding: 8px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	border-bottom: 10px gray groove;
	border-top: 10px gray groove;
	}	
	
#nextshow p{	
	text-align: center;
	font-family: "Arial Black", sans serif;
	font-size: 130%;
	color: red;
	font-style: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	}

#nextshow ul{
	text-align: center;
	}

#holiday li{
	list-style: none;
	font-size: 100%;
	line-height: 1.5em;
	color: green;
	}

#past{
	font-family: "Lucida Grande", sans-serif;
	font-style: bold;
	font-size: 150%;
	letter-spacing: .2em;
	line-height: 1.2em;
	background: black;
	color: #FFF;
	padding: 8px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	border-bottom: 10px gray groove;
	border-top: 10px gray groove;
	}	

caption{
	font-size: 110%;
	padding-bottom: 30px;
	font-family: "American Typewriter", Helvetica, sans serif;
	letter-spacing: .2em;
	color: #345354;
	}

caption strong{
	font-style: bold;
	}

thead{
	border-bottom: 2px groove black;
	background-color: gray;
	color: black;
	padding-bottom: 3px;
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	}

#table{
	border: 3px solid gray;
	border-collapse: collapse;
	margin-left: 10px;
	margin-right: 10px;
	}

#table th{
	font-size: 110%;
	text-align: center;
	padding: 5px
	}

tbody td{
	font-size: 90%;
	text-align: left;
	padding: 5px;
	margin-left: 2px;
	margin-right: 3px;
	border-bottom: 1px dotted black;
	background-color: #FFFFFF;
	}

td show{
	font-style: bold;
	}

#footer{
    width: 100%;
    font-family: "Arial Black", Helvetica, sans serif;
    font-size: 70%;
    background: gray;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 5px groove black;
    }

#footer li{
    width: 100%;
    display: inline;
    font-size: 90%;
    text-align: center;
    }  
