* {
		margin: 0px;
		padding: 0px;
}

body {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", serif;
	color: #000;
	width: 500px;
	max-width: 90%;
	margin: 0 auto;
	padding-bottom: 1.8em;
	line-height: 1.5em;
}
div#header {
	background: url(/images/avatar.png) no-repeat 0 50%;
	float: left;
	height: 70px;
	padding-top: 20px;
}
h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-left: 80px;
	padding-bottom: 3px;
	font-size: 200%;
	float: left;
}
h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-left: 80px;
	font-size: 100%;
	color: #999;
	font-style: italic;
	font-weight: normal;
	float: right;
	clear: both;
}
p a, p a:visited, p a:active {
	color : #C7260d;
	text-decoration : none;
}
h2 a, h2 a:visited, h2 a:active {
	color: #999;
	text-decoration : none;
}
p a:hover, h2 a:hover {
	color : #e7463d;
	text-decoration : underline;
}
p {
	clear: both;
	padding-bottom: 10px;
}