* {
	margin: 0;
	padding: 0;
}
body {
	color: black;
}
a {
	outline: none;
	text-decoration: underline;
}
a.titlelink {
	color: black;
	outline: none;
	text-decoration: none;
}
p {
	margin: 0 0 .8em 0;
}
p.commentlinks {
	margin: 0 80px .8em 0;
	text-align:right;
}
p.bottomlinks {
	font-size: 150%;
}
form.bottomlinks {
	margin-left: 2em;
}
blockquote {
	color: #000099;
	font-size: 90%;
	margin: 0 20px 0 20px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 820px;
}

h1 {
	font-size:350%;
	font-family:'Courier New',Courier,monotype;
	line-height: 115px;
}
h2 {
	font-size:180%;
	font-family:'Courier New',Courier,monotype;
	line-height: 200%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	background: #ffffff;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
	background: #ffffff url(http://www.apocalypseworld.com/images/flourblue.gif) no-repeat;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#awdamiddle {
	width: 100%;
	height: 1%;
	position: relative;
	background: #ffffff;
}
#awdamiddle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 350px 0 15px;
}
#incontainer {
	width: 100%;
	float: left;
}
#comment {
	padding: 0 230px 0 25px;
	color: #0f1a33;	
}
#margin {
	float: left;
	margin-right: 0px;
	width: 200px;
	margin-left: -200px;
	background: #fffff;
	font-size: 80%;
	color: #1e3362;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -300px;
	position: relative;
	background: #ffffff;
	font-size: 80%;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: #ffffff;
}