@charset "UTF-8";
/* CSS Document */
.contentbox{
	margin:15px 0 0 0;
	padding:0px;
	width:800px;
	height:400px;
	background-color:transparent;
}
#footerbg {
	position:relative;
	background-position:bottom;
	height:115px;
	width:100%;
	margin:-35px 0px 0px 0px;
	padding:0;	
}
#footercontent {
	float:bottom;
	width:800px;
	margin: 0px auto;
	padding:0;
	text-align:left;
}
ul {
	list-style-type:none;
	padding:0;
	overflow:hidden;
}
li {
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
	margin:auto;
	padding: 0 10px 0 10px;
	color:#063;
	}
.main_ill {
	position:top center;
	/*vertical-align:middle;
	horizontal-align:middle;
	*/
	margin:15px 0 0 0;
	padding:0;
	width:800px;
	height:550px;
	background-color:transparent;
	/*z-index:100;
*/
}
h1 {
	font-family: "Comic Sans MS", cursive;
	word-spacing:-0.15em;
	letter-spacing:0.05em;
	font-size:1.45em;
	margin: 2px 5px 0px 5px;
	padding:0px;
	color:#063;
}
h2 {
	font-family: "Comic Sans MS", cursive;
	font-size:1.1em;
	margin: 0px 5px 25px 5px;
	padding:0px;
	color:#063;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size:0.6em;
	color:#063;	
	margin: 0px 5px 25px 5px;
	padding:0;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75em;
	color:#063;
	margin: 0px 5px 10px 5px;

}
a:link{
	margin: 0px;
	padding: 0px;
	border:0px;
	color:#063;
}
a:visited {
	margin: 0px;
	padding: 0px;
	border:0px;
	color:#030;
	text-decoration:none;
}
a:active {
	margin: 0px;
	padding: 0px;
	border:0px;
	color:#063;
}
a:hover {
	margin: 0px;
	padding: 0px;
	border:0px;
}
#fzlogo {
	position:absolute;
	top:35;
	left:285px;
	width:259px;
	height:78px;
	background: url('images/FZlogo.png');
}
#fzlogo:hover {
	background: url('images/FZlogo-glow.png');
}
#apple {
	position:absolute;
	left:330px;
	top:305px;
	width:146px;
	height:184px;
	background: url('images/apple-static.gif');
	z-index:1;
}
#apple:hover {
	background: url('images/apple3-small.gif');
}
#apricot {
	position:absolute;
	left:475px;
	top:165px; 
	width:181px;
	height:135px;
	background-image: url('images/apricot-static.gif');
}
#apricot:hover {
	background: url('images/apricot-small.gif');
}
#strawberry {
	position:absolute;
	left:175px;
	top:175px; 
	width:128px;
	height:94px;
	background-image: url('images/strawberry-static.gif');
}
#strawberry:hover {
	background: url('images/strawberry-small.gif');
}
#peach {
	position:absolute;
	left:150px;
	top:346px;
	width:133px;
	height:95px;
	background-image: url('images/peach-static.gif');
}
#peach:hover {
	background: url('images/peach-small.gif');
}
#kiwi {
	position:absolute; 
	left:515px; 
	top: 356px;
	width:159px;
	height:106px;
	background-image: url('images/kiwi-static.gif');
}
#kiwi:hover {
	background: url('images/kiwi-small.gif');
}

