body {
	background-image:url(images/musicstaff.gif);
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}
	
/* LEFTNAV */	
.leftnav {
	background-color: #FFEFD5;
	display: block;
	width: 200px;
	border: medium double #006600;
	text-align: left;
	vertical-align: center;
}
.leftnav span {
	color: #006600;
	text-align: center;
	font-size: larger;
	font-weight: bolder;
}
.leftnav ul {
	list-style-type: none;
	position: relative;
	left: 0px;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.leftnav ul li {
	margin-top: 4px;
	padding-top: 4px;
	list-style-image: url(images/ERLogo_small.gif);
	list-style-position: inside;
	vertical-align: center;
}
.leftnav ul li a:link {
	color:#006600;
	text-decoration: none;
	font-weight: bolder;
	/*background-color: #FF0000*/
}     /* unvisited link */
.leftnav ul li a:visited {
	color:#006600;
	text-decoration: none;
	font-weight: bolder;
}
.leftnav ul li a:hover {
	color:#00CC33;
	text-decoration:underline;
	font-weight: bolder;
	list-style-image: url(images/bullet.gif);
}  
/* --- end LEFTNAV --- */

/* LEFT AD */
.leftad {
	background-color: #FFEFD5;
	display: block;
	width: 200px;
	border: medium double #006600;
}
/* --- end LEFT AD --- */

/* MAIN CONTENT */
.mainContent {
	background-color: #FFEFD5;
	display: block;
	width: auto;
	border: medium double #006600;
	vertical-align: top;
	min-height: 600px;
}

.headerlarge {
	font-size: 64px;
	vertical-align: top;
}
/* --- end MAIN CONTENT --- */

/* RIGHT AD */
.rightad {
	background-color: #FFEFD5;
	display: block;
	width: 120px;
	border: medium double #006600;
}
/* --- end RIGHT AD --- */

