/*CSS:*/
body, html{
background-color: #e2bd79;
margin: 0;
height: 100%;
}

/* main */
#main_container{
	float: center;
	min-height: 100%;
	_height: 100%;
	width: 910px;
	text-align:center;
	margin: 0 auto 0 auto;
}
#header{
	width: 100%;
	height: 150px;
	background: url(images/header.jpg) no-repeat 0 0;
	color: #FFF;
}
#menu{
	width: 910px;
	height: 20px;
}
#content_container{
	text-align: left;
	font-size:12px;
}
#content_top{
width: 910px;
height: 46px;
background: url(images/top2.gif) no-repeat 0 0;
}
#content_slice{
width: 910px;
min-height: 420px;
background: url(images/content_slice2.gif) repeat-y 0 0;
}
#content_bottom{
width: 910px;
height: 56px;
background: url(images/bottom2.gif) no-repeat 0 0;
}
/*content boxen*/
#content{
padding: 1px 60px 1px 60px;
}
/*outside main container */
#footer_container{
clear: both;
height: 25px;
padding: 5px 0 0 0;
width: 100%;
text-align: center;
color: #FFF;
}
/*menu opmaak */
ul{
list-style: none;
padding: 0 0 0 0;
}

li{
display: inline;
margin: 0 0 0 0;
}

a{
font-family: Georgia, "Times New Roman", Times, serif;
padding: 0 5px 0 5px;
}

a:link, a:visited{
color: #000;
}

a:hover, a:active{
color: #999;
}
