#wrapper
{
	margin: 0 auto;
	width: 650px;
	overflow: hidden;
	background-color: #fff;
	border-color: #FFF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}


#branding
{
	background-color: #1E9247;
	background-color: #ddd;
	background-image: url(../../static/images/header5.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	height: 100px;
	width: 650px;
	border-top: 0 dotted #333;
	border-bottom: 1px dotted #333;
	position: relative;
}
h1
{
	text-indent: -9999px;
}

h2
{
	font-size: 1.6em;
	line-height: 1.3em;
	margin-bottom: 1em;
	color: #1E9247;
	font-style: italic;
	font-family: "Trebuchet MS", Arial;
}

#main
{
	width: 650px;
	overflow: hidden;

	border-top: 5px solid #D9CDBC;
}

#body
{
	width: 650px;
	overflow: hidden;
	border-bottom: 1px dotted #333;
}

#navigation
{
	position: absolute;
	bottom: 0;
	right: 20px;
}
#navigation li
{
	display: inline;
}
#navigation a
{
	background-color: #D9CDBC;
	background-color: #333;
	display: block;
	float: left;
	padding: 1px 13px 2px 13px;
	margin-left: 1px;
	font-family: "Trebuchet MS", Arial;
	border-bottom: 1px solid #1E9247;
}
#navigation a.selected
{
	color: #fff;

}
#navigation a:hover
{
	color: #fff;
}

#content
{
	width: 350px;
	padding: 20px;
	margin-right: 60px;
	float: left;
	
}

#sidebar
{
	width: 160px;
	margin: 0 0 0 0;
	padding: 20px;
	float: left;
	border-top: 1px solid #fff;
	background-color: #eee;
}
#sidebar ul
{
	margin-bottom: 20px;
	width: 159px;
}
#sidebar li 
{
	display: inline;
}

#sidebar li a
{
	display: block;
	
	border-bottom: 1px solid #fff;
	padding: 1px;
	font-size: .9em;
	background-image: url(../../static/images/speaker_groen.gif);
	background-repeat: no-repeat;
	background-position: 0 52%;
	padding-left: 16px;
	color: #000;
}
#sidebar li a:hover { color: #1E9247; }
#sidebar h2
{
	color: #aaa;
	font-family: Arial;
	font-style: normal;
}

#testimonial
{
	margin-top: 0;
	width: 610px;
	padding: 20px;
	background-color: #D9CDBC;
	background-image: url(../../static/images/testi.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#testimonial h2
{
	font-size: .9em;
	font-style: normal;
	color: #333;
}
p.quote
{
	font-family: "Trebuchet MS", Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0;
	margin-bottom: 5px;
}
p.signer
{
	color: #777;
	padding-left: 20px;
	text-align: left;
}

#tellafriend
{
	display: block;
	width: 101px;
	height: 25px;
	background-image: url(../../static/images/tell-a-friend.gif);
	background-repeat: no-repeat;
	background-position: 0 52%;
	text-indent: -9999px;
}

#footer
{
	padding: 5px;
	text-align: center;
	background-color: #fff;
	background-color: #333;
	background-color: #1E9247;
	
	color: #333;
	color: #fff;
	
	font-family: "Trebuchet MS", Arial;
	border-top: 1px dotted #333;

}

