/* CSS Document */

body {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
#content {
	width: 600px; 
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; border: 1px solid white;
	/* opera does not like 'margin:20px auto' */
	background: #00000;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 600px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px;

	}
html>body #content {
	width: 600px; /* ie5win fudge ends */
	}

#headerimage { }

#nav { margin: 0px 0px; padding: 0px 0px; width: 600px; height: 40px; background-image: url(images/NavBkg.gif); text-align: center; border-bottom: 1px solid white;}
	
#menu {	padding: 0 0 0 91px;
		margin: 0;
		z-index: 10;
		text-align: center;
		}
	body>#tabmenu {position: fixed;} /*Opera and Mozilla*/

#menu li { float: left;
		
		margin:0;
		padding:0;
		list-style-type: none;}
		
#menu li.current { display:block; text-indent:-53px; }
		
#menu a, a.active { display: block; height: 20px; width: 53px; overflow: hidden; }

#menu a:hover { display:block; text-indent:-53px; }

#main { width: 600px; height: auto; margin: 0px; padding: 0px; border: 0px solid blue;  background: url(images/back1.gif);}

#news {width: 60%; border: 0px solid red; float: left; }

#sidebar { width: 29%; margin-top: 8px; border: 0px solid blue; float: right; position: relative; display: inline; }

#nextshow {padding: 10px 0 10px 4px; border-bottom: 1px dotted #efefef; text-align: center;}

h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold;}

h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold;}

#footer { width: 600px; height: 63px; padding-top: 5px;}

.note { font: Georgia, "Times New Roman", Times, serif; font-size: 10px; }

.note a { color: #ffffff; }

.note a:hover {color: #000000; background: #ffffff;}

.title { font-size:13px; font-weight: bold; }

 a { color: #ffffff; }

 a:hover {color: #000000; background: #ffffff;}

