@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#cc9;
	background-image:url(images/shadowborder.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family: Century Gothic, sans-serif;
	text-align: left;
	/*blauw=#09c, paars=#336, lichtgrijs:#E6E6E6 paars #800040 met rand #600040 dbruin:#300 bruin:#630  */
}
h1 {margin:0px 0px 0px 0px;font-size: .8em; color:#444; line-height:1.6em; background-color:#c9e8f4;} 
h2 {margin:0px 0px 50px 0px;font-size: 2.4em; color:#630;} 
h3 {margin:35px 0px 15px 0px;font-size: .8em; color:#39c; letter-spacing:2px;} /*subheader bold lightblue*/
h4 {font-size:.7em;text-decoration:underline; color:#333;}
h5 {margin:0px 0px 0px 0px;font-size: 1.3em; color:#300;} /*large bold grey - tel no*/
h6 {margin:20px 0px -15px 0px;font-size: .8em; color:#630;} /*ul*/
#container {
	width:1006px;
	margin: auto;
	background-image:url(images/bgpattern.png);
	background-repeat:repeat;
}
#header {
	width: 1006px;
	height: 250px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}
#navigation {
	margin-top:40px;
	float:left;
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
}
#navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#300;
}
#navigation li a {
	display:block;
	padding: 0px 3px 3px 20px;
	width:180px;
}
#navigation li a:link, #navigation li a:active, #navigation li a:visited {
	color:#C33;
	text-decoration:none;
	font-weight:bold;
}
#navigation li a:hover {
	background-image:url(images/1px.png);
	color:#fff;
}
#content {
	margin-left:230px;
	width:756px;
}
#contentimage {
	float: right;
	width:200px;
	margin:40px 0px 0px 0px;
	border-style:solid;
	border-color:#E6E6E6;
	border-width:2px;
}
#contenttext {
	margin:40px 20px 20px 20px;
	float:left;
	width:500px;
	color:#630;
	font-size:16px;
}
#footer {
	/*float:left;*/
	clear:both;
	height: 61px;
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


