html * {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a,
a:link,
a:active,
a:visited,
a:focus {
	color: #FFF;
	text-decoration: none;
}

a:focus {
	-moz-outline-style: none;
	outline-style: none
}

a:hover {
	color: #AA85BB;
}

table {
	width: 100%;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	padding: 20px 0;
	/*background: url(/images/purple-background.png) top center repeat-y;*/
	background: url(/background1-sans-jesse.jpg) top right no-repeat;
	text-align: center;
	color: #FFF;	
	height: 260px;
}

#content, #footer {
	width: 990px;
	margin: 30px auto;	
}

#header #center {
	position: relative;
	width: 800px;
	height: 280px;
	margin: 0 auto;
}

#header #star {
	position: relative;
	background: url(/images/star.png) top center no-repeat;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	top: 20px;
}

#header h1 {
	position: relative;
	background: url(/images/jesse-archer.png) top center no-repeat;
	width: 100%;
	height: 120px;
	text-indent: -1000em;	
	top: -230px;
	left: 0px;
}

#header h2 {
	position: relative;
	background: url(/images/writer.png) top center no-repeat;
	margin: 7px 0;
	height: 50px;
	top: -240px;
	text-indent: -1000em;
	left: 0px;	
}

#header #main_menu {
	margin: 0 auto;
	position: relative;
	top: -230px;
	width: 700px;	
}

#header #main_menu #links p {
	color: yellow;
}

#header #address {
	text-align: right;
}

#header #links {
	vertical-align: bottom;
	text-align: left;
}

table.samples {
	position: relative;
	left: -80px;
	width: 700px;
}

table.samples td {
	padding-bottom: 20px;
}

table.samples td.label {
	font-size: 2em;
	color: #999;
	padding-right: 15px;
	padding-bottom: 40px;
	text-align: right;
	vertical-align: bottom;
}

table.samples td.detail {
	text-align: right;
}

table.samples td.detail img {
	padding-left: 20px;
}

#resume {
	width: 700px;
	line-height: 1.4em;
}

#resume a,
#resume a:link,
#resume a:active,
#resume a:visited,
#resume a:focus {
	color: #775288;
}

#resume a:hover {
	color: #000;
}

#resume td {
	padding: 10px 0;
	vertical-align: top;	
}

#resume td.blurb {
	font-style: italic;
}

#resume tr.first.section td {
	padding-top: 30px;
}

#resume td.label {
	width: 17em;
}

#resume td h3 {
	font-size: 1.5em;
	color: #775288;
}

#resume td.label .date {
	font-weight: bold;
}

#resume td.label .role {
	color: #333;
}

#testimonials {
	width: 700px;
	line-height: 1.4em;
}

#testimonials td {
	padding-top: 40px;
}

#testimonials .ldquo {	
	font-size: 4em;
	color: #775288;
	float: left;
}

#testimonials .attributation {
	margin-top: 10px;
	color: #555;
	float: right;
	text-align: right;
	font-style: italic;
}

#testimonials .attributation .name {
	font-weight: bold;
}

#content div.article {
	position: relative;
	left: 32px;
	top: -162px;
	margin: 0 auto;	
}

#content div.article#you_can_run a#click-to-read {
	display: block;
	position: absolute;
	text-align: center;
	bottom: 60px;
	left: 350px;
	background: #FFF;
	border: 2px solid #00A0CE;
	padding: 10px;
}

a#click-to-read:link,
a#click-to-read:visited {
	color: #00A0CE;
}

a#click-to-read:hover {
	color: #112D38;
}

.img-wrapper {
	position: relative;	
	background: url(/images/drop-shadow.png) bottom right !important;
	clear: right;
	float: left;
	padding: 0px 25px 0px 0px;
}

.img-wrapper img {
	display: block;
	position: relative;
	border: 1px solid #BBB;	
	margin: -10px 0 25px -10px;
	background-color: #FFF;*/
}

.article #go-back-star {
	display: block;
	position: absolute;
	background: url(/images/go-back-star.png) top left no-repeat;	
	width: 130px;
	height: 130px;
	right: -60px;
	top: -60px;
	text-indent: -1000em;
}