@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
	background-color: #ECB3D3;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
}
.aboutus_bkgd {
	background-attachment: scroll;
	background-color: #E9B4D3;
	background-image: url(images/about_us-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contactus_bkgd {
	background-attachment: scroll;
	background-color: #E9B4D3;
	background-image: url(images/contact_us-bkgd.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.services_bkgd {
	background-attachment: scroll;
	background-color: #E9B4D3;
	background-image: url(images/services-photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pricing_bkgd {
	background-attachment: scroll;
	background-image: url(images/pricing-photos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
}
#form1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: .8em;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
#candy_video {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.thumbs {
	cursor: pointer;
}
.photo1 {
	background-attachment: scroll;
	background-image: url(images/photo_01_lg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
}
.pink_type {
	color: #FF0080;
}
.highlight {
	background-color: #F8DFE5;
	text-indent: 12px;
}

