body {
	background: #f7d600;
	}
a {
	color:black;
	text-decoration:none;
}
a:hover {
	color:black;
	text-decoration:underline;
}
a:visited {color:black;}
a:active {color:black;}

p.bold {
	font-weight: bold;
	display: inline;
	}

p.sans {
	font-family: Arial, sans-serif;
	}

h2 {
	font-family: Arial, sans-serif;
	display: inline;
	}

h3 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	display: inline;
	}

.center {
	float: center;
	}

table {
	border-top: 1px solid black;
	width: 100%;
	}

div.menu {
	width: 80%;
	clear:both;
	border: 2px solid black;
	xbackground: LightGoldenRodYellow;
	background: #f7eeb6;
	padding: 10px;
	xposition:relative;
	xtop:214px;
}

.borderless {
	border: 0px;
	}

.links {
	float: right;
	width: 600px;
	position: absolute;
	top: 135px;
	left: 246px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 2px;
}

div#logo {
	width:200px;
	height:272px;
	position:relative;
	left:49px;
	clear:both;
	background:url('pears_web_sm.jpg) no-repeat;
}

div#gallery {
	position:absolute;
	top:45px;
	right:45px;
}

div#gallery img {
	width:228px;
	border:1px solid black;
}

img.menu {
	position: absolute;
	top: 136px;
	left: 194px;
	z-index: 1;
	}