* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font: 80% Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/sky.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

p {
	margin-bottom: 1.2em;
	font-size: 1em;
	line-height: 1.2em;
}
h1 {
	margin-bottom: 7px;
	font-size: 26px;
}

a {
	outline: none;
}

a img {
	border: none;
}

img {
	padding: 0;
	border-style: none;
	margin: 0;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

#page-wrap {
	background-image: url(images/clouds.png);
	background-repeat: repeat-x;
	width: 100%;
	background-attachment: fixed;
}

.logo {
	width: 100%;
	height: 254px;
	position: absolute;
	background: url(images/logo.png) no-repeat center 8px;
}

#box {
	width: 752px;
	margin-bottom: 112px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 165px;
}

.box-bar {
	width: 752px;
	height: 28px;
	clear: both;
}

.box-inside {
	width: 752px;
	padding: 0;
	margin: 0;
	background: url(images/box-inside.png) repeat-y 0 0;
	float: left;
}

#nav {
	width: 124px;
	float: left;
	margin-left: 1px;
	margin-top: 56px;
}

#nav ul {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3BBAEC;
}

#nav ul li {
}
#nav a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3BBAEC;
	padding-left: 15px;
	height: 25px;
	padding-top: 12px;
}

#nav a:hover {
	text-decoration: none;
	background-color: #FF0066;
}

#main {
	float: left;
	margin-top: 48px;
	width: 535px;
	padding-left: 40px;
	padding-right: 40px;
}

.girl {
	background-image: url(images/girl.png);
	height: 217px;
	width: 312px;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

.boy {
	background-image: url(images/boy.png);
	height: 203px;
	width: 83px;
	position: fixed;
	bottom: 0px;
	right: 100px;
}
.cow {
	background-image: url(images/cow.png);
	height: 51px;
	width: 80px;
	position: fixed;
	right: 15px;
	bottom: 50px;
}
.bee {
	background-image: url(images/bee.png);
	height: 21px;
	width: 22px;
	position: fixed;
	left: 30px;
	bottom: 230px;
}

#footer {
	position: fixed;
	height: 88px;
	width: 100%;
	bottom: 0px;
	background-image: url(images/grass.png);
	background-repeat: repeat-x;
	background-position: top;
	left: 0;
}
#main table {
	margin-bottom: 23px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FF3781;
}
#main table h1 {
	color: #FF3781;
}
#main table td {
	padding: 4px;
}
.food-column {
	width: 250px;
}
.row    {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3781;
}
.qty-column {
	width: 50px;
	text-align: center;
}
.stage-column {
	width: 150px;
}
#emailform table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#emailform table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
#main ul {
	list-style-type: none;
}
#main li {
	margin-bottom: 6px;
}
