@charset "utf-8";
/* CSS Document */

#main-img {
	background-image: url(../images/main-img-pink.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#navigation {
	background-image: url(../images/navigation-bkgrd-pink.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}
.rightcontentbox {
	background-color: #660024;
	color: #FFFFFF;
	background-image: url(../images/testimonial-bkgrd-pink.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.rightcontentbox1 {
	background-color: #FFFFFF;
	color: #131313;
}
#main ul.listmenu li {
	list-style: none;
	background-image: url(../images/listmenu-pink.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#main ul li {
	list-style: none;
	background-image: url(../images/list-item-pink.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
h3 {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 5px !important;
	font-weight: bold !important;
}
