/*dull #111111 #445566 #99aacc #bbbbdd #7788aa vibrant #222222 #445577 #88bbff #bbddff #4488dd */
div.header {
	background-color: #bbddff;
	/*height: 60px;*/
	padding: 10px;
}
.section {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}


.menuitem {
	left: -30px;
	list-style:none;
	list-style-image: none;
	list-style-position: outside;
	lis-style-type: none;
	padding:5px;
	margin: 5px;
	position: relative;
}

.menuitem a span {
	/* visibility:hidden; */
}

#musicmenu {
	/* background:transparent url(../images/musicmenu.gif) no-repeat; */
}

#musicmenu a:hover {
	/* background:transparent url(../images/musicmenuon.gif) no-repeat; */
}

.separator {
	background-color: #88bbff;
	height: 20px;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: medium;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #445577;
	border-right-color: #445577;
	border-bottom-color: #445577;
	border-left-color: #445577;
}



div.pagebody {
	/*background-color: bbddff;
	display: block;
	width: 100%;
	float: none;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #88bbff;*/
	height: 100%;
}

div.navigator {
	height:100%;
	clear: none;
	/*background-color: #bbddff;*/
	float: left;
	width: 200px;
	/*display: inline;*/
}
div.page {
	width: 800px;
	display:block;
	background-color: #bbddff;
	text-align:left;
	/*margin-top:20px;*/
	margin-left:auto;
	margin-right:auto;
	/*height:100%;*/
}

#pagetop {
	display:block;
	height:20px;
	width:800px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background:transparent url(../images/topborder.gif) no-repeat scroll 0%;
}

#pagebottom {
	display:block;
	height:20px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:transparent url(../images/bottomborder.gif) no-repeat scroll 0%;
}

div.content {
	background-color: #bbddff;
	clear: none;
	float: left;
	padding:10px;
	width:580px;
}

body {
	background:#222222 url(../images/gradient.jpg) repeat-x fixed;
	background-color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
	text-align:center;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#headerstrip {
	background-color:#BBDDFF;
	border-bottom:22px solid #88BBFF;
	border-top:10px solid #4488DD;
	height:7px;
}

#footer {
	background-color:#BBDDFF;
	border-top:22px solid #88BBFF;
	border-bottom:10px solid #4488DD;
	height:7px;
}

p.narrow {
	width:425px;padding:10px;
}

a {
	color:#445577;
}

a:visited {
	color:#4488dd;
}