body{
    font-size: small;
    background: #eee; 
    }

#container{
    width: 860px;
    margin: 0 auto;
    text-align: left;
    background: #eee;
    border-left: 1px dotted gray;
    border-right: 1px dotted gray;
    }

#header{
    background: black;
    height: 280px;
    width: 860px;
    }

#navlist{ /*styles for menu begin here*/
    width: 834px;
    margin: 0;
    padding: 5px 0 0 26px;
    list-style: none;
    background: black;
    float: left;
    border-bottom: 10px groove gray;	`
    }

#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;
    } /*styles for menu end here*/

#logo{
	width: 400px; /*UCT logo image in header*/
	height: 200px;
	text-indent: -5000px;
	background: url(UCTlogo1.JPG) no-repeat;
	float: left;
	}

#stagephoto_5{ /*photo image in header*/
	width: 460px;
	height: 200px;
	background: black;
	text-indent: -5000px;
	background: url(stagephoto_5.jpg) no-repeat;
	float: right;
	}

#maincontent h3{
	font-family: "Lucida Grande", sans-serif;
	font-style: bold;
	font-size: 95%;
	letter-spacing: .2em;
	line-height: 1.2em;
	background: black;
	color: white;
	padding: 8px;
	margin-left: 0px;
	margin-right: 0px;
	text-indent: 10px;
	border-bottom: 10px gray groove;
	border-top: 10px gray groove;
	}	

#maincontent h4{
	font-family: Monaco, Arial, sans serif;
	border-bottom: 10px groove #710000;
	}

#content{
	font-style: "American Typewriter", Arial Black, Helvetica, sans serif;
	font-size: 110%;
	line-height: 1.2em;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 0px;
	padding-top: 30px;
	background: white;
	border: 1px dotted black;
	}

#maincontent{
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 110%;
	}

#youtube{
	margin-left: 150px;
	margin-right: 250px;
	padding: 30px;
}
	
a:link{
	color: blue;
	text-decoration: none;
	border-bottom: 1px dotted blue;
	}
	
a:visited{
	color: purple;
	}
	
a:hover{
	color: gray;
	background: white;
	border-bottom: 1px dotted blue;
	}
	
a:active{
	color: green;
	border-bottom: 1px dotted green;
	}

ul li{
	list-style-type: square;
	line-height: 1.5em;
	}

.unchained{ /*place-holder code to style large letter for first paragraph. */
	float: left;
	font-size: 250%;
	line-height: 1em;
	margin: 4px 10px 10px 0;
	padding: 4px 10px;
	border: 2px solid #ccc;
	background: #eee;
	}

#closing{
	clear: both;
	text-align: center;
	background-color: #710000;
	color: #E0E0E0;
	border: 1px dotted black;
	letter-spacing: .1em;
	}
	
.anyone{
	color: gray;
	font-size: 300%;
	line-height: 1em;
	margin: 4px 10px 10px 0;
	padding: 4px 8px;
	border: 2px solid #ccc;
	background: #eee;
	}
	
#stagephoto_4{  /*place-holder code for image*/
	border: 10px solid black;
	width: 320px;
	height: 170px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
	
#footer{
    font-family: "Arial Black", Helvetica, sans serif;
    font-size: 70%;
    background: gray;
    float: none;
    border-top: 5px groove black;
    text-align: center;
    padding-bottom: 1px;
    
    }

#footer li{
    display: inline;
    font-size: 90%;
    padding: 2px;
    }   

