body {
	font-family: "times new roman", serif;
	font-size: 16px;
	color: #ffffff;
	background-color: #eeeeff;
	background-image: url(greybg.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
	min-width: 600px;
}
a, a:visited {
	font-weight: bold;
}
#mainpage {
	margin: 0px auto;
	width: 1150px;
	position: relative;
	clear: left;
}
#container {
	position: relative;
	margin: 8px auto;
	width: 795px;
	clear: left;
}
#titlebar {
	text-align: center;
	margin: 0px auto;
	height: 150px;
	width: 791px;
	background-color: #000033;
	margin: auto;
	border-style: groove;
	border-width: 3px;
}
#content {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	min-height: 919px;
	width: 573px;
	text-align: left;
	border-style: groove;
	border-width: 3px;
	padding: 8px;
	background-color: #000033;
}
#aboutbox {
	width: 175px;
	height: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: left;
	border-style: groove;
	border-width: 3px;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	background-color: #000033;
}
#menubox {
	width: 175px;
	height: 200px;
	position: absolute;
	right: 0px;
	top: 223px;
	text-align: left;
	border-style: groove;
	border-width: 3px;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	background-color: #000033;
}
#pastshows {
	width: 175px;
	height: 200px;
	position: absolute;
	right: 0px;
	top: 448px;
	text-align: left;
	border-style: groove;
	border-width: 3px;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	background-color: #000033;
}
#license {
	width: 175px;
	height: 250px;
	position: absolute;
	right: 0px;
	top: 673px;
	text-align: left;
	border-style: groove;
	border-width: 3px;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	background-color: #000033;
}
.photoleft {
	position: absolute;
	display: inline;
	left: 1px;
	top: 1px;
	clear: left;
}
.photoright {
	position: absolute;
	right: 0px;
	top: 0px;
}
.boxtitle {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #cc6666;
}
.menu {
	text-align: center;
	list-style-type: none;
	font-size: 20px;
	padding: 0px;
	margin-left: 0px;
}
.menuitem {
	text-decoration: none;
	color: #ffffff;
}
.shownotes {
	list-style-type: none;
	margin: 3px;
}
.episode {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	padding: 0px;
	margin-left: 3px;
}
.descriptions {
	margin-left: 18px;
}
