body {
	margin: 0;
	padding: 0;
	color: #006;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100.01%;
	line-height: 1.4;
	background: #fff url(img/back.jpg) repeat-x 0 0;
}
strong {
	color: #e63965;
}
em {
	color: #e63965;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
}
#header {
	height: 150px;
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 0;
	background: url(img/logo.jpg) no-repeat 0 0;
	text-indent: -3000em;
	width: 150px;
	height: 150px;
}

/* Navigation */

#header ul {
	position: absolute;
	left: 170px;
	top: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 524px;
	height: 110px;
}
#header ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#header ul li a,
#header ul li a:link,
#header ul li a:visited {
	text-indent: -3000em;
	display: block;
}
#header ul li a:focus,
#header ul li a:hover {
	background-position: 0 0;
}
.home {
	width: 180px;
	height: 55px;
	background: url(img/homepage.jpg) no-repeat 0 -55px;
}
.gifts {
	width: 155px;
	height: 55px;
	background: url(img/gifts.jpg) no-repeat 0 -55px;
}
.poems {
	width: 189px;
	height: 55px;
	background: url(img/poems.jpg) no-repeat 0 -55px;
}
.healing {
	width: 180px;
	height: 55px;
	background: url(img/healing.jpg) no-repeat 0 -55px;
}
.information {
	width: 198px;
	height: 55px;
	background: url(img/information.jpg) no-repeat 0 -55px;
}
.contact {
	width: 146px;
	height: 55px;
	background: url(img/contact.jpg) no-repeat 0 -55px;
}

#bodyhome .home,
#bodygifts .gifts,
#bodypoems .poems,
#bodyhealing .healing,
#bodyinformation .information,
#bodycontact .contact {
	background-position: 0 0;
}

/* Main Content */

#content {
	padding: 0.05em 0.5em;
	margin: 0;
	background: #fafffa;
	border: 2px solid #82d463;
}
#content h2 {
	font-size: 1em;
}

#content h2 a {
	color: #e63965;
}
#footer {
	background: #85ccfb;
	padding: 0 0.5em;
	margin: 10px 0;
	border: 2px solid #1c6ba1;
	height: 32px;
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: 32px;
}
#footer a,
#footer a:link,
#footer a:visited {
	color: #1c6ba1;
	text-decoration: none;
	padding: 2px 3px;
}
#footer a:hover,
#footer a:focus {
	text-decoration: underline;
	background: ivory;
}
.copyright {
	float: left;
}
.credit {
	float: right;
}
.example {
	border: 2px solid #85ccfb;
	position: relative;
	width: 200px;
	height: 200px;
	clear: both;
}
.left {
	float: left;
	margin: 5px 15px 5px 0;
}
.right {
	float: right;
	margin: 5px 0 5px 15px;
}
.dropcap {
	float:left;
	color:#85ccfb;
	font-size:60px;
	line-height:40px;
	padding:0 4px 0 0;
}
strong .dropcap {
	color: #e63965;
}

.display {
	clear: both;
}
.display hr {
	clear: both;
	height: 1px;
	color: #f00;
	background: #f00;
}