/* CSS Document */

body {
	background-image: url(../images/eggs_in_nest.jpg);
	background-repeat: no-repeat;
}

#Layer2 {
	position:absolute;
	left:280px;
	top:99px;
	width:406px;
	height:489px;
	z-index:2;
	/*background-image: url(../images/hand_sml.jpg);
	background-repeat: no-repeat;*/
	}

#Layer3 {
	position:absolute;
	right:280px;
	top:99px;
	width:406px;
	height:489px;
	z-index:2;
	}

/*////////// FONTS //////////*/

.copy {
	font-family: "Century Gothic", "Gill Sans", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.navcopy {
	font-family: "Century Gothic", "Gill Sans", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.title {
	font-family: "Century Gothic", "Gill Sans", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.poem-title {
	font-family: Century Gothic, Gill Sans, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 15px;
}
.poem-body {
	font-family: Century Gothic, Gill Sans, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

/*////////// PADDING //////////*/
.menutitle {
	margin: 0px 0px 5px 0px
	}
	
/*///////// LINKS ///////////////*/

a.nav:link {color: #000; text-decoration: none; font-size: 11px; font-family: "Century Gothic", "Gill Sans", Helvetica, sans-serif; background-color: #fff; padding: 1px 5px 1px 5px;}
a.nav:visited {color: #000; text-decoration: none; font-size: 11px; font-family: "Century Gothic", "Gill Sans", Helvetica, sans-serif; background-color: #fff; padding: 1px 5px 1px 5px;}
a.nav:hover {color: #fff; text-decoration: none; font-size: 11px; font-family: "Century Gothic", "Gill Sans", Helvetica, sans-serif; background-color: #000; padding: 1px 5px 1px 5px;}