body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: serif;
	font-size: 15px;
	line-height: 20px;;
	background-color: rgb(245, 245, 245);
	font: normal 13px/18px Georgia;
}

pre, code { white-space: pre-line; }

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: rgb(0, 80, 120); /* fix me */
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 2em;
	margin: 1em 0 0.5em 0;
	font-weight: normal;
	color: black;
}

h1 {
	font-size: 13px;
	line-height: 1em;
/*	color: rgb(40, 40, 40);*/
	display: inline;
}

ul {
	list-style-type: circle;
}

#banner {
	background-color: rgb(204, 204, 255);
	padding: 0.2em 0.2em 0em 0.5em;
	margin: 0px;
	z-index: 5;
}

#banner p {
	margin: 0;
	padding: 0;
}

#dropshadow {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-bottom: 16px;
	margin: 0px;
	background-image: url('http://draftastic.com/style/img/black-to-trans.png');
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 10;
}

#main {
	margin: 0;
	padding: 4em 0 0 4em;
	width: 40em;
}

#logo img {
	position: relative;
	bottom: -4px;
	border: none;
}

#foot p {
	font-size: small;
	margin: 0;
	padding: 0px 0px 16px 0px;
}

#upshadow {
	position: relative;
	bottom: 0px;
	text-align: center;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	padding-top: 16px;
	background-image: url('http://draftastic.com/style/img/black-to-trans.png');
	background-repeat: repeat-x;
}

.editlink a {
	border: none;
	color: rgb(240, 240, 240);
	margin-top: -1em;
}

.editlink a:hover {
	color: black;
}

.postedat {
	margin-top: -1em;
	text-align: right;
	font-style: italic;
}