/* Gemaakt door Arian Stolwijk <http://www.aryweb.nl> 28 nov 2008 */

body {
	margin: 0;
	padding: 0;
	background: #116979;
}

#container {
	width: 850px;
	margin: 0 auto;
}

#sub_container {
	background: url(../images/sub_container_bg.jpg)  repeat-y;
	padding: 0 25px;
}

#sub_container2 {
	background: url(../images/content_bg.jpg) repeat-y bottom 250px 0;
	overflow: hidden;
	width: 100%;
}

#header {
	height: 163px;
	background: url(../images/header.jpg) no-repeat;
}

#menu {
	float: left;
	width: 250px;
	background: url(../images/logo.jpg) no-repeat;
}

#menu ul {
	margin: 225px 0 0 20px;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
}

#menu ul li.space {
	margin-bottom: 15px;
}

#menu ul li a {
	color: #000099;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	width: 550px;
	background: url(../images/bison.jpg) bottom right no-repeat;
	min-height: 400px;
	_height: 400px;
}

#footer {
	height: 27px;
	background: url(../images/footer.jpg) no-repeat;	
}

#text {
	padding: 20px;
}

label {
	min-width: 75px;
	_width: 75px;
	display: block;
	float: left; 
}

.error li {
	color: #cc3333;
}


#content img {
	border: 1px solid #0e5059;
}
