@charset "UTF-8";
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #fefefe;
	margin: 20px;
	padding: 20px;
	color: #222222;
	line-height: 20px;
}
.body {
	position: absolute;
	width: 450px;
	padding: 10px;
	top: 150px;
}
.headline {
	background-image: url("images/headline.jpg");
	background-repeat: no-repeat;
	width: 172px;
	height: 32px;
}

p {
	padding-bottom: 30px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 10px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #222222;
	line-height: 0px;
}
.links {
	position: absolute;
	width: 200px;
	left: 500px;
	top: 150px;
	padding-left: 50px;
	padding-top: 10px;
}
a {
	text-decoration: none;
	color: #3399cc;
}
a:hover {
	text-decoration: none;
	color: #3399cc;
}
.header {
	position: absolute;
	width: 600px;
	height: 80px;
	padding: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


