@charset "utf-8";
#colA/* CSS Document */

{
	background-image: url(../images/col-aBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 14px;
	min-height: 500px;
}
#colA.contact {
	background-image: url(../images/col-aBG-contact.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content {
	background-image: url(../images/2colBG.jpg);
	background-repeat: repeat-y;
}


#colB {
	color: #5f5f5f;
	font-size: 14px;
	width: 680px;
}
#colB h1 {
	color: #0B6184;
	font-size: 26px;
}
#colC h1 {
	font-size: 26px;
	color: #5F5F5F;
}
#colB p {
	padding-right: 160px;
}
#colB li {
	padding-right: 160px;
}

#colB.serena  {
	background-image: url(../images/aboutBG-serena.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#colB.bonnie  {
	background-image: url(../images/aboutBG-bonnie.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#colB.deanna  {
	background-image: url(../images/aboutBG-deanna.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}


#colC p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 0px;
}
#colC .source {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	margin-top: 4px;
}

