@charset "UTF-8";
body {
	background: #596a63;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Times, "Times New Roman", serif;
	font-size:119%;
    line-height:1.33em;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
body {margin-right: 0px; margin-left:}   /*crazy hack to target Safari 3/GoogleChrome only --for now */
#lbOverlay {width: 220%; height:2200%;}
}

.suppe #container {
	width: 672px;
	background: #ffffff;
	margin: 0px auto;
	border: 0px;
	text-align: left;
}
.suppe #header {
	text-align: center;
	background-color: #ffffff;
}
.suppe #header h1 {
	margin: 0;
	padding: 0;
}
.suppe #mainContent {
	padding: 0 22px;
	background: #ffffff;
	text-align: left;
}

#gallerytext {
	margin-top: -24px;
	margin-left: 7px;
	text-align: center;
	font-size: .65em;
	color: #596a63;
	letter-spacing: .079em;
}

.textsmall {
	line-height:1.22em; /* 16×1.125=18 */
	font-size: .74em; /* 16x0.75=12px */
}
.suppe #footer {
	margin: 0;
	padding: 0;
	background: #ffffff;
	text-align: center;
}
.suppe #footer p {
	margin: 0;
	padding: 0;
}
img {
	color: #000000;
	border: none;
	border-style: hidden;
	outline: none;
	border-color: #000000;
	outline-color: #000000;
}
a {
	color: #0C0;
	border: none;
	border-style: hidden;
	outline: none;
	border-color: #000000;
	outline-color: #000000;
	text-decoration: none;
}
a.black {
color: #000;
text-decoration: none;
}
a:hover {
	color: #0C0;
	text-decoration: underline;
	border: none;
	border-style: hidden;
	outline: none;
	border-color: #000000;
	outline-color: #000000;
}
a:img { 
	border: none;
	border-style: hidden;
	outline: none;
	color: #000000;
	border-color: #000000;
	outline-color: #000000;
}