body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	background: #FEAE02;
	color: #7A7770;
}
img {
	border: none;
}
#logo {
	margin: 10px 0 10px 20px;
}
a:link, a:visited, a:active {
	color: #54B6F5;
	text-decoration: none;
	background: none;
}
a:hover {
	color: #54B6F5;
	text-decoration: underline;
	background: none;
}
div.wrapper {
	width: 900px;
	margin: 0 auto;
}
div.header1 {
	width: 900px;
	height: 200px;
	padding: 0;
	border-bottom: 2px solid #FEAE02;
	background:#ffffff url('images/header01.png') no-repeat right top;
	color: #7A7770;
}
div.header2 {
	width: 900px;
	height: 200px;
	padding: 0;
	border-bottom: 2px solid #FEAE02;
	background:#ffffff url('images/header02.png') no-repeat right top;
	color: #7A7770;
}
div.header3 {
	width: 900px;
	height: 200px;
	padding: 0;
	border-bottom: 2px solid #FEAE02;
	background:#ffffff url('images/header03.png') no-repeat right top;
	color: #7A7770;
}
div.header4 {
	width: 900px;
	height: 200px;
	padding: 0;
	border-bottom: 2px solid #FEAE02;
	background:#ffffff url('images/header04.png') no-repeat right top;
	color: #7A7770;
}
div.header5 {
	width: 900px;
	height: 200px;
	padding: 0;
	border-bottom: 2px solid #FEAE02;
	background:#ffffff url('images/header05.png') no-repeat right top;
	color: #7A7770;
}
div.header6 {
	width: 900px;
	height: 200px;
	padding: 0;
	border-bottom: 2px solid #FEAE02;
	background:#ffffff url('images/header06.png') no-repeat right top;
	color: #7A7770;
}
div.header7 {
	width: 900px;
	height: 200px;
	padding: 0;
	border-bottom: 2px solid #FEAE02;
	background:#ffffff url('images/header07.png') no-repeat right top;
	color: #7A7770;
}
div.menu {
	margin: 25px 0 0 30px;
}
div.menuitem {
	float: left;
	margin: 0 14px 0 0;
	display:inline
}
div.menuitem a, div.menuitem a.visited {
	padding: 0 0 0 20px;
	color: #54B6F5;
	text-decoration: none;
	background: #ffffff url('images/stern15.png') no-repeat left center;
	font-size: 14px;
}
div.menuitem a.active, div.menuitem a:hover  {
	color: #7a7770;
	background: #ffffff url('images/stern15.png') no-repeat left center;
	font-size: 14px;
}
div.content {
	width: 840px;
	min-height: 340px;
	padding: 30px 30px 70px;
	font-size: 13px;
	color:#7a7770;
	background: #ffffff url('images/footer.png') no-repeat right bottom;
}
