body {
	background-color: #00389b;
	background-image: url("images/body_bg.gif");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute;
	top: 20px;
	z-index: 100;
	width: 700px;
}
#menu dl {
	float: left;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin: 1px;
}
#menu dd {
	display: none;
}
#menu li {
	text-align: center;
	background-color: #6699cc;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background-color: #00389b;
	color: #fff;
}
#trio {
	color: #ccc;
	font-size: xx-large;
	font-weight: bold;
}
.about {
	width: 160px;
}
.bands {
	width: 160px;
}
.performances {
	width: 210px;
}
.lessons {
	width: 170px;
}
a:link {
	color: #ccc;
}
a:hover {
	color: #999;
}
a:active {
	color: #999;
}
a:visited {
	color: #ccc;
}
.close {
	width: 10%;
}
.description {
	color: #fff;
}