body {
	width: 560px;
	margin: 0 auto;
	padding: 1em;
	text-align: center;
	font-family: Arial;
}
a {
	color: #979797;
}
#header {
	text-align: left;
	margin-top: -0.5em;
	padding-left: 0.5em;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	//color: #c80b0b;
	color: #03a63a;
}
#topright {
	float: right;
	font-size: .7em;
	position: relative;
	top: 8px;
}
#topright a {
	text-decoration: none;
	padding: 4px;
}
#bigimage {
	height: 373px;
	width: 560px;
	margin-top: -0.5em;
	background-image: url( images/trees.jpg );
}
#businesscard {
	padding: 0.8em;
	position: relative;
	text-align: left;
	font-family: Arial, sans-serif;
	color: #878787;
	font-size: 0.8em;
	height: 150px;
}
#stuartphoto {
	float: right;
}
#stuartphoto img {
  width: 140px;
}
div.textbox {
	position: absolute;
}
#name {
	top: 0;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #555;
	letter-spacing: 0.1px;
}
.burntorange a {
	color: #b97851;
	text-decoration: none;
}
.burntorange a:hover {
	text-decoration: underline;
}
#subtitle {
	top: 4em;
}
#vcard {
	top: 8em;
	left: 6em;
}
#vcard a {
	text-decoration: none;
}
#vcard a:hover {
	text-decoration: underline;
}
#contactinfo {
	top: 3.7em;
	left: 16em;
	width: 180px;
}
#contactinfo #letters {
	text-align: right;
}
#contactinfo #addresses {
	left: 1.2em;
	border-left: 1px solid #dedede;
	padding-left: 6px;
}
#contactinfo .e, #contactinfo .c, #contactinfo .m { position: relative; }
#contactinfo .e { top: 0; }
#contactinfo .c { top: 1em; }
#contactinfo .m { top: 2em; }
#links {
	font-family: Verdana, sans-serif;
	font-size: .8em;
	border-top: 1px solid #dedede;
	padding: 6px 0;
}
#linkslist, #linkslist li {
	display: inline;
}
#linkslist li a {
	padding: 4px 6px;
	text-decoration: none;
}