/* CSS Document */
html,body {
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
}
body {
	background: #5b463e url(../images/background_stretch.gif);
	background-position: top left;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	color: #302f2f;
	
}
div#menu a {
	color:#FAF9D1;
	text-decoration:none;
}
h1 {
	margin-top: 0px;
	line-height:14px;
	font-size:16px;
	color: #8b2d2d;
	text-transform:uppercase;
}
a {
	color: #8b2d2d;
	text-decoration:none;
}
a:active {
	color: #8b2d2d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color: #8b2d2d;
}
.foto {
	background-image: url(../images/schaduw-onder-foto.gif);
	background-position:bottom left;
	padding-bottom:10px;	
	padding-left: 22px;
	margin-bottom:2px;
}
#content {
	text-align:justify;
	margin-bottom:15px;
}
#flash {
	margin-bottom:15px;
}