* {
	margin: 0;
	padding: 0;
}
body {
	font: 80% Arial;
	letter-spacing:0.03em;
	background: #464b3a;
}
.divider {
	clear: both;
	height: 0;
	font-size: 1%;
}
#main_wrapper {
	width: 900px;
	margin: 30px auto;
}
#armando_museum {
	background: transparent url(../images/armando_museum.gif) no-repeat top right;
	height: 30px;
}
#armando_museum a {
	height: 30px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	float: right;
	width: 275px;
}
#left_sidebar {
	float: left;
	width: 275px;
	background: #000;
}
#feniks {
	background: transparent url(../images/feniks.gif) no-repeat 15px 15px;
	height: 100px;
	text-indent: -9999em;
	overflow: hidden;
}
#main_navigation .wrapper {
	padding: 15px 0;
}
#main_navigation ul {
	list-style: none;
	margin-bottom: 15px;
}
#main_navigation li {
}
#main_navigation a {
	color: #1EA0D2;
	text-decoration: none;
	font-size: 100%;
	display: block;
	padding: 5px 0 5px 15px;
	text-transform: uppercase;
	letter-spacing:1px; 
}
#main_navigation a:hover, #main_navigation a.active {
	background: transparent url(../images/bg_active_link.gif) no-repeat center left;
}

/*
 * Counter
 */
#counter {
	background: #1a8cb8;
	width: 275px;
}
#counter .wrapper {
	padding: 10px;
}
#counter_button {
	background: transparent url(../images/bg_counter_button.gif) no-repeat top left;
	width: 275px;
	height: 50px;
}
#counter_button .wrapper {
	padding: 10px;
}
#counter_button a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 255px;
	height: 30px;
}
#counter_data {
	float: right;
}
#counter_data th {
	padding: 0 20px 5px 0;
	text-align: left;
	color: #8dc6dc;
	font-weight: normal;
}
#counter_data td {
	padding: 0 0 5px 0;
	text-align: right;
	color: #fff;
}
#counter_percentage {
	width: 50px;
	text-align: center;
	color: #FFF;
}
#counter_pie {
	float: left;	
}
#counter_flash {
	background: transparent url(../images/bg_counter_pie.gif) no-repeat top left;
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
}
#counter_flash object {
	width: 50px;
	height: 50px;
}
#counter_slices_legend {
	color: #0d4a61;
	margin-top: 10px;
}
#counter_slices_legend div {
	display: block;
}
#counter_slices_legend .counter_block {
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	margin-top: 3px;
}
#counter_slices_legend .blue {
	background: #48BAF3;
}
#counter_slices_legend .green {
	background: #369;
}
#counter_slices_legend .white {
	background: #fff;
}
/* 
 * Main content area
 */
#main_content {
	margin-left: 275px;
	background: #000;
	color: #fff;
}
#main_content .wrapper {
	padding: 15px 40px 60px 40px;
	min-height: 430px;
	line-height: 150%;
}
#main_content h2 {
	color: #595f4a;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: normal;
	font-size: 130%;
	letter-spacing: 3px;
}
#main_content h3 {
	color: #fff;
	margin-bottom: 1em;
	font-size: 130%;
	font-weight: bold;
}
#main_content h4, #main_content h5 {
	color: #DA4200;
	margin-bottom: 1em;
	font-size: 100%;
	font-weight: bold;
}
#main_content p, #main_content ul, #main_content ol, #main_content table {
	margin-bottom: 1em;
}
#main_content a {
	color: #1EA0D2;
	text-decoration: none;
}
#main_content ul, #main_content ol, #main_content dt {
	margin-left: 2em;
} 
a img {
	border: 0;
}
#main_content a:hover {
	text-decoration: underline;
}

/*
 * Main content: Nieuwsberichten
 */
body.news #main_content h2 {
	margin-bottom: 0.2em;
}
#news_categories {
	color: #464b3a;
	margin-bottom: 2.4em;
}
hr {
	height: 0;
	border: 0;
	border-top: 2px solid #292c22;
	margin: 1.2em 0;
}
#main_content p.news_date {
	color: #DA4200;	
	margin-bottom: 0.2em !important;
}
#main_content p.news_date a {
	color: #DA4200 !important;
}
#main_content .news_category {
	font-style: italic;
}
h3.news_title {
	margin-bottom: 0.2em !important;
}
#main_content p.news_intro, #main_content p.read_more {
	margin-bottom: 0;
} 
#pager {
	color: #666d55;
	text-align: center;
}
#pager a.active {
	color: #fff;
}
#pager .previous {
	margin-right: 0.8em;
}
#pager .next {
	margin-left: 0.8em;
}

/*
 * Footer
 */
#footer {
	margin-left: 275px;
	color: #9bac83;
	font-size: 85%;
	line-height: 170%;
	background: #000;
}
#footer .wrapper {
	padding: 5px 10px;
	margin-left: 20px;
	background: #464b3a;
}
#footer a {
	color: #9bac83;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .address {
	float: left;
	margin-right: 40px;
}
#footer .text {
	margin-left: 245px;
}
