/***********************************************************
	Naam project
	screen.css	
	23-4-2009, Wisdom | Ordina, A. Weeber and B. Wortel

/***********************************************************/

body {
	background: #24221E;
	color: #fff;
	font: 1em Arial, sans-serif;
	line-height: 120%;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #88BE0C;
	font-weight: normal;
}



div#container {
	text-align: left;
	margin: 1em auto;
	width: 70%;
}

div#header {
	border-bottom: 1px solid #004A85;
	margin: 1em
	padding: 1em;
}

div#articleContent {

}




div#footer {
	margin: 1em
	padding: 1em;
	border-top: 1px solid #004A85;
	font-size: .8em;
	color: #ccc;
}