/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
}

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 760px;
	height:100px;
	
}

#menu {
	width: 175px;
	float: left;
}

a.home {
	background-image:url(menuknoppen/zolderkamermuziek_z.gif);
	color: #FFFFFF;
	}
a:hover.home {
	background-image:url(menuknoppen/zolderkamermuziek_g.gif);
	}

a.link {
	color:#000000;
	}

a:hover.link {
	color:#666666;
	}

#foto {
	float: right;
	width: 585px;
}

#content {
	width: 585px;
	float:right;
}

img.banner {
        border: 0px;
        padding-top: 45px;
}