body {
	font-family: Arial, Helvetica;
	font-size: 1.2em;
	background-color: #333;
}
#main {
	width: 600px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 40px;
	background-color: #FFF;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.main-image {
	margin: auto;
	position: relative;
	width: 400px;
}
#header-img {
	clear: both;
}
.img-credit {
	font-size: 0.6em;
	float: right;
}
.address-block {
	clear: both;
	
}
.name {
	font-weight: bold;
	font-size: 1.4em;
}

.intro {
	margin-top: 10px;
}
.email {
	font-size: 1.1em;
}

a:visited, a {
	color: #777;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #999;
	text-decoration: underline;
}
