		html {
		border:0;
		}

		body {
		background: #fff url(../images/bg.jpg) no-repeat top center; 
		font: 12px/20px Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
		color: #1f151e;
		margin:0px auto;
		text-align:center;
		}

		a {
		color:#857E7F;
		}

		a:hover {
		color:#900;
		}

		div.mugshot {
		float:left;
		width: 118px;
		height: 118px;
		margin: 2px 10px 10px 0px;
		padding: 4px;
		border:1px solid #BDAC9C;
		}

		div.container {
		margin:100px auto 0px auto;
		text-align:left;
		width:500px;
/*		margin:40px 20px 20px 440px; */
		}

		div.content-block {
		}

		h2 {
		font: 24px Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
		}
		
		p.smallprint {
		font:11px "Trebuchet MS";
		text-align:center;
		}

	/*
	sidebar
	*/
		div.navigation-block {
		display:none;
		position:absolute;
		top:172px;
		left:220px;
		width:200px;
		text-align:right;
		}

		div.navigation-block a {
		color:#B2B2A3;
		text-decoration:none;
		font: normal 11px/20px Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
		padding:0px 2px;
		background:#fff;
		}

		div.navigation-block a.active {
		font-weight:bold;
		color:#000;
		}

		div.navigation-block a:hover {
		color:#000;
		}

	/*
	entry
	*/
	
		div.entry {
		}

		div.content-block a {
		color:#900;
		text-decoration:none;
		}

		div.content-block a:hover {
		text-decoration:underline;
		}
		
		h4.numnk {
		font: normal 11px Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
		margin:40px 0 0 0;
		text-align:center;
		}

		h1.title {
		font: 24px Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
		margin:0;
		text-align:center;
		}

		p.intro {
		font: bold 12px/20px Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
		text-indent:30px;
		margin-bottom: 30px;
		}

		p.body {

		}

		div.entry p.smallprint {
		}
		
		div.footer {
		margin:50px 0px;
		text-align:center;
		font: normal 9px/14px tahoma, arial, "Times New Roman", Times, serif;
		color:#666;
		}

		div.hr {
		height: 50px;
		background: url(/images/hr.png) no-repeat scroll center;
		}
		div.hr hr {display: none;}
		
	
	/*
	MT-menu
	*/
	
		div.menu {
		height:30px;
		}
		
		div.menu a {
		color:#857E7F;
		text-decoration:underline;
		font: normal 12px Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
		background:#fff;
		}
		
		div.menu a:hover {
		color:#000;
		}
		
		div.menu a.prev {
		width:200px;
		text-align:left;
		float:left;
		}
		
		div.menu a.next {
		width:200px;
		text-align:right;
		float:right;
		}
	
	/*
	comment
	*/
	
		div.comment {
		padding: 0px 0px 30px 30px;
		}

		div.comment p.body {
		text-indent:0;
		margin:0px;
		}

		div.comment p.smallprint {
		font:11px "Trebuchet MS";
		text-align:left;
		color:#000;
		margin:0px;
		}

		div.comment p.smallprint a {
		color:#B2B2A3;
		text-decoration:none;
		}

		div.comment p.smallprint a:hover {
		color:#000;
		}
		
		div.comment p.date {
		margin: 0px;
		}
	
	/*
	form elements
	*/
	
		input, textarea, select {
		font: 13px "Trebuchet MS";
		padding: 2px;
		}
		
		textarea {
		width:100%;
		background: #fff url(/images/hoekje.png) no-repeat top right;
		}

		textarea.intro {height:100px;}
		textarea.body {height:300px;}
		
		.form-comments {
		width:400px;
		}

	/*
	site messages
	*/

		p.error {
		color:#900;
		}

		p.alert {
		text-align:center;
		}

	/*
	admin
	*/
	
		form#login {
		text-align:center;
		}

		div.admin-links {
		text-align:center;
		}

		div.admin-links a {
		-moz-border-radius: 4px;
		font: 11px "Trebuchet MS";
		padding:0px 4px;
		border:1px solid #999;
		background:#eee;
		text-decoration:none;
		color:#444;
		}

		div.admin-links a:hover {
		background:#ddd;
		}


