/* LAYERS */
#centersite {
	margin-left:auto; 
	margin-right:auto; 
	width:696px;
}
#top {
	background-color: #FFFFFF;
	height: 202px;
	width: 696px;
	float: left;
}
#contenttop {
	width: 696px;
	height: 15px;
	float: left;
}
#contentcontainer {
	width: 696px;
}

#contentleft{
	float:left;
	background-image: url(../img/backgroundnav.gif);
	background-repeat: repeat-y;
	width:199px;
}
	
#navigation, #advertentie {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 199px;
}

#advertentie{
	text-align:right;
	padding-bottom:5px;
}

#contentbody {
	background-image: url(../img/backgroundcontent.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right
}
#contenttext {
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 20px;
}
#contentbanner {
	width: 497px;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
}
#bottom {
	width: 696px;
	height: 15px;
	float: left;
}

/* TAGS */
body {
	background-color: #BFB29F;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5A7373;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A5A5A5;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A7373;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
input {
	background-color: #BFB29F;
	border-color: #333333;
}