body {
	color: #000000;
	background-color: #eee;
	text-decoration: none;
	font: 11px/18px Georgia, Times, Tahoma, Verdana, serif;
}
a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px solid #497944;
	color: #497944;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #999;
	color: #666;
}
a:active {
	text-decoration: none;
	border-bottom: 1px solid #497944;
	color: #497944;
}
#container {
	display: block;
	width: 770px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
}
#postit {
	position:absolute;
	display:block;
	background:  url(images/post-it3.gif) no-repeat;
	height: 175px;
	width: 148px;
	top: 15px;
	left: 560px;
	padding: 50px 0 0 10px;
	margin:0;
	text-align:left;
	font-size: 13px;
	font-weight: bold;
	z-index:2;
}
#book {
	background:  url(images/ClosedJournal2.jpg) no-repeat;
	position: relative;
	top: 0px;
	left: 110px;
	width: 550px;
	height: 541px;
	text-indent: -100em;
}

#book1 {
position: relative;
top: 0px;
left: 0px;
display: block;
width: 550px;
height: 541px;
border: 0px;
text-indent: -100em;
}

a:hover#book1 {
position:relative;
background: url(images/ReadJournal.jpg) bottom right no-repeat;
}

h5 {
font-family: Georgia, Times, Tahoma, Verdana, serif;
font-size: 11px;
font-weight: normal;
color: #497944;
padding: 10px;
}
#footer {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
text-align: center;
}

