body {background: #fff; margin:0px auto;
	  font-family: Georgia, "Times New Roman", sans-serif;
	  font-size: 85%; 
	  color: #000;
	  line-height: 1.6em;}
	 

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -100px;
	text-align: center;
}

#wrapper {
	background-color: #fff;
	position: relative;
	text-align: center;
	width: 100%;
	height: 380px;
	margin: 0px auto;
	}

#wrapper_page {
	background-color: #fff;
	text-align: center;
	margin: 0px auto;
	width: 600px;
	position: relative;
}

#wrapper_page p, #wrapper_page ul, #wrapper_page ol,
#wrapper_page h1, #wrapper_page h2, #wrapper_page h3, #wrapper_page h4, #wrapper_page h5, #wrapper_page h6 {
	text-align: left;
	color: #000;
}

#wrapper_page h2.imageheadline {
	text-align: left;
}

#postersection {
	float: right;
	top: 100px;
	right: 0px;
	width: 210px;
	height: 420px;
	text-align: center;
	margin-left: 2em;
}

#postersection img {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#postersection p {
	text-align: center;
}

#postersection form {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.notice_square {
	background-color: #eee;
	padding: 8px;
	width: 354px;
}

.credit { color: #666658; text-align: center; font-size: .8em; line-height: 1.2em; text-align: center;}

a:link, a:visited {color: #f89021; }
a:hover, a:active {color: #d87010; }

a.button:link {
	font-family: Georgia, serif;
	font-weight: bold;
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #f89021;
	background-color: #eee;
}

a.button:hover {
	font-family: Georgia, serif;
	font-weight: bold;
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #f89021;
	background-color: #ccc;
}