html body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #6d664c;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(/images/pageBg_petal_light.gif);
}

#container { width: 800px; text-align: left; margin: 0 auto; border: 1px solid #87746a; background: #fff; }

#headerL { float: left; }
#headerR { margin-left: 457px; height: 95px; }
#testimonial { text-align: right; color: #87746a; font-size: 10px; padding: 9px 14px 0px 12px; height: 60px; }
.testimonialPerson { font-style: italic; }
#log { text-align: right; color: #2f5b78; padding-right: 14px; }
#headerLogin { clear: right; padding-top: 10px; }

#nav { clear: both; }

/* Home Content styles */
#contentHome { margin: 5px 0px; margin-bottom: 10px; background: url(/images/contentHome_bg.gif) left repeat-y; min-height: 100%; height: 100%; }
#contentHomeLeft { float: left; width: 510px; }
.contentHomeLText, .contentHomeRText { padding: 12px 16px; }
#contentHomeRight { margin-left: 522px; }
.pink { color: #ff0066; }

a:link { color: #6d664c; text-decoration: underline; }
a:visited { color: #6d664c; text-decoration: underline; }
a:hover { color: #2f5b78; text-decoration: none; }
a:active { color: #2f5b78; text-decoration: underline; }

/* Blog styles */
.blogHomeItem { padding-top: 10px; }
.blogHomeDate { font-size: 11px; }

/* Footer styles */
#footer { clear: both; background: #87746a; color: #fff; font-size: 10px; padding: 8px 17px 10px 17px; }
#footerRight { float: right; }
#footerLinks { text-align: center; padding-top: 6px; }
#footer a:link { color: #fff; text-decoration: none; }
#footer a:visited { color: #fff; text-decoration: none; }
#footer a:active { color: #fff; text-decoration: underline; }
#footer a:hover { color: #fff; text-decoration: underline; }