body {
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #b49883;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #4f489d;
	font-size: 1em;
}
#wrapper {
	width:750px;
/*	height:450px;*/
	margin:20px auto 10px auto;
	background-color:#dfdac9;
	border: medium double #50489d;
	background-image: url(../images/wrapper-background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navigation {
	width:350px;
	float:left;
}
#navigation ul {
	text-align:right;
	list-style:none;
	line-height: 1.2em;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 120px 0 0 0;

}
#navigation a{
	padding: 0 25px 0 0;
	color: #4f489d;
	text-decoration:none;
	font-weight:bold;
	font-size:0.8em;
}
#navigation a:hover{
	color:#df59a0;
	background-image: url(../images/20-pink-flower.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#content{
	margin:20px 20px 0 357px;
	/*height:370px;
	overflow: auto;*/
	padding: 0 10px 0 0;
}
h1 {
	font-size:1.5em;
	margin:0 0 10px 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: normal;
}
h2 {
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: normal;
}
#content p,#content li{
	font-size:0.8em;
}
#content p.question {
font-weight:bold;
	color:#df59a0;
}
#content td p {
	padding:0;
	margin:0;}
#content ul {
	margin:0;
	padding:0;
}
#content li {
	list-style:none;
	padding-left:20px;
	background-image: url(../images/15-white-flower.gif);
	background-repeat: no-repeat;
	background-position: left;

}
#content a{
	color: #4f489d;
	font-weight:bold;
}

#content a:hover{
	color:#df59a0;
}
p.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#de5aa0;
}
#content img {
	float:right;
	margin-left:10px;
}
#contact {
	font-size:0.8em;
	text-align:right;
	margin:20px 20px 0 0;
	color:#b59983;
}
#contact strong {
	color: #4f489d;
}
#contact a{
	color: #4f489d;
	text-decoration:none;
	font-weight:bold;
}

#contact a:hover{
	color:#df59a0;
}
