* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(images/kachel.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333;
}

a {
text-decoration: none;
color: #362e19;
}
a:hover {
	text-decoration: underline;
	color: #39776B;
}

#wrap {
	margin: 20px auto;
	width: 800px;
}

#header {
background: url(images/bg.png) no-repeat;
height: 300px;
}

#menu {
	height: 20px;
	line-height: 20px;
	background: url(images/menu.jpg) no-repeat;
	padding-bottom: 10px;
}

#menu ul {
list-style-type: none;
padding-left: 20px;
}

#menu ul li {
display: block;
float: left;
}

#menu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 100;
	font-size: 12px;
	color: #aaa;
}

#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

#content {
background-color:#FFFFFF;
padding: 10px;
}

.text {
	float: left;
	width: 760px;
	text-align: justify;
	padding: 10px;
	font-size: 11px;
	background: #fff;

}
.text h2 {
	font-size: 22px;
	font-weight: normal;
	padding: 15px 0 7px 0;
	color: #999999;
	font-family: "Trebuchet MS";
}

.text h1 {
	font-size: 14px;
	font-weight: normal;
	padding: 15px 0 7px 0;
	color: #999999;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
}

.points {
	border-bottom: thin dotted #666666;
	padding-top: 15px;
}

.points1 {
	border-bottom: thin dotted #666666;
	padding-top: 10px;
	margin-bottom:20px;
}

#footer {
text-align: center;
padding: 10px 0;
font-size: 11px;
}

