html{
	min-height:100%;
}

body{
	/*font-family: Helvetica, Verdana, Arial;
	font-size: 13px;*/
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 12px;
	font-family: Comic Sans MS, Arial;*/
	margin:0px;
	padding:0px;
	/* background-color:#727273;
	background-color:#242425; 
	background-color:#363637; */ 
        background-color:#3a3a3a; 
	/*
	background-image: url("http://www.iesmeulmeester.nl/images/layout/algemeen/wrapper_background.png");	
	background-repeat: repeat-y;
	background-position: center top;
	*/
		color:#757575;
}

#wrapper {
	width:760px;
	margin: 0px auto;
	padding:0 50px 10px 50px;
        background-color: #4e4e4e; 
 
}

#menu{
	position:relative;
	width:760px;
	height:28px;
	border-bottom:2px solid #376e92;
		margin: 0px auto;	
		background-color:#ffffff
}

#logo{
	position:relative;
	width:760px;
	height:105px;
	margin:0px;
	padding:0px;
	margin: 0px auto;	
	/*
	background-color:#6ba4c1;
	background-image:url("http://www.iesmeulmeester.nl/images/header3.jpg"); 
	*/

	
	background: url(http://www.iesmeulmeester.nl/images/layout/algemeen/logo_background.jpg) repeat-x right top;
	/* border-top:0px solid #7f888e; */
}

#header{
	position:relative;
	width:760px;
	height:35px; 
	margin: 0px auto;	
	background: url(http://www.iesmeulmeester.nl/images/layout/algemeen/header.jpg) repeat-x left top;
}



#page {
	width: 750px;
	margin: 0 auto;
	padding: 15px 5px 10px 5px;
	min-height:800px;
        background:#ffffff url(http://www.iesmeulmeester.nl/images/layout/footer_background.png) no-repeat right bottom;  
}

/*
#content{
	position:relative;
	width:750px;

	height: auto !important; 
	height: 800px;
	min-height:800px;
	padding: 0 0 2px 0;
}
*/

/* Content */

#content {
	float: left;
	width: 540px;
	padding: 0;
}

#content-full{
	float: left;
	width: 750px;
	padding: 0;
}

#footer{
	color: #a8a8a8;
	clear: both;
	width:750px;
	height: 50px;
	margin: 20px auto 0px auto;
	padding-right:10px;
	text-align: right;
}
 
