body {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: 156px -4px;
}
.flower {
	position: absolute;
	top: 0px;
	right: 0px;
}
.menu {
	position: absolute;
	width: 223px;
	left: 0px;
	top: 113px;
}
.content {
	position: absolute;
	width: 500px;
	left: 250px;
	top: 113px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #FF0033;
}
a:visited {
	color: #FF0033;
}
a:hover {
	color: #006600;
}
h2 {
	color: #009933;
	font-style: italic;
	font-size: 20px;
}
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border-top: thin solid #006600;
	border-right: 3px none;
	border-bottom: 3px none;
	border-left: 3px none;
	margin: 5px;
	padding: 5px;
}
.contentWider {
	position: absolute;
	width: 700px;
	left: 240px;
	top: 113px;
}
