/* CSS Document */
body {
	background-image: url(../images/img_yellow_bgtile.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	height: 600px;
	width: 955px;
	margin-top: -300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -477px;
	background-color: #FFFFFF;
}
#pod1 {
	background-color: #E0D3AE;
	height: 592px;
	width: 657px;
	left: 4px;
	top: 4px;
	position: absolute;
	background-image: url(../images/img_woman_bg_000.jpg);
	background-repeat: no-repeat;
}
.pod1Text {
	top: 390px;
	position: absolute;
	padding-right: 20px;
	padding-left: 24px;
}
.p1Title {
	color: #222222;
	font-weight: bold;
	font-size: 18px;
}
.p1Text {
	color: #222222;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}


#pod2 {
	background-color: #EA068C;
	height: 492px;
	width: 284px;
	left: 667px;
	top: 4px;
	position: absolute;
	background-image: url(../images/img_pink_bgtile.jpg);
	background-repeat: repeat;
}
.p2Text {
	margin-bottom: 2px;
	font-size: 25px;
	color: #F9B5DD;
	text-align: center;
	font-weight: bold;
}

.pod2Logo {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 15px;
}

#pod3 {
	background-color: #543019;
	height: 94px;
	width: 284px;
	left: 667px;
	position: absolute;
	top: 502px;
}
.pod3Text {
	padding-top: 10px;
}
.p3TextA {
	margin-bottom: 2px;
	color: #FFFFFF;
	text-align: center;
}
.p3TextB {
	margin-bottom: 2px;
	color: #FFFFFF;
	margin-left: 2px;
}
.scheduleCallout {
	margin-top: 50px;
	font-size: 13px;
}

.scheduleCallout a:link, .scheduleCallout a:link {
	color:#543019;
	text-decoration:underline;
}
.scheduleCallout a:hover {
	color:#543019;
	text-decoration:none;
}
