@charset "utf-8";
/* 
	SITE COLOURS
	Text: #28334e
	Text BG: #babfcb
	
*/

	/* RESET & FLOAT */
div, h1, h2, h3 { margin: 0; padding: 0; }
.floatright { float: right; }
.imageright { float: right; margin-left: 10px; border: 1px solid #91524c; }
.floatleft { float: left; }
.imageleft { float: left; margin-right: 30px; border: 1px solid #91524c; }
.clearfloat { clear:both; }
a img { border:none; }

	/* SITEWIDE SETUP */
body { margin: 0 0 0 0; color: #91524c; font-family:Georgia, "Times New Roman", Times, serif; font-size: 13px; background-image:url(../images/repeater.jpg); background-repeat: repeat-x; }

a:link { color: #c70c34; text-decoration:none; }
a:visited { color: #c70c34; text-decoration:none; }
a:active { color: #c70c34; text-decoration:none; }
a:hover { color: #c70c34; text-decoration:underline; }

	/* LAYOUT - NAVBAR */

#sunshine { position:absolute; left:0px; top:0px; z-index:-1; background-image:url(../images/sunshine.jpg); width: 523px; height: 111px; }
#container { margin: 0 auto; width: 912px; }
#nav { float: right; margin-right: 30px; }
	#nav a:link { font-size: 16px; }
	#nav a:visited { font-size: 16px; }
	#nav a:active { font-size: 16px; }
	#nav a:hover { font-size: 16px; }

#text { border-left: 1px solid #cdb4a4; border-right: 1px solid #cdb4a4; background-color:#e8e7e7; width: 810px; padding: 0 20px 0 20px; }
#veggies { float: right; background-image:url(../images/veggies.jpg); width: 165px; height: 65px; margin-right:-20px; }
#worm { float: right; background-image:url(../images/worm.jpg); width: 26px; height: 62px; margin: 250px 20px 0 0; }
#worm2 { position: absolute; top: 300px; left: 20px; background-image:url(../images/wormsmall.jpg); width: 28px; height: 31px; z-index:-1; }
#footer { background-image: url(../images/footer.jpg); width: 602px; height: 27px; font-size: 10px; padding: 22px 0 0 250px; }