@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff3e5; /* #f9fff0 oder #fff3e5 */
}

#center_all {
	display: block;
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}

#main_wrapper {
	display: block;
	margin: 0 auto;
	width: 960px;
	background: url(../images/layout/bafana_dropshadow.png) repeat-y top center;
}

#head {
	display: block;
	margin: 0 auto;
	width: 960px;
}
#head-top {
	display: block;
	width: 941px;
	height: 176px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../images/layout/bafana_header-top.png) no-repeat top center;
	z-index: 2;
}
#head-bottom {
	display: block;
	margin: 0 auto;
	width: 941px;
	height: 107px;
	background: transparent url(../images/layout/bafana_header-bottom.png) no-repeat top center;
	z-index: 1;
}
#main-nav {
	display: block;
	margin: 0 auto;
	width: 941px;
	height: 26px;
	background: url(../images/layout/bafana_nav-bg.png) repeat-x;
}
#main_content {
	clear: left;
	display: block;
	margin: 0 auto;
	width: 921px;
	background: #fff;
	text-align: left;
	padding: 10px;
	overflow: auto;
}

#footer {
	margin: 0 auto 25px auto;
	width: 960px;
	height: 49px;
	background: url(../images/layout/bafana_footer.png) no-repeat;
}

