* { margin: 0; padding: 0; border: 0; }

body {
	height:600px;
	background-color:#f6c8dd;
}

#mainbox {
	width:750px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../images/pomegranate_pear_background.png');
}

#content {
	position:relative;
	width:536px;
	left:130px;
	top:40px;
	z-index:1;
}

#blurb {
	position:relative;
	left:75px;
}

#images {
	position:relative;
	top:-59px;
	left:20px;
}

#recipebox {
	position:relative;
	top:-14px;
	left:50px;
}

#navbar {
	width:80px;
	height:416px;
	position:relative;
	left:630px;
	top:-490px;
	z-index:100;
}

#bird {
	z-index:110;
}

.navigation {
	list-style:none;
}

.navigation li {
	position:relative;
	top:-14px;
	margin-top:3px;
	margin-bottom:3px;
}
