* {  
	margin: 0;  
	padding: 0;
}

body {
	background-color=#fff;
	background-image: url(/includes/img/Backgroundz.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	text-align: center;
	font-family: arial,sans-serif;
	font-size: 14px;
	height: 100%;
}

#container {
	width:800px;
    margin: 0px auto;
	padding:0px;
	text-align:left;
}

#header {
	background-image: url(/includes/img/Headerz.jpg); 
	width: 800px;	
	height: 268px;
	margin: 0px auto;
}


#menu {
	background-image: url(/includes/img/Linkz.jpg); 
	width: 800px;	
	height: 45px;
	font-size: 16px;
	margin: 0px auto;

	}
ul#menu {
	width: 800px;
	margin: 0px auto;
	padding-top: 7px;
	list-style-type: none;
	text-align: center;
}

ul#menu li {
	display: inline;
}

ul#menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #66f;
	border-right: 2px solid #ff0;
	border-left: 2px solid #ff0;
	line-height: 32px;
	padding: 7px 8px 8px 8px;
}





/* Content properties */

#content {
	background-image: url(/includes/img/Bodiez.jpg); 
	width: 800px;	
	padding-top: 15px;
	margin: 0px auto;
}
#content2 {
	width: 600px;	
	text-align: left;
	margin: 0px auto;
}
#post {
	margin-top: 20px;
	margin-bottom: 20px;
}
#postimg {
    border: 4px solid #ff0;
	background-image: ; 
	background-position: ;
}
#postimgover {
    border: 4px solid #ff0;
	background-image: ; 
	background-position: ;
}
#posttitle {
	text-align: center;
	border-bottom: 4px solid #ff0;
	letter-spacing: 2px;
	font-weight: bold;
	font-size:14px;
	width:572px;
	background-color: blue;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
}
#posttitleover {
	text-align: center;
	border-bottom: 4px solid #ff0;
	letter-spacing: 2px;
	font-weight: bold;
	font-size:14px;
	width:572px;
	background-color: #7C524E;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
}
#posttext {
	width:572px;
	background-color: #fff;
	color: #000;
	padding: 14px 10px 10px 10px;
	
}
#filler {
	text-align:center;
	width:572px;
	background-color: #fff;
	color: #000;
	padding: 5px 10px 5px 10px;
}
#linkss {
	text-align:left;
	width:572px;
	background-color: #fff;
	color: #000;
	padding: 5px 10px 5px 10px;
}
#postdate {
	font-size:10px;
	text-align:right;
	background-color: #fff;
	color: #000;
	width:572px;
	padding: 0px 10px 2px 10px;
	
}

div.spacer {
  clear: both;
}

div.float {
text-align: center;
  float: left;
  width: 135px;
  height: 160px;
  padding:14px 5px 30px 5px;
 }
div.floatj {
  float: left;
  width: 180px;
  text-align: center;
  height: 200px;
  padding:14px 5px 30px 5px;
 }


#guestbook {
	border: 2px solid #ff0;
	font-size:14px;
	width:400px;
	background-color: #ffffff;
	color: #000000;
	padding: 5px 10px 5px 10px;
	margin: 10px auto;
}
#gastenboekpost {
	background-color: #eeffff;
	border: 3px yellow dashed;
	margin: 20px 90px 20px 90px;
	padding: 0px 0px 10px 0px;
}

/* Footer properties */

#footer {
	padding-top: 7px;
	background-color: #ffffff; 
	width: 750px;	
	clear:both;
	height: 20px;
	margin: 0px auto;
	text-align:center;
}
