body {
    text-align: center;
    min-width: 970px;
	background: #777777;
	padding: 0;
	margin: 0;
}
body#simple {
	background: transparent;
}

#wrapper {
    width: 970px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
#wrapper-inner {
	
}

#header {
	position: relative;
	padding: 0;
	height: 140px;
	width: 877px;
}
#logo {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 436px;
	height: 129px;
	background: #777777 url('/inc/img/Karel_logo_gray.jpg') left bottom no-repeat;
}

#navigation {
	font-variant: small-caps;
	color: #ffffff;
	padding: 3px;
}
#navigation ul {
	
}
#navigation ul a {
	color: #333333;
}

#content-wrapper {
	
}
#content {
	text-align: center;
}

#footer {
	padding: 5px 0 10px;
	color: #111111;
	font-size: 0.8em;
	text-align: center;
}

#frontpage-gallery {
	background: #000000;
	border: 1px solid #000000;
}
#frontpage-gallery td {
	border: 1px solid #000000;
}
