div.buttonbox {
	height: 400px;
	margin: 10px 20px 10px 10px;
	padding: 20px 20px 80px 0px;
	float: left;
	border-right: 1px solid #eee;
}

div.buttonbox img {
	margin-bottom: 20px;
	display: block;
}

div.loginbox {
	width: 560px;
	height: 190px;
	margin: 30px auto;
	padding: 5px 20px;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	background: url('images/loginbox.png') no-repeat;
}

div.loginbox p {
	margin: 8px 0px;
	font-size: 12pt;
	text-align: center;
	color: #fff;
}

#intro.frontpage {
	height: 200px;
	margin: 3px;
	background: url('images/intro.png') no-repeat;
}

#intro.frontpage div {
	padding: 20px 0px 0px 525px;
}


h1, h2, h3 {
	margin: 0px;
	width: 100%;
}

hr {
	border-top: 1px solid #aaa;
}