* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	padding: 5px;
	width: 800px;
	margin: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	border-left-color: #999999;
}
#wrapper #logo {
	background-color: #FFFFFF;
	height: 100px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navi {
	height: 35px;
	background-color: #FFFFFF;
}
#wrapper #headerImg {
	height: 250px;
	background-image: url(../images/flowerHpImg.jpg);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 250px;
	height: 0px;
	float: right;
	background-color: #CCCCCC;
}
#wrapper #bodyArea #footer {
	clear: both;
	height: 40px;
	background-color: #e2e2e2;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01838b;
	text-decoration: none;
}

