body {
	margin: 10px 0 0 0;
	padding: 0;
	color: #666666;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

#wrapper {
	/* background: url("../images/main-background.jpg") top center no-repeat fixed; */
	min-height: 650px;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 980px;
	position: relative;
}

.fixer {
	position: absolute;
	top: 0px; 
}

#fixedLeft {
	background-color: #c93092;
	width: 66px;
	height: 649px;
	left: 0px; 
}

#fixedRight {
	background: #c93092 url("../images/gitarist-marijke-haasdijk.jpg") no-repeat top left;
	width: 134px;
	height: 649px;
	right: 0px;
}

.main {
	padding: 0 134px 0 66px;
}

#header div {
	float: left;
	height: 300px;
}

#header {
	height: 300px;
}

#beeld {
	width: 400px;
	overflow: hidden;
}

#logo {
	background: #c93092 url("../images/logo.png") top left no-repeat;
	width: 227px;
	text-indent: -9999px;
}

#header #navigation {
	padding: 15px 0 0 22px;
	height: 285px;
	width: 130px;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size: 16px;
	color: #999999;
}

#nav li {
	margin-bottom: 30px;
}

#nav a {
	text-decoration: none;
	color: #999999;
}

#nav a:hover {
	text-decoration: underline;
	/* color: #f89828; */
}

#index #nav-index a,
#gitaarles #nav-gitaarles a,
#concerten #nav-concerten a,
#workshops #nav-workshops a,
#marijke #nav-marijke a,
#contact #nav-contact a
{
	color: #f89828;
}

#bodytekst {
	padding: 0 13px;
	clear: both;
	line-height: 18px;
}

h2 {
	color: #c93092;
	font-size: 12px;
	margin: 20px 0 3px;
}
 
p {
	margin: 0; 
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background-color: #f69111;
	font-weight: bold;
	font-style: normal;
	color: white;
	padding: 4px 0;
	text-align: center;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer span {
	padding: 0 16px;
}