* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#wrapper {
	background-color: #f7f7f7;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99999;
	border-left-color: #99999;
	width: 800px;
	text-decoration: none;
}
#wrapper #logo {
	height: 100px;
	background-color: #FFFFFF;
}
#wrapper #navigation {
	height: 35px;
}
#wrapper #headerImg {
	background-image: url(../Images/flowerHpImg.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
#wrapper #bodyArea #left {
	height: auto;
	width: 550px;
	float: left;
	background-color: #FFFFFF;
	text-decoration: none;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #666666;
}
#wrapper #bodyArea #footer {
	clear: both;
	height: 40px;
	background-color: #FFFFFF;
	float: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 20px;
	text-decoration: none;
}
