html{
width:100%;
height:100%;
} 

body{
	margin:0px;
	font-family:"Lucida Grande", arial, sans-serif;
	background-color:#000;/*#F3F3F3;*/
	color:#000;
	overflow:auto;
}

#wrapper {
	margin-top:0px;
	margin: auto;
	width:890px;
	background-color:#fff;
	background: url('../images/bg1.png');
	background-repeat: no-repeat;
}

#container {
	padding: 30px;
	width:852px;
	min-height: 1030px;
	position: relative;
}

#top {
	top:20px;
	width:822px;
	position:absolute;
	font-size:12px;
	color: #990000;
	font-style:italic;
	text-align:left;
}

#nav {
	top:60px;
	position:absolute;
}

#footer
{
	margin:0px;
	width:822px;
	height:50px;
	text-align: center;
	bottom: 25px;
	position: relative;
	font-size: 12px;
}

#footer a {
	color:#000;
	text-decoration:none;
}

input  {
	font-family: verdana;
	font-size:12px;
}

textarea  {
	font-family: verdana;
	font-size:12px;
}


      
    .slide-out-div {
          padding: 20px;
          width: 150px;
          background: #ddd;
		  color: #000;
		  font-size: 12px;
		  line-height: 30px;
          border: 1px solid #000;
      }
	.handle {
		  font-size: 12px;
		  line-height: 20px;	

      

	}
a {
	color: #990000;


}
h1 {
	font-size: 14px;
	color: #990000;
}

h2 {
	font-size: 13px;
	color: #990000;
}

h3 {
	font-size: 11px;
	color: #990000;
}

.color {
	color: #990000;
}



	.quote{
		color: #990000;
		top: 160px;
		position:relative;
		font-size: 12px;
		width:822px;
		position:absolute;
		text-align:right;
		font-style:italic;		

	}
	
#content {
	margin:0px;
	margin-left: 30px;
	width:772px;
	top:200px;
	position:absolute;
	font-family: verdana;
	font-size:12px;
	color: #000;
	line-height:24px;
	text-align: justify;
}

#gastenboek {
	margin:0px;
	margin-left: 30px;
	width:150px;
	top:100px;
	float:right;
	position:absolute;
    border:1px black solid;
}


#nav ul{
	margin:0;
	padding:0;
}

#nav li{
	width:90px;
	height:35px;
	float:left;
	color:#191919;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	list-style-type: none;
}

#nav li a{
	color:#FFF;
	text-decoration:none;
}

#nav p{
	padding:0px 5px;
}

#nav .subtext{
		color: #fff;
		top: 60px;
		position:relative;
		font-weight:bold;
	}

/*Menu Color Classes*/
.green{background:#fff url('../images/green-item-bg.jpg') top left no-repeat;}
.yellow{background:#fff url('../images/sacha_quebe.jpg') top left no-repeat;}
.yellow1{background:#fff url('../images/sacha_quebe.jpg') top left no-repeat;}
.red{background:#fff url('../images/red-item-bg.jpg') top left no-repeat;}
.purple{background:#fff url('../images/blue-item-bg.jpg') top left no-repeat;}
.blue{background:#fff url('../images/purple-item-bg.jpg') top left no-repeat;}



#content ul
{
list-style-image:url('../images/logo_small.png');
}