* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg_body.gif) top left repeat-x #bdbdbc;
	font: 75%/1.3em "Courier New", "Courier", "Verdana", monospace;
	color: #000;
}

h1 {
	margin-bottom: 1em;
	line-height: 1.15em;
}

h2, h3, h4 {
	margin-bottom: 0.5em;
}

a {
	color: #000;
}

img {
	border: 0;
}

.article {
	margin-bottom: 2em;
}

.clear {
	clear: both;
}

#navigation {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 6px;
	right: -10px;
	list-style-type: none;
}

#contact{
	position: relative;
	left: -10px;
}

#bio{
	position: relative;
	left: -15px;
}

#content-top {
	padding: 112px 200px 0 125px;
	width: 530px;
	height: 85px;
	margin: 30px auto 0 auto;
	background: url(images/bg_content_top.gif) 0 0 repeat-y transparent;
	position: relative;
}

#content {
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 auto;
	padding: 0 90px 29px 125px;
	width: 640px;
	background: url(images/bg_content.gif) 55px 0 repeat-y transparent;
	position: relative;
}

#content-bottom {
	background: url(images/bg_content_bottom.gif) 18px 0 no-repeat transparent;
	padding: 0 90px 0 125px;
	width: 640px;
	height: 196px;
	margin: 0 auto 0 auto;
	position: relative;
}

#maincolumn {
	width: 480px;
	float: left;
	margin-right: 30px;
}

#marginalcolumn {
	width: 120px;
	float: left;
}

#marginalcolumn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#filmdose {
	position: absolute;
	top: 200px;
	left: -400px;
}

#postit {
	position: absolute;
	top: -20px;
	right: -50px;
}

#sharpie {
	position: absolute;
	top: 200px;
	right: -55px;
}

