body {
	background:rgb(74,200,245) url(bg.jpg) repeat-x; 
	color:#000000; 
	text-align:center; 
	position:relative;
	z-index:0;
}
div,td {
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	behavior:url(http://www.amherstearlymusic.org/scripts/border-radius.htc);
}
div.container {
	position:relative; 
	margin: 0 auto; 
	width:800px; 
	height:auto;
	text-align:center; 
	z-index:1;
	background-color:#FFFFFF;
}
div.header {
	position:relative; 
	width:800px; 
	text-align:left;
	background-color:#444444; 
	z-index:2;
}
div.header a {
	color:#ffffff; 
	text-decoration:none;
}
div.header a:hover {
	color:#ffffff;
}
img {
	border:0;
	margin:10px 5px 5px 0px;
}
img.logo {
	border:0px; 
	margin:5px; 
	position:relative; 
	text-align:center;
}
table.header {
	position:relative;
	border:0; 
	width:780px; 
	margin:10px; 
	color:white; 
	background-color:#444444;
	z-index:inherit;
}
table.header td {
	width:auto;
	text-align:center;
	background-color:#444444;
	vertical-align:middle;
}
table.header td:hover {
	width:auto; 
	text-align:center; 
	background-color:#aa0055;
}
table.header td span {
	width:100%;
}
div.content {
	position:relative; 
	margin:10px; 
	width:780px; 
	background-color:#FFFFFF;
	color:#000000; 
	text-align:left;
	z-index:3;
	behavior:none;
}
div.content a {
	color:#444499;
}
p.breadcrumb {
	font-size:9px;
}
div.menu {
	position:absolute; 
	top:100px;
	left:5px; 
	background-color:#aa0055; 
	width:150px; 
	padding:3px;
	height:auto;
	float:left;
	color:#FFFFFF;
	z-index:4;
}
div.menu a {
	color:#00CCFF;
}
div.box {
	position:relative;
	border:thick solid #aa0055; 
	background-color:#FFFFFF;
	width:360px; 
	height:auto; 
	padding:5px; 
	margin:5px; 
	float:left;
	z-index:inherit;
}
div.doublebox {
	position:relative;
	border:thick solid #aa0055; 
	background-color:#FFFFFF;
	width:750px; 
	height:auto; 
	padding:5px; 
	margin:5px; 
	float:left;
	z-index:inherit;
}
div.buttonrow {
	position:relative;
	behavior:none;
	height:auto;
}
div.button {
	position:relative;
	border:thin solid #aa0055; 
	background-color:#FFFFFF;
	font-weight:bold;
	width:160px; 
	height:100%; 
	padding:5px; 
	margin:5px; 
	float:left;
	z-index:inherit;
}
div.button img {
	width:155px;
	border:none;
}
div.footer {
	position:relative;
	font-size:10px; 
	margin: 0 auto; 
	text-align:center; 
	margin-top:3em; 
	margin-bottom:3em;
	clear:both;
	behavior:none;
	z-index:2;
}