@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body.home #ahome,
body.reviewing #areviewing,
body.letters #aletters,
body.essay #aessay,
body.beyond #abeyond,
body.memoir #amemoir,
body.shortStories #ashortStories {
	border-bottom: 7px solid #EDEEE9;
	padding: 0px;
	}
p, h1, h2, h3, h4, h5, h6, li {
	padding: 0px;
	margin-top: 0px;
}
#container  {
	width: 450px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FF0000;
	text-align: left;
} 
.center {
	text-align: center;
}