/* Parent Layout van de pagina's */
html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	background-color: #acbbd0;
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 761px;
	min-height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*padding-bottom: 40px;*/
	background-color: #d0ddf0;
	background-image: url(/images/bach.gif);
	background-repeat: no-repeat;
}

#header {
	height: 190px;
	width: 421px;
	margin-top: 15px;
	padding-left: 350px;
}

#main {
	width: 761px;
	padding-bottom: 40px;
}

#leftSideBanner {
	width: 180px;
	margin-right: 26px;
	margin-top: 65px;
	float: left;
}

#mainContent {
	float: right;
	margin-right: 32px;
	width: 519px;
}

#footer {
	position: relative;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -13px;
	width: 761px;
	text-align: center;	
}


/* Child Layout van de Parent */
#mainMenu {
}

#quote {
	margin-left: 7px;
	margin-top: 12px;
}



