html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #ede4ff url('bg.gif') no-repeat top right;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
a {
	color: #622680;
	text-decoration: none;
}

#main {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content {
	padding: 215px 10px 40px 10px;
}

#homelink { display: block; width: 560px; height: 100px; position: absolute; top: 55px; right: 233px; }

#menu, #submenu {
	font-size: 9pt;
	position: absolute;
	right: 277px;
}
#menu {
	top: 162px;
}
#submenu {
	top: 184px;
}
.menu a.a, .menu a.b {
	display: block;
	float: left;
	margin: 1px;
	background-color: #e4ddf6;
	padding-top: 3px;
	height: 17px;
	text-align: center;
}
.menu a.a {
	width: 50px;
	background-image: url('menu.gif');
}
.menu a.b {
	width: 102px;
	background-image: url('menu.gif');
	background-position: -50px 0px;
}
.menu a:hover {
	color: #000;
	background-color: #e0d9f2;
}
.menu .sel {
	color: #000;
	background-color: #d0cee2;
}
#submenu.menu .sel {
	font-weight: bold;
}

#block {
	float: right;
	width: 230px;
	height: 200px;
}
#news {
	float: right;
	width: 550px;
	padding-bottom: 40px;
}
#playlist {
	padding-left: 122px;
}
#playlistdates {
	float: left;
	width: 102px;
	margin: -30px 20px 0 0;
	_padding-bottom: 20px;
}
#playlistdates.withmenu {
	margin: 0 1px 0 0;
}
#playlistdates h1 {
	background: #ede4ff url('playlist-top.gif') no-repeat;
	margin: 0;
	height: 14px;
	padding-top: 2px;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}
#playlistdates h2 {
	margin: 0;
	height: 2px;
	background: #ede4ff url('playlist-bot.gif') no-repeat;
	font-size: 0;
}
ul.makeMenu {
	border: 1px solid #877c9f;
	border-width: 0 1px;
	margin-top: 0px;
}

ul.makeMenu, ul.makeMenu ul {
  background-color: #ede4ff;
  padding-left: 0px;
  cursor: default;
  margin: 0px;
}
ul.makeMenu li {
	list-style-type: none;
	margin: 0px;
}
ul.makeMenu li > ul {
	display: none;
	margin-left: -2px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	background-color: #e0d9f2;
	color: #000;
}
ul.makeMenu ul.CSStoShow {
	display: block;
}
ul.makeMenu li:hover > ul {
  display: block;
}
li.month {
	padding-left: 2px;
}


ul.makeMenu li a { display: block; padding-left: 50px; background-color: #ede4ff; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; font-weight: bold; }
ul.makeMenu li:hover > a { color: #000; }


#disclaimer {
	font-size: 9pt;
	color: #888;
	text-align: right;
	background-color: #e5dcf7;
	width: 100%;
	position: fixed;
	bottom: 0 !important;
	bottom: -1px;
	_margin-left: -132px;
}
#disclaimer span {
	margin-right: 1em;
}


#yearend { margin-right: 250px; }
#yearend .subhead { font-size: 9pt; }
#yearend .options { margin-top: 15px; }
#yearend .options div {
	min-height: 25px;
	_height: 30px;
	border-bottom: 1px solid #d7ccef;
	margin-top: 3px;
}
#yearend .options select { float: right; }
#yearend .options input { width: 300px; }
#yearend .options textarea { width: 100%; }