html {
	font-family: arial, helvetica, sans-serif;
	font-size: 93%;
	height: 100%;
}

body {
	height: 100%;
	background-color: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#hd {
	height: 50px;
}

#bd {
	text-align: center;
}

#bd h2 {
	margin-top: 30px;
	font-size: 227%;
}

#contact {
	margin-top: 30px;
}

#projects {
	border-top: 1px solid #999;
	width: 760px;
	margin: auto;
	margin-top: 50px;
}

#projects h3 {
	text-align: left;
	position: relative;
	top: -12px;
	color: #999;
	font-weight: bold;
}

.project-image {
	width: 218px;
	height: 129px;
	margin-left: 10px;
}

#projects h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

#ft {
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;
	border-top: 1px solid #999;
	color: #999;
}