* {
	font-family: "Kievit Book", "Trebuchet MS", trebuchet, helvetica, arial, sans-serif;
	color: #222;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	list-style-type: none;
	text-decoration: none;
	}

/* Typography */

h3 {
	font-size: 24px;
	margin-bottom: 0.25em;
	color: #333;
	background: url(../images/background_color1.png) repeat 0 0 transparent;
	cursor: pointer;
	display: block;
	}

h3.open {
	color: #FF9600;
	}

h4 {
	font-size: 14px;
	margin-bottom: 0.5em;
	background: url(../images/background_color1.png) repeat 0 0 transparent;
	color: black;
	}

h5 {
	font-weight: bold;
	}

a, a em	{
	color: #FF9600;
	}
	
a:hover, a:hover em {
	color: white;
	background: #FF9600;
	}

em {
	font-style: italic;
	}

/* Layout  */
	
html {
	background: url(../images/background.jpg) no-repeat top right #fff;
	}

body {
	}

/* Header */

div#header h1 {
	text-indent: -99999px;
	background: url(../images/header1.png) no-repeat 0 14px  #FFF0DA;
	margin-left: 3em;
	width: 97px;
	height: 30px;
	}

div#header {
	margin-bottom: 5em;
	}

/* Content*/

div#content {
	width: 75em;
	margin-left: 3em;
	background-color: transparent;
	}		
	
div#col1 {
	float: left;
	width: 47em;
	margin-right: 3em;
	background-color: transparent;
	}
	
div#col2 {
	float: right;
	width: 25em;
	margin-top: 0;
	background-color: transparent;
	}

div#col1 p	{
	color: #333;
	margin-bottom: 1em;
	}

div#col2 p	{
	color: black;
	font-size: 11px;
	margin-bottom: 1em;
	background: url(../images/background_color1.png) repeat 0 0 transparent;
	}

div#col2 a	{
	font-size: 11px;
	}
	
div#col2 a:hover {
	color: #222;
	background: #F8F8F8;
	}

div.entry ul li {
	margin-bottom: 1em;
	border-bottom: #ccc solid 1px;
	}
