/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f5f5f5;
	/* background-image:url("../images/backgrounds/UC_beeldm.jpg");
	background-position: center top;
	background-repeat: no-repeat; */
	}
#container, #footer {
	position: relative;
	display: block;
	padding: 0;	
	margin: 0 auto; /* centers the container */	
	width: 760px;
	}
#footer, #container {
	text-align: left; /* to overrule the text-align center in the body */
	}	
#menu, #content {
	float: left;
	margin: 0;
	padding: 0;	
	top: 0;
	border: 0;
	}		
	
/* columns */

#container {
	background-image: url(../images/backgrounds/Zwart2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#menu {
	left: 0;
	width: 150px;	
	text-align: center;
	background-image: url(../images/backgrounds/Groen.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#content {
	left: 150x;	
	width: 610px;
	color: #fff;
	}
#content p, #content h3, #content h1 {
	padding-left: 20px;
	padding-right: 40px;
	}
#content h1 {
	padding-top: 25px;
	}	
#content img {
	padding-left: 0;
	padding-right: 0;
	}			

	

