body {
font-family: Verdana;
background-image: url(background_grad.png);
}
* {
margin: 0;
padding: 0;
}
h1 {
	font-size: 14px;
	color: #697808;
	text-align: left;
	}
p {
	font-size: 12px;
	color: #282828;
	text-align: left;
	}
.container {
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}
.header {
	margin-top: 40px;
	background-image: url(PAPUlogo_txt.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
}
.toplinks {
	color: #e4e4e4;
	height: 50px;
	width: 800px;
}
.content {
	border: 1px solid #888888;
	height: auto;
	width: 800px;
	padding-top: 40px;
	float: left;
	border-radius: 5px;
}
.picture {
	background-color: #666666;
	height: 150px;
	width: 650px;
	margin: 0px auto;
	border-radius: 10px;
	box-shadow: 3px 3px 10px #888888;
}
.contactform {
	font-size: 10px;
	color: #282828;
	height: 280px;
	width: 280px;
	float: left;
	padding-top: 40px;
	padding-left: 75px;
}
.hometext {
	color: #FFF;
	border-left: 1px solid #373737;
	height: auto;
	width: 315px;
	text-align: left;
	font-family: Verdana;
	padding-left: 20px;
	margin: 40px;
	float: left;
}
.footer {
	background-color: #282828;
	color: #FFF;
	font-size: 10px;
	height: 50px;
	width: 802px;
	padding-top: 20px;
	position: relative;
	float: left;
	border-radius: 5px;
}
.links {
	color: #FFF;
	height: auto;
	width: auto;
	position: relative;
	margin-right:20px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	top: 19px;
}
	