.bg_top_left {
	background-attachment: scroll;
	background-image: url(images/top_left.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}
.bg_top_center {
	background-attachment: scroll;
	background-image: url(images/top_center.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
.bg_top_right {
	background-attachment: scroll;
	background-image: url(images/top_right.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}
.bg_middle_left {
	background-attachment: scroll;
	background-image: url(images/middle_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #000000;
}
.bg_middle_right {
	background-attachment: scroll;
	background-image: url(images/middle_right.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	background-color: #000000;
}
.bg_bottom_left {
	background-attachment: scroll;
	background-image: url(images/bottom_left.jpg);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
.bg_bottom_center {
	background-attachment: scroll;
	background-image: url(images/bottom_center.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
.bg_bottom_right {
	background-attachment: scroll;
	background-image: url(images/bottom_right.jpg);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
.bg_middle_left {
	background-attachment: scroll;
	background-image: url(images/middle_left.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCCCCC;
}
.bg_middle_right {
	background-attachment: scroll;
	background-image: url(images/middle_right.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCCCCC;
}
.bg {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.style1 {
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}.business_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}


.list {
	list-style-position: outside;
	list-style-image: url(images/blue_bullet.gif);
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
li {
	background: url(images/blue_bullet.gif) no-repeat scroll left 10px;
	padding-left: 10px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}

