/*      BASIC        */

body {
	font:  11px  Arial;
	color: #AB7A18;
	text-align:center;
	background: #FFCC66 ;
	margin: 0px;
	padding: 0px 0px 20px;
}

a {
	color: #AB7A18;
	font:  11px  Arial;
	text-decoration: none;
}

a:visited {
	color: #AB7A18;
	text-decoration: none;
	font:  11px  Arial;
}

a:hover {
	color: #B7BBC4;
	font:  11px  Arial;
}



/*      MAIN        */

#container {
	margin: 0px auto;
	width: 750px;
	background: #D8AC55;
	padding: 10px;
}

#Navigation {
	width: 600px;
	height:23px;
	background: #D8AC55;
	text-align: center;
	float: left;
	margin-left: 4cm;
}

#header2 {
	width: 700px;
	height:315px;
	background: #D8AC55;
	float: left;
	margin-left: 0.6cm;
}

#content {
	float: left;
	padding-bottom: 5px;
	width: 500px;
	color: #AB7A18;
	text-align:left;
	background: #D8AC55;
}

#sidebar {
	float: right;
	padding-left: 5px;
	width: 245px;
	color: #AB7A18;
	text-align:center;
	background: #D8AC55;
}

#footer {
	background: #D8AC55;
	height: 10px;
	color:#AB7A18;
	margin: 0px;
	padding: 10px 12px 5px;
	clear:both;
}

/*      OPMAAK        */

h1 {
font: 12px Arial;
color: #AB7A18;
text-align:center;
font-style: italic;
Border-bottom: #AB7A18 2px dotted;
letter-spacing: 2px;
}

h2 {
font-size:12px;
font-family:Arial;
color: #D1AA53;
text-align:center;
background-color: #EBD093;
padding:5px;
padding-left: 3px;
text-transform: uppercase;
BORDER-LEFT: #D1AA53 10px solid;
BORDER-right: #D1AA53 10px solid;
letter-spacing: 2px;
}

/*      NAV        */

#nav {
   list-style: none;
   margin: 0; padding: 0;
}

#nav li {
   float: left;
}

#nav li a {
   display: block;
   width: 100px;
   font:  13px  Arial;
   text-align: center;
   color: #B7BBC4;
   padding: 4px 5px 4px 0px;
   background: #87898D ;
}

#nav li a:hover {
   background: #727673 ;
   color: #B7BBC4;
   font:  13px  Arial;
}
