html {
/*
	background-image: url(/Images/christmasconcert2.jpg);
	background-image: url(/Images/bg_marble.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
*/
	background-color: #eee;
}

body {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 0.8em;
	line-height: 160%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
	color: #eee; 
	text-decoration: none;
}

a img {
	border: none;
}

p {
	text-align: center;
}

div.navigation {
	border: none;
	color: blue;
	left: 0;
	margin-top: 12em;
	margin-left: 0;
	line-height: 200%;
	position: absolute;
	text-align: center;
}

div.navigation a {
	display: block;
	background-color: black;
	padding: 0.1em;
	width: 8em;
	border-top: 3px groove #888;
	font-weight: 800;
}

div.navigation a:first-child { border-top: none; }

body>div.navigation { position: fixed; }

div.navigation a:hover {
	color: blue;
	background-color: #222;
}
	
div.sheet {
	margin-top: 40px;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 40px;
	min-width: 580px;
	border: medium inset silver;
}

div.sheet div.header {
	background-color: #222;
	background-position: top left;
	heigh: 100px;
	margin: 0 0 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: 'Zapf Chancery', cursive;
	color: silver;
	font-size: larger;
}

div.sheet div.main {
/*
	background-image: url(/images/transback.png);
	background-repeat: repeat;
*/
	background-color: #f4f4f4;
	padding-top: 20px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
	text-align: center;
}

div.sheet div.main h2 {
	color: blue;
	margin-top: 2em;
	margin-bottom: 2em;
}

div.sheet div.main h4 {
	color: #555;
}

div.sheet div.main p {
	text-align: left;
	margin-left: 3em;
}

div.sheet div.main a {
	color: #f00;
}

div.sheet div.main a:hover {
	color: #800;
}

div.sheet div.main p.update {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	margin-left: 0;
	color: #555;
}
