body {
	background: url(images/bg.jpg);
	color: #333;
	font-family: "Century Schoolbook", "Century Schoolbook Std", "Bookman Old Style", Georgia, "Times New Roman", serif; 
}
#wrapper {
	width: 819px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header {
	width: 819px;
	height: 73px;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg_content_top.png) no-repeat;
}
#contentwrapper {
	width: 819px;
	margin: 0;
	padding: 0;
	text-align: center;
	
}
#content {
	overflow: auto;
	margin: 0;
	padding: 0px 40px 20px 40px;
	text-align: left;
	background: transparent url(images/bg_content_middle.png) repeat-y;
	/* this and the next declaration necessary to display background image in IE 6 */
	display: inline-block;
}
#content {
	display: block;
}
#content #logo {
	padding-left: 10px;
	padding-top: 10px;
}
#contentright {
	float: right;
	margin-right: 16px;
	margin-top: -6px;
}
#contentright p, #contentright ul li {
	font-size: 90%;
}
/* Following required to fix IE6 bug where links don't work with PNG background images */
#contentright a {
	position: relative;
}
#contentright a:link {
	color: #ec008c;
	text-decoration: none;
	font-weight: bold;
}
#contentright a:visited {
	color: #ec008c;
	text-decoration: none;
	font-weight: bold;
}
#contentright a:hover {
	color: #fbbfd8;
	text-decoration: underline;
	font-weight: bold;
}
#contentright a:active {
	color: #ec008c;
	text-decoration: none;
	font-weight: bold;
}
.clearboth {
	clear: both;
}
/* Following required to fix IE6 bug where links don't work with PNG background images */
#navwrapper {
	position: absolute;
}
#nav {
	margin-left: -20px;
	font-size: .9em;
}
#nav ul li {
	list-style: none;
	margin-bottom: 14px;
}
#nav a {
	padding-left: 14px;
	
}
#nav a:link {
	color: #444;
	text-decoration: none;
}
#nav a:visited {
	color: #444;
	text-decoration: none;
}
#nav a:hover, #nav a:focus {
	color: #ec008c;
	text-decoration: none;
	background: url(images/heart.gif) no-repeat left 46%;
}
#nav a:active {
	color: #444;
	text-decoration: none;
}
#nav #thispage {
	padding-left: 14px;
	color: #ec008c;
	background: url(images/heart.gif) no-repeat left 46%;
}
#social {
	margin: 30px 0 0 28px;
}
#rep {
	width: 140px;
	margin: 14px 0 0 24px;
	padding-bottom: 12px;
	font-size: 75%;
	text-align: left;
}
#rep a:link {
	color: #ec008c;
	text-decoration: none;
	font-weight: normal;
}
#rep a:visited {
	color: #ec008c;
	text-decoration: none;
	font-weight: normal;
}
#rep a:hover {
	color: #fbbfd8;
	text-decoration: underline;
	font-weight: normal;
}
#rep a:active {
	color: #ec008c;
	text-decoration: none;
	font-weight: normal;
}
#footer {
	width: 819px;
	height: 63px;
	clear: both;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg_footer.png) no-repeat;
}
#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 */
	color: white;
	font-size: 14px;
	font-weight: 700;
}
#footer #copyright {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: 500;
}
/* Following required to fix IE6 bug where links don't work with PNG background images */
#footer a {
	position: relative;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fbbfd8;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #333;
	text-decoration: underline;
}
#footer a:active {
	color: #fbbfd8;
	text-decoration: none;
}
.smaller {
	font-size: 90%;
}
.larger {
	font-size: 110%;
}
/* Following styles Poems pages */

#contentright #poemlist {
	width: 168px;
	float: left;
	background: #fde9f2;
	padding: 0px;
	text-align: left;
	margin-top: 40px;
	border-radius: 10px; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px;
}
/* unused
#contentright #poemlist div {
	background: transparent url(images/bg_poem_bottom.jpg) center bottom no-repeat;
	padding-bottom: 10px;
}*/
#contentright #poemlist p, #contentright #poemlist ul {
	background-color: #fde9f2;
	margin: 0 10px;
	padding: 8px;
	font-size: 13px;
	line-height: 200%;	
}
#contentright  #poem {
	width: 280px;
	float: right;
	font-size: 14px;	
}
#contentright  #poemlist ul li {
	list-style: none;
	margin-bottom: 8px;
	font-weight: normal;
}

#contentright  #poemlist  a:link {
	color: #444;
	text-decoration: none;
	font-weight: normal;
}
#contentright  #poemlist a:visited {
	color: #444;
	text-decoration: none;
	font-weight: normal;
}
#contentright  #poemlist a:hover, #nav a:focus {
	color: #ec008c;
	text-decoration: underline;
	font-weight: normal;

}
#contentright  #poemlist a:active {
	color: #444;
	text-decoration: none;
	font-weight: normal;
}
#contentright  #poemlist #thispoem {	
	color: #ec008c;
	font-weight: normal;
	font-style: italic;
}