body {
	cursor: default;
	margin: 5px 0;
	font: 15px Palatino Linotype, Book Antiqua3, Palatino6, serif;
	background: #eeeeee;
	color: #000;
	text-align: center;
}

h1 {
	color: #00661A;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	border: 1px dotted;
	line-height: 1em;
    padding: 10px;
	margin: 10px 0px;
}

h2 {
	color: #EAF3DA;
	background: #269900;
	text-indent: 0.5em;
	font-size: 1em;
	margin-top: 1em;
}

h3 {
	font-size: 1em;
}

h2 a {
	color: #EAF3DA;
	font-weight: bold;
	text-decoration: none;
    border-bottom: 0px solid;
}

h2 a:hover {
	color: #fff;
    border-bottom: 0px solid;
}

h2 a:visited {
	color: #EAF3DA;
    border-bottom: 0px solid;
}


a {
	color: #00661A;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #009926;
	}

a:visited {
	color: #009926;
}

img {
	border:1px solid #005500;
	}

#page {
	width: 740px;
	margin: 0px auto;
	color: #000;
	background: #E3F8CE;
	text-align: left;
    border: 1px solid #005500;
}

	#header {
		width: 100%;
		height: 100px;
		background-color: #009900;
	}
		#header h1 {
			margin: 0px;
            padding: 0px;
			text-transform: none;
			font: 3.8em Palatino Linotype, Book Antiqua3, Palatino6, serif;
			border: none;
			color: #C9F2A1;
            /*font-size: 3.0em;*/
		}

    #menu {
		letter-spacing: 0.05em;
		line-height: 1.8em;
		font-weight: bold;
		border-bottom: 1px solid #009E28;
		border-top: 1px solid #009E28;
		background: #C9F2A1;
        text-align: center;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu ul, #footer ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

    	#menu li {
			display: inline;
			padding: 0 5px;;
		}

			#menu li a{
				color: #00661A;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #009926;
			}

	#content {
		float: left;
		width: 698px;
		padding: 0px 20px 0px 20px;
		background: #FFFFFF;  /*#FBFFF0*/
	}

	#content img {
	border:1px solid #005500;
	float:left;
	margin:5px 5px 5px;
	}

/*programme notes*/

	#program {
		font: small/1.4em Palatino Linotype, Book Antiqua3, Palatino6, serif;
	}

	
/*footer*/
	#footer {
		clear: both;
		margin: 0px;
		padding: 1px 0px;
		background: #009E28;
		text-align: center;
	}

		#footer li {
			display: inline;
			padding: 0 1em 0 0;
		}

		#footer a {
			color: #C9F2A1;
		}
		
		#footer a:hover {
			color: #fff;
		}

#footer h2 {
	color: #C9F2A1;
	background: #009E28;
	font-size: 1em;
    margin: 5px 0px;
    padding: 1px;
}
