body {
	padding: 50px 0px 0px 0px;
	margin: 0px;
	width: 1024px;
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 400; 
	color: #444444;

	font-smooth: always;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

#intro {
	margin: 4px 0px 20px 0px;
	font-size: 14px;
}

.project {
	margin: 4px 0px 20px 0px;
	font-size: 14px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.projectTitle {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px;
}

.projectTitle a {
	text-decoration: none;
}

a,a:visited,a:active {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #999999;
}

.section {
	position: relative;
	margin: 0px 0px 40px 260px;
	padding: 0px;
	width: 764px;
}

.section-title {
	font-size: 28px;
	font-weight: 700;
	text-align: right;
	float: left;
	position: absolute;
	left: -260px;
	top: -5px;
	width: 220px;

}