* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-shadow: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-stretch: normal;
	background-image: url(http://www.davidbuesser.com/background.png);
	background-repeat: repeat;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a img {
	border: none;
}

#menu {
	width: 250px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
}

#menu p {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}

#menu ul {
	list-style: none;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}

#menu ul li.section-title { }

#content {
	height: 100%;
	margin: 0 0 0 250px;
	top: 0;
}

.container {
	padding: 20px 20px 20px 20px;
}

#content p {
	width: 500px;
	margin: 0 0 16px 0;
}

#img-container {
	margin: 48px 0 0 0;
	padding: 0;
}

#img-container p {
	width: 500px;
	margin: 0;
	padding: 0 0 12px 0;
}

#once {
	clear: left;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 48px 0;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 48px 0 0 0;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 28px 0 0 0;
}

#content h1, h2, h3 {
	width: 500px;
}

#content h1 a:visited {
	text-decoration: none;
	color: #999999;
}

.uppercase {
	text-transform: uppercase;
}

#overview h1 {
	width: 100%;
}

.clear {
	overflow: hidden;
}

.projects {
	float: left;
	margin: 0 20px 20px 0;
}
