body {
	margin:0;
	padding:0;
	background: #efefef;
	text-align: center;
	font-family: georgia,times new roman,times,serif;
	color: #333;
	line-height: 1.4;
	font-size: 76%;
}
#center {
	width: 600px;
	margin: 5px auto 14px;
	padding: 5px 15px;
	border: 1px dotted #999;
	background-color: #fff;
	/* Overrides inherited centered value from body */
	text-align: left;
}
p {
	margin: 0;
	line-height: 140%;
	padding-bottom: 1em;
	text-align: left;
} 

h1, h2, h3, h4 {
	font-family: palatino,times new roman,times,georgia,serif;
	font-weight: normal;
	text-align: left;
	color: #000;
	margin: 0;
}
h1 {
	background-image: url('http://www.jsquaredesign.com/_images/resume.gif');
	background-repeat: no-repeat;
	font-size: 1px;
	color: #fff;
	width: 254px;
	height: 104px;
	margin: 5px 0px 15px 173px;
	text-align:right;
}
h2 {
	font-size: 1.7em;
	margin-top: 10px;
	border-bottom: 1px dashed #999;
}
h3 {
	font-size: 1.5em;
	margin-top: 10px;
}
h4 {
	font-size: 1.2em;
}
ul {
	padding-left: 20px;
}
#employment, #skills, #education {
	margin-left: 20px;
}
P#references {
	margin-top:3em;
}
p#references, p#download, p#contact {
	text-align: center;
}
a:link {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
a:hover {
	border-bottom-color: #333;
}
acronym {
	border: 0;
	cursor: default;
}
