body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	margin: 0 0 10px 10px;
	color: #333;
}

br {
	clear: both;
}

#header {
	height: 100px;
	width: 810px;
	border-bottom: 1px solid #999;
}

#name, #address {
	margin-top: 50px;
	margin-right: 50px;
	float: left;
	width: 100px;
}

#address {
	width: 150px;
	margin-left: 60px
}

h1, #address p {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

#address {
	float: left
}

div.project {
	width: 810px;
	margin-bottom: 1em;
}

div.description, div.imagecontainer {
	float: left;
	border-bottom: 1px solid #999;
	padding: 1em 0;	
}

div.description {
	width: 200px;
	height: 424px;
	margin-right: 10px;
}

div.imagecontainer {
	width: 600px;
}

ul.cycleImages {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}

ul.cycleImages li {
	display: inline;
	margin-right: 0.5em;
}

h3, p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

h3 {
	margin-bottom: 1em;
}

#experience {
	list-style: none;
	padding: 0;
	margin-top: 0;
}

.description p {
	margin-bottom: 1em;
}

a {
	color: #333;
	text-decoration: none
}
a:hover {
	color: white;
	background: black
}

p#copyright {
	float: left;
}

.highlightedLink {
	border-bottom: 1px dashed #999
}

p#tomvdv {
	float: right;
	color: #999;
}
p#tomvdv a {
	color: #ccc;
}
