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


#wrapper{
	width:990px;
	margin:auto;
}

#left-content{
	width:250px;
	float:left;
	margin-top:450px;
	text-align: center;
}
#content{
	width:445px;
	float:left;
	padding-left: 20px;
}
#right-content{
	width:275px;
	float:left;
	margin-top:100px;
	text-align: right;
}
#footer{
	width:990px;
	margin:auto;
	clear:both;
	text-align:center;
	float: left;
	padding-top: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

 
#menu{
	background: url(../images/menu.jpg) 0px 0px no-repeat;
	width: 180px; 
	height: 232px;
	
}

#menu ul{
	list-style:none;
	padding:5px 0px 0px 0px;
	margin:0px;
}


#menu ul li a{
	width:180px;
	height:32px;
 	display:block;
	text-indent:500px;
	overflow:hidden;
}
#menu a.home:hover, body#home #menu a.home{
	background: url(../images/menu.jpg) -180px -5px no-repeat;
}

#menu a.biography:hover, body#bio #menu a.biography{
	background: url(../images/menu.jpg) -180px -37px no-repeat;
}

#menu a.videos:hover, body#vid #menu a.videos{
	background: url(../images/menu.jpg) -180px -69px no-repeat;
}

#menu a.poetry:hover, body#poe #menu a.poetry{
	background: url(../images/menu.jpg) -180px -101px no-repeat;
}

#menu a.news:hover, body#new #menu a.news{
	background: url(../images/menu.jpg) -180px -133px no-repeat;
}

#menu a.store:hover, body#sto #menu a.store{
	background: url(../images/menu.jpg) -180px -165px no-repeat;
}

#menu a.booknow:hover, body#boo #menu a.booknow{
	background: url(../images/menu.jpg) -180px -197px no-repeat;
}


#calendar{
	padding-top:50px;}

#heading .header{
	padding: 10px 0px 15px 25px;
}

#poem{
	border:1px solid white;
	padding:25px;
	margin:10px auto;
	width:450px;
	background-color: #000;
}
