body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #26247b;
}
p {
	padding: 0 0 10px;
	margin: 0;
	line-height: 1.3em;
}
img {
	border: 0;
}
ul, li, dl, dt, dd, h1, h2 {
	margin:0;
	padding:0;
	list-style-type: none;
}
hr {
	display: none;
}
a {
	color: #ed008c;
}
a:hover {
	color: #ff7fb2;
}
h1 {
	color: #ed008c;
	font-size: 170%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 5px;
}
h2 {
	font-size: 100%;
	color: #26247b;
}
#container {
	width: 850px;
	margin: 0 auto;
	position: relative;
}
#header, #dedications, #recently {
	width: 850px;
	float:left;
	position: relative;

}
#header {
	border-top: 20px solid #ed008c;
}
#header img {
	float:left;
	margin-bottom: 10px;
}
#header p {
	width: 540px;
	float: left;
	clear:left;
}
#header strong {
	color:#ed008c;
}
#menu {
	width: 230px;
	position: absolute;
	top: 120px;
	right: 0;
	padding-bottom: 10px;
}
#menu li a {
	border-bottom: 1px solid #e8e8e8;
	background: url(../images/forever/arrow.gif) no-repeat right center;
	float:left;
	padding: 10px 0;
	width: 230px;
}
#menu h1 {
	display: block;
	font-size: 16px;
	background: #ed008c;
	color: #fff;
	padding:5px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
#dedications {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 320px;
}
#dedications h1 {
	display: none;
}
#scrollleft {
	position:absolute;
	width: 18px;
	height: 50px;
	top:285px;
	left:-18px;
	background: url(../images/forever/scrollarrows.gif) left no-repeat;
}
#scrollright {
	position:absolute;
	width: 18px;
	height: 50px;
	top:285px;
	right:-18px;
	background: url(../images/forever/scrollarrows.gif) right no-repeat;
}
#field {
	position:relative;
	float:left;
	width: 2550px;
	height: 320px;
	background: url(../images/forever/field.gif);
}
.flower {
	float: left;
	position: absolute;
	width: 40px;
	height: 40px;
	z-index:24;
	background: url(../images/forever/flower.gif) no-repeat center;
}
.flower a {
	float: left;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
.flower dl {
	display: none;
	font-size: 95%;
}
.flower:hover{z-index:25;}

.flower:hover dl {
	display: block;
	position: absolute;
	top:3px; left:50px; width:120px;
	padding: 4px;
	background-color:#fff;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
#previous {
	position:absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: #ccc;
	left: 5px;
	top: 5px;
}
#next {
	position:absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: #ccc;
	right: 5px;
	top: 5px;
}
#added {
	width: 840px;
	float:left;
	position: relative;
	padding: 10px 5px;
	background: #E2F0F9;
}
.recently {
	background: url(../images/forever/recent-flower.jpg) no-repeat left 3px;
	padding: 5px 0 10px 30px;
}
.added {
	float:left;
	width: 95px;
	padding: 0 5px;
}
.added p {
	padding:0;
	font-size: 11px;
}
.added h2 {
	padding:0;
	font-weight: normal;
	font-size: 11px;
}
