/* CSS Document */

body {
	font: 0.8125em Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align: center;
	background-image:url(images/moon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h2 {font: 1.5em Georgia, "Times New Roman", Times, serif; letter-spacing: 1px;}
h3 {font: bold 1em  Georgia, "Times New Roman", Times, serif; letter-spacing: 2px;}
h4 {font: bold 1.1em Georgia, "Times New Roman", Times, serif; letter-spacing: 1px;}

a {color: #000;}

#container {
	/*border: 1px solid #000; */
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
}

#top {
	margin: 0;
	padding: 0;
}

#left {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
}

#navi, #ad {
	margin: 20px;
	padding: 0;
	list-style: none;
	font: 15px Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 140%;
}

#navi li a, #ad li a {
	text-decoration: none; color: #000;
	display: block;
	width: 160px;}

#navi li a:link, #navi li a:visited {
	border-bottom: 4px solid #fff;
}

#navi li a:hover {
	border-bottom: 4px solid #004c79;
}


#content {
	margin: 0;
	padding: 0;
	margin-left: 200px;
	width: 500px;
}

#content p {
	line-height: 160%;}

#live {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 120%;
}

#live li {
	width: 300px; 
	position: relative;
	margin-bottom: 10px;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 2px;
	font-size: 11px;
}

#pastlive {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;}

#pastlive dt {margin-top: 20px;}
#pastlive dd {width: 250px;}

#book {
	margin: 10px 0;
	background-color: #004c79;
	padding: 6px;
	width: 440px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #fff;
}

#book a {color: #fff;}

#panel {padding: 3px;}

#panel2 {padding: 3px; font-size: x-small;}
#panel2 p {border-bottom: 1px dotted #666;}

#photo {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: x-small;
}

#photo li {
	float: left;
	margin: 3px;
	text-align: center;
	display: block;
	width: 150px;
	height: 170px;
}

#links {
	list-style: none;
	font-size: x-small;
	line-height: 140%;
}

#links li {
	margin-bottom: 12px;}

#newslist {
	list-style: none;
	line-height: 150%;
	font-size: x-small;
}

#newslist li {
	margin-bottom: 10px;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 2px;}

/* fix for mozilla's center-position-changes-when-scrollbar-appears behaviour */
html {
	overflow:-moz-scrollbars-vertical;
}
