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

#wrapper {
    width: 888px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    padding-right: 9px;
    background: url('/inc/img/shadow_right.gif') right top repeat-y;
}
#wrapper-inner {
	padding-left: 9px;
	background: url('/inc/img/shadow_left.gif') left top repeat-y;
}

#header {
	position: relative;
	padding: 0;
	height: 140px;
	width: 877px;
	background: #111111;
	border: 1px solid #111111;
}
#slides_top_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 140px;
}
#logo {
	position: absolute;
	bottom: 0;
	left: 340px;
	width: 436px;
	height: 129px;
	background: #111111 url('/inc/img/Karel_logo_black.jpg') left bottom no-repeat;
}

#navigation {
	font-variant: small-caps;
	color: #ffffff;
	padding: 3px;
	background: #3E296F url('/inc/img/shadow_menu_top.gif') top left repeat-x;
}
#navigation ul {
	background: #3E296F url('/inc/img/shadow_menu_bottom.gif') bottom left repeat-x;
}
#navigation ul a {
	color: #CCCCCC;
}

#content-wrapper {
	color: #ffffff;
	background: #000000;
	border: 1px solid #000000; /* Fix for margin collapsing (color same as background). */
	
}
#content {
	margin: 10px 20px;
	background: #000000;
}

#footer {
	clear: both;
	padding: 5px 0 10px;
	color: #ffffff;
	background: #000000;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #3E296F;
}

