body, table, p {
	padding: 0;
	margin: 0;
}
body {
	margin: 10px;
}
#headerImage {
	margin: 14px 2px 20px 0;
}
td {
	vertical-align: top;
}
.advertenties {
	/*background-color: gray;*/
	width: 200px;
	color: #000000; /* orange */
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 95px 0 0 20px;
	text-align: left;
}
.advertenties p {
	margin: 15px 0;
}
/*.advertenties img {
	height:37px;
	width: 100%;
	margin-bottom: 40px;
}*/
.advertenties tr:nth-child(1) td {
	height: 38px;
	background-color: transparent;
}
.advertenties tr:nth-child(2) td {
	text-align: center;
}
#container {
	
}
#mainMenu {
	width: 250px;	
}
#content {
	width: 500px;
}
#content a {
	word-wrap: break-word;
}



#footer {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 30px 0;
}
#footer ul {
	list-style-type: none;
}
/* unvisited link */
#footer a:link {
	text-decoration: none;
    color: #000000;
}
/* visited link */
#footer a:visited {
    color: #000000;
}
/* mouse over link */
#footer a:hover {
    color: #000000;
	text-decoration: underline;
}
/* selected link */
#footer a:active {
    color: #000000;
}