body { 
	background-color: #657465;
	padding:0px;
	text-align: center;
    }

a img {
    border:0px;
	padding:0px;
	}
	
a:link {
	color: #7d5c48;
	text-decoration:none;
	}
a:visited {
	color: #7d5c48;
	text-decoration:none;
	}
a:hover {
	color: #7d5c48;
	text-decoration:none;
	}
a:active {
	color: #7d5c48;
	text-decoration:none;
	}
	
	
/*layout*/
#wrapper {
    width:848px;
	margin: 0 auto;
	}
	
#topmain {
	background-image: url(images/headbackground2.jpg);
	width:848px;
	height:138px;
	}
	
#middlemain {
	background-image: url(images/vulstreep.jpg);
	width:848px;
	}
		
#bottommain {
	background-image: url(images/bottombackground.jpg);
	width:848px;
	height:89px;
	text-align:center;
	color: #7d5c48;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#stretcher {
	clear:both;
}

#mailstyle {
	color: #7d5c48;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	}
	
/* Content divs */
#zijstrepen {
	width:68px;
	height:82px;
	margin:60px 0px 0px 0px;
	background-image: url(images/strepen.jpg);
	float: left;
	clear:both;
	}
	
#options {
	height:26px;
	margin:15px 0px 0px 125px;
	float:left;
	}
	
#ajaxcontent {
	width:635px;
	margin:52px 0px 25px 66px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7d5c48;
	font-size:95%;
	text-align: left;
	line-height: 150%;
	float: left;
	}
	
#photoframe {
	float: right;
}

#lowertext {
	font-size:75%;
	float: left;
	margin: -7px 0px 0px 135px;
	}

/* IE Fixes for said divs--Dit zou toch niet nodig moeten zijn? */	
	
/* IE 6 */
* html #options {
	margin-left:63px;
	}

/* nav buttons* (included in content) */

#options a { display:block; float:left}
#options a span { display:none }

#introductiebtn {
	width:101px;
	height:26px;
	background-image: url(images/introductiebtn.jpg);
	background-repeat:no-repeat;
	}

#therapiebtn {
	width:78px;
	height:26px;
	background-image: url(images/therapiebtn.jpg);
	background-repeat:no-repeat;
	}

#activiteitbtn {
	width:84px;
	height:26px;
	background-image: url(images/activiteitbtn.jpg);
	background-repeat:no-repeat;
	}
	
#pgbbtn {
	width:48px;
	height:26px;
	background-repeat:no-repeat;
	background-image: url(images/pgbbtn.jpg);
	}
	
#individueelbtn {
	width:147px;
	height:26px;
	background-image: url(images/individueelbtn.jpg);
	background-repeat:no-repeat;
	}
	
#theatertrainingbtn {
	width:130px;
	height:26px;
	background-image: url(images/theatertrainingbtn.jpg);
	background-repeat:no-repeat;
	}
	
#contactbtn {
	width:72px;
	height:26px;
	background-image: url(images/contactbtn.jpg);
	background-repeat:no-repeat;
	}
	
