@charset "utf-8";
/* CSS Document */

#left
{
	background-color:lightgrey;
	float:left;
}

#container
{
	background-color:lightgrey;
	width:933px;
	margin:0 auto;
	padding:4px 0 4px 6px;
}

#main
{
    background-color:white;
    float:left;
	margin-left:5px;
	text-align:center;
	border:1px solid #909090;
}

#header
{
	background-color:white;
	width:inherit;
	height:100px;
	border-bottom:4px solid lightgrey;
}

	#header h1
	{
		display:none;
	}

.nav
{
	width:auto;
	font-weight:normal;
	position:relative;
	z-index:1000;
	overflow:hidden; /*IE hack*/
}

.topnav
{
	background-color:lavender;
	margin:10px 0px;
}

.topnav li
{
	border-right:1px solid black;
}
	
#content
{
    height:auto;
    font-family:arial;
    /*padding:17px 17px 17px 17px;*/
	font-weight:normal;
	text-align:center;
}  

.imgLink img
{
    text-decoration:none;
    border:0px;
}


	
.nextShow
{
    font-family:Comic Sans MS;
    width:194px;
    text-align:center;
	padding:3px;
	background-color:white;
	margin-bottom:5px;
	border:1px solid #909090;
}
	.nextShow span
	{
		font-family:arial;
	}
	.nextShow ul
	{
		padding:0px 0px 0px 14px;
		margin:0px;
	}
	.nextShow li
	{
		list-style-type:none;
	}
	
	#showdate
	{
	    font-family:arial;
	    color:orangered;
	    font-size:22pt;
	}
	#location
	{
	    font-family:Arial;
	    color:Black;
	    font-size:12pt;
	    font-weight:bold;
	}
	#address
	{
	    font-family:Arial;
	    color:Black;
	    font-size:10pt;
	}
	

#footer
{
	clear:both;
	background-color:white;
	padding:4px;
	margin-top:3px;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	border-top:1px solid lightgrey;
	font-weight:normal;
}

#listhead
{
	font-size:12pt;
	margin-top: 20px;
}
