body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	line-height: 17px;
	margin: 50px 0px 100px 0px;
}
h1 {
	font-size: 34px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-style: italic;
	color: #000;
}
h2 {
	font-size: 23px;
	font-style: italic;
	font-weight: normal;
	line-height: 25px;
}
#container {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container .logo {
	margin-left: -117px;
	margin-bottom: 25px;
}
#container .intro {
	width: 525px;
	float: left;
	padding-bottom: 100px;
}
#container .resume {
	width: 200px;
	padding-left: 25px;
	float: right;
}
.thumbL {
	border: 12px solid #EFEFF0;
}
.thumbR {
	border: 12px solid #EFEFF0;
	margin-left: 25px;
}
a:link {
	color: #26A39F;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #26A39F;
}
a:hover {
	text-decoration: underline;
	color: #26A39F;
}
a:active {
	text-decoration: none;
	color: #26A39F;
}
