body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/dark_bg.jpg);
	background-repeat: repeat;
	padding: 14px;
}
.leftside {
	background-image: url(images/left_border.jpg);
	background-repeat: repeat-y;
	width: 27px;
}
.rightside {

	background-image: url(images/right_border.jpg);
	background-repeat: repeat-y;
	width: 25px;
}
.maincontent {
	background-image: url(images/contentbg8.jpg);
}
.nextshow {
	background-image: url(images/nextshow_main.jpg);
	background-repeat: no-repeat;
	height: 141px;
	width: 232px;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: right top;
	margin: 0px;
}
.nav {
	color: #990000;
	text-decoration: none;
}
.nav:hover {
	color: #990000;
	text-decoration: underline;
}
.dates {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	vertical-align: top;
}
INPUT {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
}
