@charset "utf-8";

body {
	background-image: url(images/sunny-gardens-1600.jpg);
	background-repeat: no-repeat;
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #994C00;
}
.menu {
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	clear: both;
	float: none;
	background-position: center;
}


.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #660066;
	text-decoration: blink;
	text-align: center;
	text-transform: capitalize;
}
h1 {
	font-size: x-large;
	color: #660099;
}
h2 {
	font-size: large;
	color: #660099;
}
h3 {
	font-size: medium;
	color: #663300;
}

h4 {
	font-size: small;
	color: #7F5D16;
}
.style2 {color: #993300}
a:link {
	text-decoration: none;
	color: #FFFF66;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #00CC00;
}
.style3 {color: #660066}
#container {
	border: 4px ridge #CC6600;
	width: 902px;
	background-color: #FFFAC2;
	background-position: center;
}
.price {
	background-color: #990033;
	background-position: center;
	border: 4px ridge #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: blink;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #FF6600;
	text-align: center;
	text-transform: none;
}
