@charset "utf-8";
body {
	background-color: #FCEAEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.main {
	margin: 10px;
	padding: 10px;
	background-image: url(../Images/rosebackground.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 600px;
	vertical-align: top;
}
.list {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../Images/list.gif);
	vertical-align: top;
	line-height: 25px;
}


.mainfooter {
	background-color: #D31146;
	text-align: center;
	margin: 10px;
	padding: 10px;
	font-variant: normal;
	color: #FFFFFF;
}
.Address {
	font-weight: bold;
	margin: 10px;
	padding: 10px;
}
.banner {
	font-weight: bold;
	background-image: url(../Images/HC4L2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 10px;
	height: 10px;
	text-align: center;
	white-space: normal;
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
