body {
	text-align:center;
	background-color:white;
	background-image:url(/images/background.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial,Helvetica;
	font-size:13px;	
}
table {
	border-collapse:collapse;
}
td {
	font-size:13px;	
}
a {
	font-weight:bold;
	text-decoration:none;
	color:blue;
}
a:hover {
	color:lightblue;	
}
a img {
	border:0px;
}
hr {
	margin-top:20px;
	padding-bottom:10px;	
}
legend {
	font-weight:bold;	
}
#thePage {
	text-align:left;
	width:880px; 
	margin:0 auto; 			
}
#thePagePopup {
	text-align:left;
	margin:0 auto; 			
}
#header {
	border-bottom:1px solid black;
	padding-bottom:4px;
}
#content {
	background-color:white;
	background-image:url(/images/musicLine.png);
	background-position:top center;
	background-repeat:repeat-y;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:50px;
}
.nav {
	padding-left:15px;
	padding-right:15px;
	color:black;
	border:1px outset black;
	margin-left:20px;
	background-color:#FFFDC2;
}	
.nav:hover {
	color:black;
	background-color:white;
	border:1px outset black;
}
.box {
	padding:3px;
	background-color:white;
	border:1px outset black;
	background-image:url(/images/boxShade.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.boxTitle {
	font-weight:bold;
	color:white;
	background-color:black;
	text-indent:10px;
	padding-top:3px;
	padding-bottom:3px;
}
.boxItem {
	padding:3px;
	border-bottom:1px solid silver;
}
.photo {
	border:3px outset silver;
	padding:3px;
	background-color:silver;
}