body {
	margin: 0 0 1em 0;
	padding: 0;
	color: white;
	background-color: #3B3F43;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;	
}

#wrapper{
	width: 950px;
	margin: 0 auto;
}

#wrapper-banner {	
	background: #71787F; 
	float: left;
}

#banner {
	background: #000 url('../images/banners/banner.jpg') right no-repeat;
	width: 952px;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	/*border-left: 1px solid #707070;
	border-right: 1px solid #707070;*/
	text-align: left;
}

#banner h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #3B3F43 url('images/menu-background.png') repeat-x;/*DA1C35*/
	float: left;
	height: 25px;
}

#menu {
	width: 950px;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*border-left: 1px solid #DA1C35;*/
	/*border-right: 1px solid #DA1C35;*/
	width: 100%;
}

#menu li { 
	display: inline; 
}

#menu a:link, #menu a:visited {
	padding: 0.0em 0.5em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #9C1F31;
}

#menu a:hover {
	background: #fff url('images/menu-hover.png') repeat-x;
	color: #DA1C35;
	height: 25px;
}

#body {
	width: 952px;
	margin: 0 auto;	
	float: left;
	background: #9C1F31;
}

#header{
	height: 145px;
	float: top;
}

#content {
	/*width: 88%; * 73% because it has 1% padding on each side, which brings it to 75% wide */
	width: 836px;
	margin: 0 auto;
	padding: 5px 5px 20px 5px;
	/*border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;*/
	background: #9C1F31;
	font-size: 90%;
	text-align: left;
	float: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#sidebar {
	float: left;
	width: 100px;
	padding: 0px 0px 0 0;
	background: #9C1F31;
	margin: 0;
	/*border: 1px solid #222222;*/
}

#footer {
	margin: 0 auto;
	width: 952px;
	text-align: right;
	color: white;
	background: #DA1C35 url('images/menu-background.png') top left repeat-x;
	/*border: 1px solid #a0c80e;*/
	font-size: 80%;
	float: left;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

#footer #xhtml, #footer #css {
	float: right;
	margin-left: 5px;
}

h2 {
	color: white;
	padding-bottom: 3px;
	border-bottom: 1px solid #DA1C35;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link {
	color: white;/*#D30023;*/
	text-decoration: underline;
	font-size: 100%;
	font-weight: bold;
}

a:visited {
	color: white;
	text-decoration: underline;
	font-size: 100%;
	font-weight: bold;
}

a:hover {
	color: #D3D3D3;
	text-decoration: underline;
	font-size: 100%;
}

p { margin-left: 1em; }

table.agenda {
	margin-left: 1em;
}

table.agenda td {
	padding-right: .75em;
	padding-bottom: .75em;
	vertical-align: top;
}

.agendadatum {
	white-space: nowrap;
	font-weight: bold;
}

.centered {
	text-align: center;
}

.strikethrough {
	text-decoration: line-through;
}

.centered table {
	margin-left:auto;
	margin-right:auto;
}

img.arrow {
	border-width: 0px;
}