body	{
	background: #999 url(bg1.gif) repeat-x;
	text-align: center;
	}
#spacer	{
	width: 800px;
	margin: 0 auto;
	}
#header	{
	margin-left: 372px;
	width: 428px;
	height: 107px;
	background-image: url(header.jpg);
	}
.body	{
	margin: 0 auto;
	width: 800px;
	border: solid 1px #fff;
	text-align: left;
	}
#red	{
	background-color: #711;
	}
#yellow	{
	background-color: #a81
	}
#green	{
	background-color: #330	
	}
#text	{
	margin: 10px 50px;
	}
#menu	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#menu li	{
	float: left;
	}
#menu li a	{
	text-align: center;
	background-color: #fff;
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	width: 100px;
	height: 24px;
	line-height: 24px;
	}
#menu li a:hover	{
	background-color: #ccc;
	}
a	{
	color: #000;
	text-decoration: none;
	}
#left	{
	width: 50%;
	float: left;
	}
#right	{
	width: 50%;
	float: right;
	}
#footer	{
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	height: 30px;
	width: 100%;
	}
.imagefloat	{
	margin: 10px;
	border: none;
	}
#flowers, #strawberries, #climinbuddies, #vines	{
	float: right;
	}
#beans, #circle	{
	float: left;
	}