body  {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}

#banner  {
	background: white url(images/fruit-banner.jpg) repeat-x left top;
	padding: 0;
	top: 0;
	left: 0;
	height: 48px;
	width: 100%;
	border-bottom: solid 3px turquoise;
	}

#therest  {
	position: relative;
	margin: 0 0 0 5px;
	padding: 0;
	}

#logo {
	margin: 3px 0 10px 10px;
	padding: 0;
	}

#navbar  {
	position: absolute;
	font-size: 12px;
	top: 10px;
	left: 10px;
	width: 180px;
	padding: 10px;
	margin: 0;
	}

#centercol  {
	position: absolute;
	font-size: 14px;
	left: 180px;
	width: 310px;
	margin: 0;
	padding: 1%;
	}

#rightcol  {
	position: absolute;
	font-size: 15px;
	width: 200px;
	margin: 0;
	top: 10px;
	left: 560px;
	padding: 1%;
	}

li {
	padding-bottom: 8px;
	}

a { color: #675; }
a img { border: none; }
a:visited { color: #342; }
a:hover { color: #9a8; }
a img.href { border: 1px solid blue; }

p.credit  {
	font-size: smaller;
	font-style: italic;
	}

div.copyr {
        margin: 10px;
        }
table.copyr { padding: 0; margin: 0; }
td.copyr {
        font-size: 8pt;
        color: #666666;
        padding-left: 5px;
        padding-right: 5px;
	vertical-align: top;
	width: 33%;
        }

hr.break  {
        color: green;
        background-color: black;
        width: 30%;
        height: 0px;
        border: 1px outset gray;
        //border: 3px ridge rgb(204, 255, 0);
        }

table.download  {
	padding: 5px;
	margin: 16px;
	border: 1px solid green;
	}

td.download {
	font-size: 15px;
	font-weight: bolder;
	padding-right: 10px;
	}

#invis  {
	visibility: hidden;
	}
