@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #360001;
	background-image: url(img/christel-rademacher-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
.wrap {
	text-align: center;
	width: 100%;
	height: 100%;
}
.main {
	width: 900px;
	margin: auto;
}
.header-top {
	background-image: url(img/christel-rademacher-head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 322px;
	width: 900px;
}
.main-content-wrap {
	background-color: #FFF;
	float: left;
	width: 900px;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 0px;
}
.content {
	background-image: url(img/centerpiece-separator.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 600px;
	margin-left: 150px;
}
.title {
	font-size: 22px;
	float: left;
	width: 600px;
	font-family: georgia;
}
.text {
	float: left;
	width: 600px;
	line-height: 20px;
}
.footer-wrap {
	height: 30px;
	width: 900px;
	float: left;
	background-color: #250000;
	color: #999;
	font-size: 12px;
	padding-top: 10px;
}
a.link-footer {
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}
a.link-footer:hover {
	text-decoration: none;
	color: #FFF;
}
.text-top {
	color: #FFF;
	text-align: left;
	float: left;
	width: 450px;
	margin-top: 215px;
	margin-left: 25px;
	line-height: 18px;
}
.content2 {
	background-image: url(img/centerpiece-separator.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 600px;
	margin-left: 150px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #999;
}
.menu-wrap {
	background-image: url(img/Christel-menu-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 50px;
	text-align: center;
	color: #FFF;
	width: 760px;
	padding-left: 140px;
	text-decoration: none;
}
a.link-menu {
	font-family: georgia;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	height: 35px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 15px;
	float: left;
}
a.link-menu:hover {
	background-image: url(img/Christel-menu-bg-hover.jpg);
	background-repeat: repeat-x;
}

