* {
	padding:0;
	margin:0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../images/bg-body.png) repeat-y top center #111;
	color:#3A2000;
	}

img {
	border:0;
	}

a {
	text-decoration:none;
	color:#1E87C5;
	}
a:hover {
	text-decoration:none;
	color:#4ABEEF;
	}

p {
	margin-bottom:1.4em;
	line-height:1.7em;
	}

/* Structure */
#menu
{
	background: #000000 url('../images/a1.jpg') top left no-repeat;
	height: 94px;
	width: 620px;
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 45px;
}

#menu li
{
	padding: 0em 1.5em 0em 1.5em;
	display: inline;
}

#menu li a
{
	color: #3A2000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}

#menu li a:hover
{
	text-decoration: underline;
}

#wrapper {
	width:620px;
	background:#000;
	margin:0 auto;
	}
#header {
	height:200px;
	background:url(../images/header.jpg) no-repeat top left;
	margin-bottom:10px;
	}
#content {
	background: #000000 url('../images/a3.jpg') top left repeat-y;
	width:620px;
	float:left;
	}
#content2 {
	width:400px;
	float:left;
}
#sidebar {
	width:220px;
	float:right;
	}
#footer
{
	background: #000000 url('../images/a4.jpg') top left no-repeat;
	height: 94px;
	width: 620px;
	text-align: center;
	float:left;
}
#paginatie
{
	margin-left:20px;
}
#selecto
{
	border:1;
	border-color:#222222;
	background: #FFCC99;
}
#poezie
{
	margin-top:20px;
	margin-left:40px;
	font-style:"HELVETICA";
}
#poezie2
{
	margin-top:20px;
	margin-left:40px;
	font-style:"HELVETICA";
	font-size:12px;
}
/* Entries */

.entry {
	margin-bottom:50px;
	}
h1 a {
	font-size:18px;
	font-weight:normal;
	color:#1E87C5;
	margin-bottom:20px;
	}
h1 a:hover {
	font-size:18px;
	font-weight:normal;
	color:#4ABEEF;
	margin-bottom:20px;
	}
.date {
	color:#444;
	font-size:10px;
	}
.entrybody {
	margin:5px 0 0 20px;
	text-align:justify;
	}
.entrymeta {
	margin-top:-5px;
	}


/* Sidebar */

h2 {
	font-size:18px;
	font-weight:normal;
	color:#eee;
	border-left:3px solid #1E87C5;
	padding:3px 5px 4px 5px;
	background:#070707;
	border-bottom:1px dotted #333;
	}
#sidebar ul {
	list-style-type:none;
	background:#070707;
	margin-bottom:30px;
	}
#sidebar li a {
	display:block;
	padding:5px;
	border-left:3px solid #1E87C5;
	border-bottom:1px dotted #333;
	color:#4ABEEF;
	}
#sidebar li a:hover {
	display:block;
	padding:5px;
	border-left:3px solid #4ABEEF;
	border-bottom:1px dotted #333;
	background:#121212;
	color:#fff;
	}