body { 
	font-family: "Georgia", serif; 
	color: black; 
	background-color: turquoise;
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;	
}
h1 {text-align: center; font-style: italic; letter-spacing: 1px;}
h2  { text-align: center; }
img#ph-photo, img.homeimage { margin: 5px 0px 10px 15px; float: right; border: 0;}
img.fest { margin: 5px 0px 10px 15px; border: 0;}

#ph-photo {float:right; font-size:small; text-align: center;}
.fest-small {font-size:small;}

.mbody {
	float: right;
	width: 770px;
}
/* Navigation bar*/
.lnav {
	padding: 0px; /* Firefox */
	margin: 0px;	/* IE */
	list-style-type: none;
	float: left;
	top: 1em;
	background-color: blue;
	width: 190px;
	border-radius: 10px;
}
.lnav li {
	text-align: center;
	background-color: #000000;
	width: 150px;
	margin: 20px 5px 20px 20px;
}
.lnav li a {
	background: black; /*color of menu by default*/
	font: 15px "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto;
	padding: 5px 0px;
	text-decoration: none;
}
.lnav li a:visited, ul.lnav li a:active, ul.lnav li a:link {
	font-style: italic;
	font-weight: normal;
}
ul.lnav li a:hover {
	font-style: normal;
	font-weight: bold;
}
ul.lnav li:first-child a {
	font: bold 25px "Lucida Grande", "Trebuchet MS", Verdana;
}
ul.lnav li:first-child a:visited, 
ul.lnav li:first-child a:active, 
ul.lnav li:first-child a:link {
	font-style: normal;
	font-weight: bold;
}
table.prog { width: 95%; margin: auto;}
table.prog tr { vertical-align: top; }
table.prog tr td, table.prog tr th{
	text-align: left; 
	font-size: 15px; 
	padding: 0px 10px 7px 0px;
}
table.fest {width: 100%;}
table.fest tr {vertical-align: top;}
table.fest tr td {
	text-align: left; 
	padding: 5px 10px 0px 0px;}
.fest{
	font-size: 15px; 
}
.festbox {
	padding: 2px; 
	font-style: italic;
	background-color: PaleTurquoise;
}
.festbox a {
	font-style: italic;
	text-decoration: none;
	color: OrangeRed;
}
.festbox a:hover {
	font-style: normal;
	text-decoration: underline;
}
