body {
	background-image:  url(media/feathers.jpg);
	background-repeat: repeat;
}
.homebanner {
	margin-left: -300px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 100px;
	width: 600px;
	left: 50%;
	top: 0px;
	text-align: center;
}
.menutop {
	text-align: center;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 20px;
	width: 75px;
	top: 100px;
	left: 50%;
	text-decoration: none;

}
.header {
	clear: both;
	float: left;
	height: 120px;
	width: 100%;
}
.menublock {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	height: 300px;
	width: 150px;
	left: 50%;
	top: 120px;
	text-align: center;
	background-repeat: repeat;
	text-decoration: none;
	background-color: #C4CFB8;





}
.noulblack {
	color: #000000;
	text-decoration: none;
}
.piclink {
	cursor: hand;
	position: relative;

}
.picfloat {
	padding: 10px;
	height: 20px;
	width: 20px;
	border: 5px ridge #999966;
	background-color: #FFFFFF;
	position: fixed;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 200;




}
.hand {
	cursor: hand;
}
