* {
	padding: 0;
	margin: 0;
}

body {
	margin: 20px;
}

.clear {
	clear: both;
}

#navigationAnchor {
	position: absolute;
	top: 0;
}

#container {
	width: 1020px;
}

#head {
	position: fixed;
	z-index: 1000;
}

#content {
	padding-top: 75px;
}

.listImage {
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 500px;
	min-height: 330px;
}

.profileImage, iframe {
	margin-bottom: 10px;
	float: left;
}

.projectDescription {
	float: left;
	width: 510px;
	margin: 36px 0 0 10px;
}

.absolutProfile {
	position: absolute;
	top: 95px;
	left: 520px;
}

.slideshowText {
	position: absolute;
	left: 510px;
	width: 500px;
	position: absolute;
	left: 510px; 
	top: 36px;
}

.marginTop {
	margin: 0 0 0 10px;
}

.sliderNav {
	position: absolute;
	left: 550px;
}

.firstProjectImg {
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 500px;
	min-height: 330px;
}

.projectImg {
	margin-bottom: 10px;
	width: 500px;
	float: left;
}

.projectCaption {
	position: relative;
	left: 10px;
}

.furtherImages {
	clear: both;
	margin-top: 20px;
}

.copyright {
	position: relative;
	top: 330px;
	left: 10px;
	padding-bottom: 10px;
}

input {
	display: block;
	margin: -10px 0 0 0;
}

.submitSpace {
	margin: 10px 0 20px;
}