body {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
td,p {
	font-family: trebuchet ms;
	font-size: 90%;
}
h1 {
	margin-top: 0px;
	color: #999999;
}
#header {
	display: block;
	height: 40px;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#menu {
	margin-bottom: 10px;
	clear: both;
	display: block;
	height: 10px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
#menu li {
	display: block;
	margin-right: 0px;
	float: left;
	padding-right: 10px;
}
#info, #portret, #beauty, #zwartwit, #contact {
	position: relative;
	height:20px;
	overflow: hidden;
}
#info {
	width: 50px;
}
#portret {
	width: 75px;
}
#beauty {
	width: 70px;
}
#zwartwit {
	width: 100px;
}
#contact {
	width: 85px;
}
#info span {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/info.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}
#portret span {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/portret.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
#beauty span {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/beauty.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
#zwartwit span {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/zwartwit.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
#contact span {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#content {
	clear: both;
	display: block;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
}
#contentinfo {
	clear: both;
	display: block;
	width: 990px;
	margin: 0;
	margin-left: 10px;
	margin-top: 20px;
}
#contentinfo img {
	margin: 0;
	vertical-align: text-top;
	float: right;
}
#gallery {
	border: 0px none;
}
#portfolio {
	width: 6500px;
}

#portfolio img {
	float: left;
	padding-right: 10px;
}

#tagline {
	width: 450px;
}
#homepage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;

}
.shoot {
	padding-right: 0px;
}
.label {
	width: 150px;
}
