body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 180%;
	color: #fff;
	
	background-color: #000;

}

#logo {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0.5em;
	width: 36px;
	height: 36px;
}

#advboven {
	margin: 2em 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
	text-align: center;
}

#advboven iframe {
	margin: 0 1em 0 0;
	padding: 0;
}

#advboven .banner {
	width: 234px;
	height: 60px;
	float: left;
	margin: 1em;
	box-shadow: 0 0 5px #CCC;
}

.banner a {
	text-decoration: none !important;
}

.banner img {
	margin: 0;
	padding: 0;
}

#slideshow {
}

#slideshow .item {
	padding: 3em;
	height: 100%;
}

#slideshow .item img {
	float: right;
	max-width: 250px;
	max-height: 250px;
	margin: 0 0 0 4em;
	clear: bottom;
}

.intro {
	font-size: 120%;
	font-weight: bold;
}

.bottomline {
	font-size: 80%;
	color: #ddd;
}

#footer {
	font-size: 8pt;
	padding: 1em;
	position: fixed;
	bottom: 0;
	right: 0;
	color: #808080;
}