/* fixes chrome bug */
html,body{
	height:100%;
}
body{
	background: #efefef;
	color: #000000;
	letter-spacing: 0.3px;
}
h1{
	margin: 0 0 -10px 0;
	font-size:40px;
	letter-spacing:-0.5px;
}
	a.my-name{
		color: #B02B2C;
		/*padding: 0 0 13px 0;*/
		line-height: 179%;
		text-decoration:none;
	}
	.my-name:hover{
		text-decoration:underline;
		cursor:pointer;
	}
h2{
	font: bold 1.5em Helvetica;
	margin: 0 0 1em 0;
	color: #356AA0;
	line-height:95%;
}
	.greeting{
	margin: 0 0 0 -7px;
	font-size:60px;
	color: #332928;
	letter-spacing:-2px;
}
#content{
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}
	#content p{
		letter-spacing:0.1px;
		font-size: 16px;
	}
	.interested{
		font-weight: bold;
	}
	a.resume{
		font-weight: bold;
		text-decoration: none;
		color: #B02B2C;
	}
	a.resume:hover{
		text-decoration: underline;
	}