/* Satrt Main Page Layout */
body {
    BACKGROUND: url(../Pictures/background.jpg) fixed;
	font-family: verdana-arial,helveyica;
	text-align: center;
	}

#wrapper {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	background: transparent;
	background-repeat: repeat-y;
	}

#container {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	background: white;
	background-image: url(../Boek_images/middlepage.gif);
	background-repeat: repeat-y;
	text-align: left;
	}

#top {
	background: url(../Boek_images/toppage.jpg);
	height: 25px;
	width: 730px;
	}
	
#footer {
	clear: both;
	height: 30px;
	width: 730px;
	background: url(../Boek_images/book_bottom.jpg) no-repeat;
	}

p { font-family: verdana-arial,helveyica;
    font-size: small;
    font-weight: bold;
    text-decoration:none;
    color : #000000;
	}	
	
.foottext { font-family: verdana-arial,helveyica;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color : #000000;
	}		
/* Eind Main Page Layout */

/* Page Divs */
#leftpage {
	float: left;
	width: 365px;
	}

#leftpagecontent {
	padding: 0 30px 10px 30px;
	}

#rightpage {
	float: left;
	width: 365px;
	}

#rightpagecontent {
	padding: 0 30px 10px 30px;
	}

/* End Page Divs */	




	
	
	

