* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: ;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.wrapper2 {
	background:#f7f7f7;
}
#wrapper #banner {
	background:url(../images/banner1.jpg) no-repeat;
	height: 190px;
}
#wrapper #links {
	height: 1.9em;
}
#wrapper #bodyArea #affiliates {
	height: 120px;
	clear: both;
}
#wrapper #bodyArea #affiliates #holder {
}




a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #headerImg {
	height: 250px;
	background-image: url(../images/flowerHpImg.jpg);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #left {
	background-color:#f7f7f7;
	width: 550px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 250px;
	margin-top:-30px;
	padding-top:8px;
	float: right;
	background-color: #e2e2e2;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #e2e2e2;
}
#wrapper #navigation #links {
	margin-top: 9px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 20px;
}




#wrapper #navigation {
	height: 35px;
}
#wrapper #bodyArea #footer #copyright {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 13px;
	margin-right: 10px;
}

