body {
	background-color: #e4d9d3;
	text-align: center;
	font-family: arial, verdana, sans-serif;
}
#content {
	width: 820px;
	margin: 0px auto;
	text-align: left;
	border: 3px double #aaa;
	background-color: #fff;
	padding-bottom: 16px;
}
h1 {
	width: 820px;
	height: 160px;
	margin: 0;
	background: url(header.jpg);
	background-position: center;
	text-indent: -9999px;
	margin-bottom: 10px;
	border-bottom: 3px double #aaa;
}
#menu {
	float: left;
	width: 180px;
	height: 250px;
	margin-left: 4px;
	background-image: url(kloak.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu a {
	font-size: 11px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-indent: 10px;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #fff;
	background: #233b88;
}
#menu a:hover {
	background: #fff;
	color: #233b88;
}
#right {
	width: 615px;
	float: right;
	padding-top: 5px;
	height: 350px;
}
p {
	font-size: 12px;
	line-height: 180%;
	color: #111;
	margin-right: 15px;
}
h2 {
	color: #233b88;
	font-size: 17px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 20px 0px 0px 200px;
	border-bottom: 1px solid #ddd;
	width: 605px;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #233b88;
	margin: 10px 0 0 0;
	text-indent: 5px;
	width: 180px;
	border-bottom: 1px solid #ddd;
}
h4 {
	color: #aa0000;
	font-size: 15px;
	font-family: Arial, sans-serif;
	font-weight: 100;
	border-bottom: 1px solid #ddd;
	text-indent: 5px;
	margin-right: 200px;
	width: 350px;
}
ul {
	font-size: 12px;
	margin-left: 22px;
	line-height: 150%;
}
.img-right {
	float: right;
	margin: 10px 15px 15px 15px;
	border: 1px solid #ddd;
}
a {
	color: #aa0000;
}
img {
	border: 0;
}