body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #f7f5f2;
	background-color: #AB3356;
}

#container {
	position: absolute;
	z-index: 3;
	width: 760px;
	top: 0px;
	left: 50%;
	margin-left: -380px;
	padding-bottom: 20px;
}

#content {
	padding: 30px 80px 40px 80px;
	text-align: justify;
}

#blossom {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 200px;
	width: 100%;
}

#tagline {
	font-size: 16px;
	color: #ffd7e2;
	padding-top: 20px;
}

.unwind {
	font-size: 12px;
	font-weight: bold;
	color: #7FA39B;
}

.lovedup {
	font-size: 12px;
	font-weight: bold;
	color: #B25067;
}

.uplifting {
	font-size: 12px;
	font-weight: bold;
	color: #5A8CA0;
}

.misc {
	font-size: 12px;
	font-weight: bold;
	color: #847d71;
}

.small {
	font-size: 9px;
	line-height: 100%;
}

.heading {
	font-size: 14px;
	font-weight: bold;
}

.details {
	font-size: 10px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #f7f5f2;
}

a:hover, a:active {
	color: #CBC3B3;
	text-decoration: none;
}

.nav {
	font-size: 12px;
	color: #f7f5f2;
	text-align:center;
	font-weight: bold;
}

.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #f7f5f2;
}

.nav a:hover, .nav a:active {
	color: #CBC3B3;
	text-decoration: underline;
}
