* { margin: 0; padding: 0; border: 0; }

body {
	height:600px;
	font-size:80%;
	background:#DEF8DA;
}

.co-ops {
	list-style:none;
}

.co-ops li {
	font-size:1.8em;
	font-family:Times, Times New Roman,serif;
	margin-bottom:16px;
}

#mainbox {
	width:750px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../images/whole_foods_background.png');
}

#titlebar {
	position:relative;
	top:44px;
	left:215px;
	height:46px;
	width:272px;
}

#titlebar p {
	font-family:Times, Times New Roman,serif;
	font-size:2.4em;
	font-weight:500;
}

#contentbox {
	position:relative;
	top:41px;
	left:28px;
	height:476px;
	width:509px;
	border:0px;
	padding:16px;
}

#moon {
	position:relative;
	left:600px;
	top:-20px;
}

#bird {
	position:relative;
	top:15px;
	left:17px;
}

#navbar {
	width:80px;
	height:380px;
	position:relative;
	left:615px;
	top:-366px;
	z-index:100;
}

.navigation {
	list-style:none;
}

.navigation li {
	margin-top:3px;
	margin-bottom:3px;
}
