@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	}

#topnav {
	background-image: url(images/corn.png);
	background-repeat:repeat-x;
	height: 264px;
	}
#topnav p {
	padding: 0px;
	margin:0px;
	visibility:hidden;
	}

.logo {
	position: relative;
	top:-500px;
	left:-439px;
	z-index:120;
	}
	

#container {
	width: 725px;
	margin-left: auto;
	margin-right:auto;
	}
	
.yellowcard {
	position: relative;
	top: -215px;
	z-index: 75;
	}
	
.bannerpic {
	position: relative;
	top: -529px;
	left: 236px;
	z-index:100;
	}

ul {
	list-style:none;
	position: relative;
	top:-519px;
	left:42px;
	margin: 0px;
	padding: 0px;
	z-index:120;
	}
	
li {
	display: inline;
	margin: 0px;
	padding:0px;
	}
	
li.individual {
	display: block;
	margin: 0px;
	padding:0px;
	}
	
.content {
	width:400px;
	position: relative;
	top: -460px;
	left:50px;
	}
	
.aboutcontent {
	width:600px;
	position: relative;
	top: -460px;
	left:50px;	
	}

.gardencontent {
	width:400px;
	position: relative;
	top: -691px;
	left:50px;
	}
	
#gardenbuttons {
	width:200px;
	height: 220px;
	position: relative;
	top:-400px;
	left:470px;
	font-weight:normal;
	font-size: 9px;
	z-index: 170;
	}
	
#gardenbuttons1 {
	width:200px;
	height: 220px;
	position: relative;
	top:-1100px;
	left:470px;
	font-weight:normal;
	font-size: 9px;
	}
	
.newsnote {
	background-image:url(images/news_note.png);
	width:240px;
	height: 550px;
	position: relative;
	top:-975px;
	left:465px;
	font-weight:bold;
	font-size: 12px;
	}
	
	
.newstext {
	width: 210px;
	position: relative;
	top: 55px;
	left: 15px;
	overflow: hidden;
	}

#footer {
	width:710px;
	height: 60px;
	position: relative;
	top:-650px;
	left:40px;
	}

#aboutfooter {
	width:710px;
	height: 60px;
	position: relative;
	top:-450px;
	left:40px;
	}

#gardensfooter {
	width:710px;
	height: 60px;
	position: relative;
	top:-450px;
	left:40px;
	}

	
.contact {
	margin-right: 15px;
	}

.foottext {
	margin:0px;
	padding:0px;
	position: relative;
	left:18px;
	font-size: 75%;
	font-weight:normal;
	}
	
.mfm {
	margin-left: 120px;
	}

a {text-decoration: none;
	}
	
a:hover {color:#FF6600;
	}

ul {
	display:inherit;
	}	
	
.underline {
	text-decoration:underline;
	}

ol {
	margin:0px;
	padding:0px;
	}
	
.event {
	border: 2px solid #336600;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 14px;
}

.event_frontpage {
	position: relative;
	top: -460px;
	left:50px;
	width: 645px;
}
	
