body {
	margin: 0px;
	text-align: center;
	font-family: "Arial Narrow", sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #f;
	font-weight: lighter;
	letter-spacing: 0.1em;
	}


#footer	{
	border-top: 1px dotted #7c6355;
	margin: 0px;
	}
	
#mainframe	{
	margin: 0px auto;
	width: 850px;
	background-color: #FFFFFF;
	}


#frame	{
	margin: 0px auto;
	width: 850px;
	background-color: #FFFFFF;
	}
	
#content	{
	font-size: 1.1em;
	width: 448px;
	margin-right: 50px;
	padding:15px 25px 0 25px;
	text-align: left;
	float:left;
	background-color: #FFFFFF;
	border-left: 1px dotted #7c6355;
	border-right: 1px dotted #7c6355;
	}			

#contentleft	{
	width: 149px;
	float: left;
	height: inherit;
	}


#meta	{
	border-bottom: 1px dotted #7c6355;
	padding: 5px 0 10px 0;
	}

/* Begin header */


#header	{
	width: 850px;
	height: 200px;
	background-color: #ffffff;
	margin: 0px;
	}
	
#headerleft	{
	width: 150px;
	background-color:#7c6355;
	float: left;
	height: 200px;
	}	

#headernav {	
	height: 134px; 
	width: 150px; 
	float: left;
	border-bottom: 1px dotted #7c6355;
	display: inline;
	line-height:5px;
	margin-top:65px;
	}

#headernav a{
	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
	line-height:25px;
	display: block;
	}
	
#headernav  a:hover{
	color: #ffffff;
	background-color: #7c6355;
	}

#headerimage	{
	width: 550px;
	float: right;
	height: 200px;
	}	


/* End header */


/* Begin sicebar */


#sidebar {
	width: 149px;
	float: left;
	border-left: 1px dotted #7c6355;
	text-align: center;
	padding-top: 15px;
	}



#l_sidebar {
	width: 149px;
	float: left;
	display: inline;
	border-left: 1px dotted #7c6355;
	font-size: 1.1em;
	}

#l_sidebar ul{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	}

#l_sidebar ul li{
	line-height: 5px;
	}

#l_sidebar ul li a{
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 25px;
	}
	
#l_sidebar  a:hover{
	color: #ffffff;
	background-color: #7c6355;
	border}	
	

/* End sidebar */


/* Begin date */



#date	{
	float: right;
	margin-right: -75px;
	margin-left:1px;
	padding-top: 10px;
	width: 50px;
	text-align:center;
	z-index: 2;
	position: relative;
	}
	
.dag	{
	font-size: 24px;
	color: #7c6355;
	border-bottom: 1px dotted #7c6355;
	font-weight: lighter;
	}
	
.maand	{
	font-size: 10px;
	color: #000000;
	text-align:center;
	}
	
/* End Date */	
		
	

H3	{
	font-size: 1.8em;
	font-weight: lighter;
	color: #7c6355;
	}		
	
H3 a, H3 a:visited {
	text-decoration: none;
	color: #7c6355;
	}

H3 a:hover	{
	text-decoration: underline;
	}
	


/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
	width: 140px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #7c6355;
	}
	
#wp-calendar a:hover {
	text-decoration: underline;
	}	

#wp-calendar caption {
	font-size: 1.8em;
	text-align: center;
	color: #7c6355;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/* End Calendar */
		 	 	
