body {
	background:url(images/bg-body.png) repeat-x top center #FFFFFF;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:72.5%; 
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color: #A2A541;
	}

a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}
	
/*
a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#6CC7DC;
	}
*/

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;
	}
#header {
	height:100px;
	background:url(images/bg-header.jpg) no-repeat;
	}
#header p {
	width:550px;
	color:white;
	font-size: 0.8em;
	position:relative; top:10px; left:160px;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#menu ul {
	width:auto;
	}
#sidebar {
	float:right;
	width:180px;
	background: #DADADA;
	margin-right:10px;
	}
#content {
	float:left;
	width:500px;
	min-height:400px;
	}
#content wide {
	float:left;
	width:700px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:50px;
	background:url(images/bg-footer.jpg) no-repeat;
	}

/* Entries */

.entry {
	padding:5px 20px;
	text-align:justify;
	line-height:1.75em;
	}
.entry a {
	font-weight: bold;
	}
.entry img {
	padding: 0px 10px;
}
.entry ul {
	margin-top: -15px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.entry-title {
	text-decoration:none;
	color: #A2A541;
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.tagline {
	font-size:1.1em;
	font-weight:bold;
	color: #666;
	cursor:default;
	letter-spacing: normal;
	}
.readmore {
	margin-top:-1em;
	}
.readmore a {
	color:#6CC7DC;
	font-weight:bold;
	background:url(images/information.png) no-repeat 0px 0px;
	padding-left:20px;
	padding-right:2px;
	padding-bottom: 2px;
	}
.readmore a:hover {
	color:#B4C835;
	}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	color:#CCCCCC
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	padding-left:5px;
	text-align:center;
	font-weight:bold;
	}
#sidebar li.clock {
	font-weight:normal;
	}
#sidebar li a {
	display:block;
	text-align:left;
	height:20px;
	font-weight:normal;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:24px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}
#sidebar-more {
	background-color:#FFFFFF;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:30px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:7px; left:155px;
	letter-spacing:1px;
	color:#fff;
	}
h2 {
	font-size:1.4em;
	font-weight:normal;
	cursor:default;
	position:relative; top:7px; left:155px;
	letter-spacing:1px;
	color:#fff;
	font-style:italic;
	}
h3.listfix {
	margin-bottom:15px;
	}
	
/* Class Table layout */

#table {
	width:auto;
	margin-left:auto;
		
	}
#CL_spacer {
	width:15px;
	
	}
#RW_spacer {
	height:10px;
	width:600px;
	}
.TBL_Colhdr{
	font-weight:bold;
	font-size:14px;
	}



/* Tab 

#tab {
	height:25px;
	width:152px;
	background:url("images/bg-tab.gif") no-repeat;
	margin:0 auto;
	padding-left:0px;
	}
a.tab-button {
	display:block;
    width:152px;
    height:25px;
    background:url("images/button-tab.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.tab-button {
	background-position:0 -25px;
	}

*/

/* Extra's */

#banner {
	width:480px;
	height:72px;
	background:url(images/bg-banner.png) no-repeat;
	margin-bottom: 15px;
	}