body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 15px;
	padding: 15px;
}
#projects {
    clear: right;
    float: left;
    height: 580px;
    margin-top: 60px;
    text-align: center;
}
#image, #name{
	float: left;
	margin-right: 50px;
	width: 500px;
}
div.type {
	float: left;
	width: 32%;
}
#image img {
	clear: both;
}
div.left {
	margin-left: 10px;
}
div.center {
	text-align: center;
	margin-left: -5px;
}
div.right {
	text-align: center;
	margin-left: 10px;
}a:link {
	color: #E67817;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.clear {
	display: block;
	clear: both;
	float: left;
}
h1 {
	color: #4D4948;
	font-size: 1.6em;
}
