/*
Design by Marijke
http://www.sitemaker.info
*/

body {
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: justify;
	font: 13px "Georgia", Arial, Helvetica, sans-serif;
	color: #6B8A00;
}

input, textarea {
	padding: 5px;
	border: 1px solid #000000;
	font: normal 1em "Georgia", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: 1px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

a:hover {
	text-decoration: none;
	color: #FF5134;
}
 
}


/* Header */

#wrapper {
}

#header {
	width: 920px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat right top;
}

/* RSS */

#rss {
	padding: 30px 39px 20px 0;
	text-align: right;
}

#rss a {
	padding: 0 0 3px 24px;
	text-decoration: none;
	font-weight: bold;
	color: #FF5134;
}

#rss a:hover {
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 30px 0;
}
/* Footer */

#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 2px solid #2B2B2B;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

