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

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

a {
	color: #888;
	/*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;
}

#projects .yui-u {
	min-height: 256px;
	margin-bottom: 40px;
}

.project-image {
	width: 218px;
	height: 129px;
	margin-left: 10px;
	border: 1px solid #888;

	-moz-box-shadow: 10px 10px 10px #ccc;
	-webkit-box-shadow: 10px 10px 10px #ccc;
	box-shadow: 10px 10px 10px #ccc;
}

#projects ul {
	margin-top: 15px;
}

#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;
}