#footer {
	clear: both;
	width: 750px;
}

body {
	background-color: #00339A;
	_margin: 0 0 0 1px;
	padding: 0;
	text-align: center;
	background: #00339A url(../../../images/bg.jpg) repeat-y center;
}

*+html body {
	margin: 0 0 0 1px;
	_margin: 0;
}

body, html {
	height: 100%;
}

#wrapper {
	margin: -30px auto 0 auto;
	width: 750px;
	min-height: 100%;
	_height: 100%;
	background: #ffffff url(../../../images/right.jpg) repeat-y 128px right;
}

#header {
	float: left;
	clear: both;
	width: 750px;
	height: 128px;
	margin: 30px 0 0 0;
	background: url(../../../images/logo.jpg) no-repeat;
	margin: 0px;
}

#left {
	float: left;
	width: 200px;
	height: 500px;
	background: url(../../../images/solsleutel.png) no-repeat center;
}

#content {
	float: right;
	width: 520px;
	padding: 20px 30px 0 0;
	text-align: left;
}

#footer {
	margin: 0 auto;
	width: 750px;
	height: 30px;
	background: #ffffff;
}

#login_container {
	width: 160px;
	padding: 20px 0 0 0;
	font-size: 1.4em;
}

#login_form {
	float: left;
	width: 160px;
	font-size: 70%;
	color: #00339A;
	text-align: left;
}

#login_form input {
}

#login_succes {
	float: left;
	width: 160px;
	font-size: 70%;
	line-height: 150%;
	color: #00339A;
	text-align: left;
	font-weight: bold;
}

#guestbook_container {
	width: 500px;
	padding: 40px 0px 0px 0px;
}

#guestbook_container .entry {
	float: left;
	width: 490px;
	padding: 0px 8px;
	text-align: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #00339A;
}

#guestbook_container .name {
	color: #00339A;
	font-weight: bold;
	font-size: 1.2em;
}

#guestbook_container .date {
	color: #00339A;
	font-size: 1.1em;
}