* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	background-image: url(../images/sky.jpg);
	background-repeat: repeat-x;
	background-color: #5DDB0E;
}

p {
	margin-bottom: 1.2em;
	font-size: 1em;
	line-height: 1.1em;
}

a {
	outline: none;
}

a img {
	border: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

#page-wrap {
}

#header {
}

#main {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	color: #273A8C;
	position: relative;
	z-index: 400;
}
#main p {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 20px;
	line-height: 1.4em;
}
#main h1 {
	margin-bottom: 20px;
	font-size: 2.2em;
}
#lowergrass {
	background-image: url(../images/lower-grass.png);
	background-repeat: repeat-x;
	background-position: 15% 167px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
}
#uppergrass {
	background-image: url(../images/upper-grass.png);
	background-repeat: repeat-x;
	background-position: 40% 165px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 200;
}
#logo {
	padding-top: 14px;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	width: 389px;
}
#grassgrad {
	background-image: url(../images/grass-grad.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 300;
	background-position: 0px 190px;
}
ul#nav {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 500;
	height: 120px;
	width: 562px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul#nav   {
	list-style-type: none;
}
ul#nav li   {
	display: inline;
}
ul#nav li a  {
	display: block;
	text-indent: -9999px;
	height: 120px;
	float: left;
	background-image: url(../images/flowers.png);
	background-repeat: no-repeat;
}
ul#nav li a#home  {
	width: 92px;
	background-position: left bottom;
}
ul#nav  li a#about   {
	width: 87px;
	background-position: -92px bottom;
}
ul#nav li a#history {
	width: 87px;
	background-position: -181px bottom;
}
ul#nav li a#classes {
	width: 89px;
	background-position: -270px bottom;
}
ul#nav li a#franchise {
	width: 99px;
	background-position: -359px bottom;
}
ul#nav li a#contact {
	width: 106px;
	background-position: -457px bottom;
}

ul#nav li a#home:hover  {
	background-position: -564px bottom;
}
ul#nav li a#about:hover   {
	background-position: -656px bottom;
}
ul#nav li a#history:hover {
	background-position: -745px bottom;
}
ul#nav li a#classes:hover {
	background-position: -834px bottom;
}
ul#nav li a#franchise:hover {
	background-position: -923px bottom;
}
ul#nav li a#contact:hover {
	background-position: -1021px bottom;
}

