@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF0A5;
}
.twoColFixLtHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #993300;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	height: 150px;
	border: 1px solid #FFFFFF;
} 

.twoColFixLtHdr #logo {
	padding: 25px;
	float: left;
	height: 100px;
}
.twoColFixLtHdr #imageright {
	float: right;
	height: 100px;
	width: 150px;
	padding-top: 33px;
	margin-right: 10px;
}


.twoColFixLtHdr #naam {
	margin-left: 200px;
	height: 50px;
	width: 620px;
	margin-top: 10px;
}
.twoColFixLtHdr #koptekst {
	font-weight: bold;
	color: #336633;
	text-align: right;
	width: 620px;
	margin-left: 200px;
}
.twoColFixLtHdr #nav {
	margin-left: 200px;
	padding-top: 5px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336633;
	height: 450px;
}
.twoColFixLtHdr #mainContent {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336633;
	background-image: url(../images/laburnumblossom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding-right: 180px;
	font-size: 90%;
	height: 450px;
} 
.twoColFixLtHdr #footer {
	background-color: #993300;
	padding: 0;
	color: #FFFFFF;
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1em;
    line-height: 0px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFF0A5;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 125%;
	font-weight: bolder;
	color: #336633;
}
.offset {
	margin-left: -9000px;
	position: absolute;
}
