.bigHouseBg {
	background-image: url(imgs/home_houseBg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.roseBg {
	background-image: url(imgs/roseBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.middleBg {
	background-image: url(imgs/home_middleBg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.mainTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: normal;
}
a:link {
	color: #663366;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
.middleBtmBg {
	background-image: url(imgs/home_middleBtmBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bullet {
	list-style-position: outside;
	list-style-image: url(imgs/bullet.gif);
	list-style-type: none;
}
.price {
	color: #ccffcc;
}
.dish {
	color: #CCFFCC;
	font-weight: bold;
}

