* {
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background-color: #000;
	font-family: Georgia;
	font-size: 13px;
}

#wrapper {
	background: #000;
	width: 840px;
	margin: 15px auto 0 auto;
}

#heading {
	background: transparent;
}

#margin_top {
	background: #000;
	height: 50px;
	float: left;
	overflow: hidden;
}

#margin_top img {
}

#content {
	background: url(http://www.killpoet.com/issue_2/images/paperbg.jpg) 0 0 repeat-y;
	float: left;
	width: 840px;
	margin: 0 0 0 0;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #A01D21;
	letter-spacing: -.03em;
}

h3 {
	margin: 15px 0;
}

h3 a:link, h3 a:visited {
	color: #A01D21;
}

h3 a:hover {
	border-bottom: dotted 1px #A01D21;
}

h4 {
	margin: 10px 0 10px 0;
	font-size: 16px;
}

p {
	margin: 5px 0 15px 0;
	font-size: 14px;
	line-height: 1.4em;
	padding: 0 80px 0 60px;	
}

.left {
	text-align: left;
	margin-left: 60px;
}

.center {
	text-align: center;
}

.right {
	display: block;
	float: right;
	margin: 0 15px 0 0;
}

.article_heading {
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
}

img.center {
	display: block;
	margin: 0 auto;
}

.list_wrapper1 {
	float: left;
	line-height: 1.6em;
	width: 390px;
	margin-left: 40px;
	background: transparent;
}

.list_wrapper2 {
	float: right;
	line-height: 1.6em;
	width: 300px;
	margin-right: 50px;
	background: transparent;
}

.list_wrapper1 ol, .list_wrapper2 ol {
	list-style-type: decimal;
	list-style-position: inside;
}


.list_wrapper1 li a, .list_wrapper2 li a {
	color: #A01D21;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 8px;
}

.list_wrapper1 li a:hover, .list_wrapper2 li a:hover {
	border-bottom: dotted 1px #A01D21;
}

#margin_bot {
	background: url(http://www.killpoet.com/issue_2/images/margin_bot.gif) bottom no-repeat;
	width: 840px;
	height: 135px;
	margin: 0 0 0 0;	
}

#margin_bot ul {
	display: block;
	text-align: center;
	margin: 0 0 0 0;
}
#margin_bot ul li {
	display: inline;
}

#credits {
	width: 840px;
	height: 30px;
	background: #000;
}

#credits img {
	float: right;
	padding: 0 10px 15px 0;
}

p.question {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

span.interviewer {
	font-family: Helvetica, Arial, sans-serif;
	color: #A01D21;
	font-weight: bold;
}

span.interviewee {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -.03em;
	color: #000;
	font-weight: bold;
}

a span.author_name {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #A01D21;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover span.author_name {
	border-bottom: dotted 1px #A01D21;
}

div.bio_photo {
	float: right;
	width: 190px;
	height: 262px;
	margin: -15px 60px 0 0;
	background: url(http://www.killpoet.com/issue_2/images/polaroid.gif) no-repeat;
}

div.bio_photo img {
	float: left;
	position: relative;
	left: 8px;
	top: 36px;
}

