body{
	margin: 0px 0px 0px 0px;
	color: #000000;
	background: url(/images/background.png) center;
}

#container {
	width: 1000px;
	height:	750px;
	margin: 0 auto;
}
	#header {
		background: url(/images/logo.png) center;
		width: 1000px;
		height: 134px;
		z-index: 2;
		position: absolute;
	}
	
	#menubox {
		background: url(/images/menu_background.png) center;
		float: left;
		height: 638px;
		width: 151px;
		margin-top: 115px;
		position: absolute;
		z-index: 1;
	}
	
		#menu_text {
			font-family: Comic Sans MS;
			color: #FFFFFF;
			margin-top: 20px;
			margin-left: 10px;
			height: 534px;
			width: 151px;
			overflow: auto;
		}
			
			#menu_text .line {
				background: url(/images/menu_line.png) no-repeat;
				height: 8px;
				width: 151px;
				margin-left: -10px;
				
			}

			#menu_text ul {
				list-style: none;
				padding: 5px;
			}
		
			#menu_text a{
				font-family: Comic Sans MS;
				color: #FFFFFF;
				margin-left: 10px;
				text-decoration:none;
			}

			#menu_text .beheer{
				font-family: Comic Sans MS;
			    font-size: 10px;
			}

			#copy {
			    font-family: Comic Sans MS;
			    color: #FFFFFF;
			    margin-left: 10px;
			    height: 50px;
			    font-size: 10px;
			}
			    #copy a{
				    font-family: Comic Sans MS;
				    color: #FFFFFF;
				    margin-left: 10px;
				    text-decoration:none;
			    }
	
	#content {
		background: url(/images/content_background.png) center no-repeat;
		float: left;
		height: 638px;
		width: 643px;
		margin-top: 115px;
		margin-left: 170px;
		position: absolute;
		z-index: 1;
	}
		#content_text {
			color: #000000;
			margin-top: 61px;
			margin-left: 10px;
			height: 534px;
			width: 623px;
			overflow: auto;
			font-family: "Comic Sans MS", sans-serif, arial;
			font-size: 14px;
		}
		
			#content_text a{
				color: #000000;
				text-decoration: underline;
			}

			#content_text #edit{
				text-align: right;
				display:block;
			}
	
	#photo {
		background: url(/images/right_background.png) center no-repeat;
		float: left;
		height: 638px;
		width: 163px;
		margin-top: 115px;
		margin-left: 830px;
		position: absolute;
		z-index: 1;
	}
	
		#photo_text {
			color: #000000;
			margin: 61px 10px 0 auto;
			text-align: center;
			height: 534px;
			width: 163px;
			overflow: auto;
		}
		
img {
	border: 0px;
}