@font-face
{
	font-family: 'Coolvetica';
	src: url(fonts/coolvetica.ttf);
}

@font-face
{
	font-family: 'Steelfish';
	src: url(fonts/steelfish.ttf);
}


#header {
	margin-top: 25px;
}

#header #photo
{
	float: left;
	height: 80pt;
	margin-right: 25px;
}

#header #name
{
	font-size: 72pt;
	line-height: 62pt;
	font-family: 'Steelfish', sans-serif;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	text-indent: -1pt;
	position: relative;
	color: black;
	font-weight: normal;
}

#header #name a {
  color: black;
}

.gecko #header #name {
	top: -3pt;
}

/*
.chrome #header #name {
	top: -24pt;
}
*/

a:hover > #email
{
	text-decoration: underline;
}

#header #email
{
	font-size: 10pt;
	padding-left: 25px;
	line-height: 10pt;
	font-weight: bold;
}

#header #address
{
	font-size: 10pt;
	padding-left: 25px;
	line-height: 10pt;
	font-weight: bold;
	color: black;
}

a
{
	text-decoration: none;
	color: blue;
}

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


a:visited
{
	color: blue;
}

body
{
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

#body div
{
	background: #f0f0f0;
	padding: 25px;
	margin: 25px 0px;
	border-top-right-radius: 20px;
}

h2
{
	margin: 0;
	padding: 0;
	line-height: 1.0;
	border-bottom: 1px solid black;
	font-family: serif;
	font-size: 20pt;
	font-weight: bold;
}

p
{
	text-align: justify;
}

dt
{
	margin-top: 1em;
	font-weight: bold;
	font-family: serif;
}

dd
{
	margin-bottom: 1em;
}
