div#title{
	margin-bottom: 24px;
}

div#title h2{
	background: url(/images/title_howworks.png) no-repeat 15px 4px;
	border-right: 1px solid #f17bb0;
	float: left;
	height: 20px;
	margin: 40px 0 0 0;
	text-indent: -5000px;
	width: 255px;
}

div#title div#slogan{
	background: url(/images/main_slogan.png) no-repeat;
	height: 35px;
	float: left;
	margin: 28px 0 0 18px;
	text-indent: -8000px;
	width: 440px;
}



div#sidebar{
	border-right: 1px solid #bfc0c2;
	float: left;
	margin: 0 -1px 30px 0;
	width: 255px;
}

div#sidebar ul{
	margin: 2px 0 18px 18px;
}

div#sidebar ul li{
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 20px;
}

div#sidebar ul li#preg{
	height: 16px;
	background: url(/images/sidebar_pregnancy.png) 20px 0 no-repeat;
	margin: 0 0 2px 0;
	text-indent: -5000px;
	width: 183px;
}

div#sidebar ul li#postpreg{
	height: 16px;
	background: url(/images/sidebar_postpregnancy.png) 20px 0 no-repeat;
	margin: 0 0 2px 0;
	text-indent: -5000px;
	width: 221px;
}

div#sidebar ul li#wloss{
	height: 16px;
	background: url(/images/sidebar_weight-loss.png) 20px 0 no-repeat;
	margin: 0 0 2px 0;
	text-indent: -5000px;
	width: 87px;
}


div#sidebar ul li.selected{
	background: url(/images/sidebar_selector.png) 0px 3px no-repeat;
}

div#sidebar ul li a{
	font-style: italic;
	text-decoration: none;
}

div#sidebar ul li a:hover{
	text-decoration: underline;
}




div#text{
	border-left: 1px solid #bfc0c2;
	float: left;
	margin: 0 0 18px 0;
	padding: 0 0 0 18px;
	position: relative;
	width: 645px;
}

div#text h2{
	height: 19px;
	margin: 0 0 14px 0;
	text-indent: -5000px;
}

div#text h2#subtitle_pregnancy{
	background: url(/images/subtitle_pregnancy.png);
	width: 196px;
}

div#text h2#subtitle_postpregnancy{
	background: url(/images/subtitle_postpregnancy.png);
	width: 242px;
}

div#text h3{
	color: #f17bb0;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 18px;
}

div#text h3 span.diff{
	font-size: 14px;
	color: #888;
}

div#text p{
	padding-right: 12px;
}

div#text p strong{
	color: #f17bb0;
	font-weight: normal;
}



