* {
	margin:0;
	padding:0;
}
body {
	background:#cccccc no-repeat;
	background-image:url(images/bground4.jpg);
	background-repeat:repeat;
	background-position:top center;
	font: 78% Arial, Helvetica, sans-serif;
	color:#555555;
}
p {
	margin:0 0 16px 0;
}
h1 {
	color:#555;
	font-size:3.6em;
	letter-spacing:-3px;
	margin:0;
	text-align:right;
}
h2 {
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:5px 0 10px;
}
a {
	background-color:inherit;
	color:#336633;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul, ol {
	margin:0 0 16px 15px;
	padding-left:5px;
}
ul ul, ol ol {
	margin:3px 0 0 15px;
}
img {
	float:left;
	margin:0 10px 5px 0;
}
#title {
	position:relative;
	width:243px;
	height:93px;
	margin:0 auto;
}
#container {
	background:#fff bottom left no-repeat;
	border:1px solid #555;
	color:#555;
	margin:0 auto 15px;
	padding:10px;
	width:700px;
	line-height:1.3em;
}
#sidebar {
	float:left;
	padding-left:10px;
	width:110px;
	top: 300px;
}
#sidebar p {
	margin:10px 0 5px 10px;
	text-align:left;
	font-size:0.8em;
}
#sidebar p a {
	font-weight:400;
}
#main {
	float:right;
	width:385px;
	overflow:auto;
}
#program{
	float:right;
	width:525px;
	overflow:auto;
}
#gallerymain {
	float:right;
	width:500px;
	overflow:auto;
}
#footer {
	clear:both;
	color:#aaa;
}
.menu {
	color:#666633;
	display:block;
	font-size:1em;
	font-weight:bold;
	padding:4px 2px 1px 10px;
	width:70px;
	background-image:url(images/leaf.png);
	background-position:right;
	background-repeat:no-repeat;
}
.menu:hover {
	color:#333333;
	text-decoration:none;
}
.credits {
	color:#777;
	font-size:0.9em;
	margin-bottom:0;
}
.credits a {
	color:#777;
}

