body {
	background: #ffffff;
	padding:0;
	margin:0;
	color: #000;
	font: 62.5%/1.9em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Serif;
}

/* Layout */
#head {
	background: #333333;
	height: 128px;
	width: 100%;
}

#pheader {
	display:block;
	margin: 0 auto;
	padding-top:48px;
}

#middle {
	background: #fff;
	width: 100%;
	margin-top:-2px;
}

#content {
	margin: 0 auto;
	width: 385px;
	padding:5px;
	font-size:1.3em;
}

#container {
	overflow: hidden;
	background: #333333;
}

.center {
	width:930px;
	margin:0 auto;
	overflow: inherit;
}

#footer {
	text-align: center;
	padding: 15px 0;
	background: #fff;
}

/* Navigation */
#nav{
	clear:both;
	background:#fff;
	text-align:center;
	font: normal 2em Garamond, Georgia, "Times New Roman", serif;
	padding-top:10px;
}

/* Header Styling */
h1 {
	display: none;
}

h2, h3, cite {
	font-family:Garamond, Georgia, "Times New Roman", Serif;
	font-weight:normal;
}

h2 {
	font-size:2.2em;
	color: #502b13;
	letter-spacing:-1px;
	margin-bottom:2px;
}

h3 {
	text-align:center;
	color:#79c0dc;
	font-size:30px;
	margin:15px 0;
}

.alt {
	color: #9dce94;
}

/* General Properties and Attributes */
a:link, a:visited, a:active {
	color:#555555;
	text-decoration:none;
}

a:hover, .current a{
	color:#502b13;
	text-decoration:none;
	outline: none;
}

cite {
	font-size:1.2em;
	color:#789373;
}

/* Poem Directory */
.listing {
	float:left;
	padding: 0 2px 0 3px;
	min-width: 120px;
	max-width: 185px;
}

.listing a:link {
	color:#cccccc;
}

.listing a:visited {
	color: #555555;
}

.listing a:hover {
	color: #ffeba8;
}

ul {
	list-style-type:square;
	margin-top:-5px;
	color: #ffeba8;
}

ul li {
	margin-left:-5px;
	padding:0 5px;
	font-size:1.2em;
	line-height: 1.4em;
}

.center {
	padding: 5px 0 3px 23px;
}

a img {
	border:none;
}

/* Poem Styling */
pre {
	margin-left:15px;
	font: 1em/1.8em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Sans-serif;
}

p {
	text-indent:10px;
	padding-left:5px;
}

.time {
	color:#006699;
	font-size:1.1em;
	text-align:right;
	font-variant:small-caps;
	font-family:"Times New Roman", Serif;
}