@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	padding: 0px;
	background-color: #F7F7F7;
	height: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	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  #navigation {
	height: 35px;
}
#wrapper #headerImg {
	height: 241px;
	background-image: url(../images/yellowflowerbee.jpg);
	background-repeat: no-repeat;
}
#bodyArea #left {
	height: 400px;
	width: 400px;
}
