html{
	padding:0;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

body{
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #E9F3E9;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin:0;padding:0;
}
div#container{
	text-align:left;
	width:760px;
	margin:0 auto;
	background-color: #D0E8D0;
}
#header {
	margin-bottom: 20px;
}
div#navigation{float:left;width:190px}

div#content, div#eventcontent{
	float:right;
	width:560px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #9BCE9B;
}
#content h1{
	font-size: 1.6em;
	font-weight: bold;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #1D381D;
}
#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #1D381D;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9BCE9B;
	padding-top: 5px;
}
div#content p{
	line-height:1.2;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #1d381d;
}
#eventcontent h1{
	font-size: 1.6em;
	font-weight: bold;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #1D381D;
}
#eventcontent h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: #1D381D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9BCE9B;
	padding-top: 5px;
}
div#eventcontent p{
	line-height:1.2;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: #1d381d;
}
div#extra{
	clear:both;
	width:100%;
	padding-top: 10px;
}
#extra p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#footer{
	color: #1D381D;
	text-align: center;
	padding-top: 10px;
}
div#footer p{margin:0;padding:5px 10px}


#navigation ul {
	list-style: none;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 1.4em;
	margin-top: 5px;
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#navigation a {
	text-align: left;
	display: block;
	text-decoration: none;
	color: #1D381D;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#navigation a:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #73B973;
}

#navigation #current a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1d381d;
}
#navigation #picture {
	text-align: center;
}
#navigation #picture p {
	font-style: italic;
	margin-top: 5px;
	padding-top: 0px;
}
