/* style.css - main style sheet  for harelama.nl*/

body {
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 5%;
	margin-right: 5%;
	background: white;
<!--	color: rgb(90,55,181); -->
	color: rgb(100,100,100);
	font-family: "Times New Roman";
	font-size: small;

}

	div.header {
		background: rgb(255,255,255);
		border: none;
		width: 1024px;
		height: 100%;
	}
	div.content {
		border: none;
		width: 1024px;
		height: 100%;
		padding: 5px;
		background-color: rgb(255,255,255);
		background-image: 
		background-repeat: no-repeat;
		background-position: 
	}

	div.footer {
		font-size: x-small;
		background: rgb(255,255,255);
		border: none;
		width: 600px;
		height: 100%;
	}
	
	img.header {
		width: 100px;
		height: 67px;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	img.left {
		width: 300px;
		height: 200px;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	table.content {
		width: 1024px;
		border: 0px
		margin: 0px;
	}
	
	td.content_left {
		text-align: left;
		vertical-align: bottom;
		width: 340px;
	}
	td.content_center {
		text-align: right;
		vertical-align: top;
		width: 442px;
	}
	td.content_right {
		text-align: right;
		vertical-align: top;
		width: 240px;
	}

