div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
div#navigation {
	position: absolute;
	left: 10px;
	top: 165px;
}
div#content {
	position: absolute;
	left: 230px;
	top: 165px;
	right: 10px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
}
body a {
	color: #0099FF;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
.picture {
	border: 1px solid #f4f4f4;
}
.style1 {
	font-size: 12px;
	line-height: 150%;
}
input[type="submit"], select, input[type="text"], textarea {
	color: #000;
}
