<style>

body {
	margin: auto;
}

div#main_container {
	margin: auto;
	width:980px;
}

div#header {
	margin-top:60px;
	margin-left:3px;
	text-align:left;
}

img#logo {
	border:none;
}

div#footer, #footer a {
	clear: both;
	text-align: right;
	font-family: helvetica;
	font-size: 11px;
	color: #363636;	
	text-decoration: none;
}

div#footer {
	padding-top:100px;
}

div#body_content {
margin-top:10px;
}

div#column_1 {
	width:410px;
	float:left;
}

div#column_1 img, div#column_2 img {
	margin: 10px;
}

div.big_project {
	background-color: #c8c8c8;
	width:400px;
	margin-left: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius:5px;
	-khtml-border-radius: 5px;
	margin-bottom:10px;
}

div.big_project:hover {
	background-color: #5ecee5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius:5px;
	-khtml-border-radius: 5px;
}

div#column_2 {
	width:290px;
	float:left;
	margin-right: 10px;
}

div.small_project {
	background-color: #c8c8c8;
	width:280px;
	margin-left: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius:5px;
	-khtml-border-radius: 5px;
	margin-bottom:10px;
}

div.small_project:hover {
	background-color: #5ecee5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius:5px;
	-khtml-border-radius: 5px;
}

div#column_3 {
	width: 260px;
	float: left;
	text-align: left;
}

#column_3 a, #column_3 a:visited {
color: #363636;
} 

#column_3 a:hover {
text-decoration:underline;
}

h1, h1 a, h1:hover {
	color: white;
	font-family: helvetica;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	margin-top:7px;
}

p.about, p.role {
	font-family: helvetica;
	font-size: 13px;
	color: #363636;
}

p.about {
	width: 230px;
	text-align: left;
}

p.role {
	text-align: center;
	font-style: italic;
	margin-top:-8px;
	padding-bottom:20px;
}

ul, li {
	list-style-type: none;
	font-family: helvetica;
	font-size: 13px;
	color: #363636;
	text-align: left;
}

ul {
	margin-left:-10px;
}

ul a, ul a:hover, ul a:visited {
color:#363636;
}

a, a:hover {
	text-decoration: none;
	color: inherit;
}

img {
	border: none;
}

img#sticker {
	position: relative;
	top:-90px;
	left:180px;
	text-align: left;
	border: none;
}

img#me {
	margin-bottom: -60px;
	text-align: left;
}

img#font {
	position: relative;
	top:16px;
}
</style>
