body, html {
	font-size: 12px;
	font-family: sans;
}

#header {
	position: absolute;
	left: 50%;
	top: 10px;
	width: 566px;
	height: 137px;
	margin: 0px 0px 0px -283px;
}

#header h1 {
	display: none;
}

#stylers {
	float: right;
}

#main {
	position: absolute;
	top: 147px;
	text-align: justify;
	padding: 10px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	border: 1px #555555 dashed;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.picture {
	margin-left: auto;
   margin-right: auto;
	width: 300px;
	text-align: center;
	padding: 5px;
}