@charset "utf-8";

#navcontainer {
	text-align: center;
	width:760px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: none;

}
body {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12pt;
	line-height: 150%;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0px;
	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: #000;
	
}


/*not sure whther we need all these set to sero to have no para space before and after*/
p {	margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
padding-left: 100px;
padding-right:100px;
}

.indent {
	text-indent: 2em;
	margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
padding-left: 100px;
}

.spacing {line-height:1.5;
text-align:justify;
}
.nonlining {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
	
.centered {
text-align: center;
}

/*copyright note*/
cr { 
font-weight:lighter;
text-align:right;
font-size:8pt;
}



/*authors names	*/
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:lighter;
	Padding-top:50px;
	padding-left:100px;
	color:#666;
	font-size: 16pt;
}

/*titles of works*/
h2 {
	
	font-size: 14pt;
	letter-spacing: 0.1em;
	padding-left: 100px;
	padding-top:25px;
	color: #000;
	font-weight: bolder;
	}
	

/*contents headings*/
h3 {font-family: Verdana, Geneva, sans-serif;
font-weight:lighter;
	padding-left:100px;
	padding-top:10px;
		margin-bottom:2px;
color: #000;
font-size: large;
letter-spacing: 0.1em;

}
/*page nos*/
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:x-small;
	font-weight:lighter;
	padding-left:100px;
	line-height:50%;
	display: none;
}

h5 {font-family: Verdana, Geneva, sans-serif;
font-weight:lighter;
	padding-left:100px;
	padding-top:10px;
	margin-bottom:2px;
color: #999;
font-size: large;
letter-spacing: 0.1em;

}

/*page 1 of 2 text*/
.pg{ text-align:right;
font-size:small;
padding: 0px 100px;

}

/*Link styles for main content*/
a:link 
{
	color: #333;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	}
a:active {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	border: none;
	text-align: left;
	display: none;
}
.oneColFixCtrHdr #header {
	background: white;
	width: 760px;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px none #FFF;
	clear: both;
	display: none;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 110px;
	padding-left: 110px;
	float: none;
	border: 1px none #666;
}


.oneColFixCtrHdr #mainContent {
	background: #FFF;
	width: 760px; 
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: none;
	height: auto;
}
.oneColFixCtrHdr #footer {
	background:#FFF;
	width: 760px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #nav{
	width: 760px;
	height: auto;
	float: none;
	clear: both;
	color: #FFF;
	display: none;
}
#nextpage {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	width: 760px;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	display: none;
}



#footertext {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	float: right;
}
#poetryleft {
	text-align: left;
	float: left;
	width: 253px;
	padding: 0px;
}
#aboutnames {
	float: left;
	width: 380px;
	padding-right: 0px;
	padding-left: 0px;
}

