#navbar {
  position: fixed;
  top: 5px;
  left: 8px;
  right: 8px;
  height: 39px;
  background: #ccc;
  color: #000;
  border-style: solid;
  border-width: 2px;
  text-align: right;
  z-index: 10;
  -moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
  box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
}

#navbar ul {
  margin: 11px 10px 11px 10px;
  padding: 0px 0px 0px 0px;
}

#navbar ul li {
  font-family: sans-serif;
  padding: 2px 2px 2px 2px;
  margin: 2px 2px 2px 2px;
  font-size: 16px;
  list-style-type: none;
  border: 1px black solid;
  display: inline;
  background: #ddd;
}

#navbar ul li:hover {
  background: #7ff;
  color: #000;
}

#navbar ul a { color: #000000; }

#navbar img {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
  float: left;
  border-style: none;
}

#navbar a {
  text-decoration: none;
}

.clear { clear: both; }


#mainbody {
  position:		absolute;
  top:			70px;
  left:			10px;
  right:		220px;
  z-index:		1;
  background-color:	#ccc;
  color:		#000;
  border:		1px solid black;
  padding-left:		10px;
  padding-right:	10px;
}

#mainbody img {
  display:		block;
  margin-left:		auto;
  margin-right:		auto;
}

#adsearch {
  position: absolute;
  top: 70px;
  right: 10px;
  width: 200px;
  z-index: 1;
}

#adbar {
  position: absolute;
  top: 130px;
  right: 50px;
  width: 120px;
  z-index: 1;
}

#amazon{
}

.index tr {
  font-family: helvetica, arial, sans-serif;
  font-size: large;
  text-align: center;
  background: #90d090;
}
.index tr a { text-decoration: none; display: block; width: 100%; }
.index td:hover { background: #00d0d0; color: #000000; }
.index td a { color: #000000; }

.prevnext tr {
  font-family: helvetica, arial, sans-serif;
  font-size: small;
  text-align: center;
  background: #90d090;
}
.prevnext tr a { text-decoration: none; display: block; width: 100%; }
.prevnext td:hover { background: #00d0d0; color: #000000; }
.prevnext td a { color: #000000; }
.prevnext td.prev { text-align: left; }
.prevnext td.next { text-align: right; }

body {color: #000000; background: #ffffff; }
a:link {color: #003030; }
a:visited {color: #003030; }
a:hover {color: #00d0d0; }
h1 {
  color: #000070;
  font-family: helvetica, arial, sans-serif;
  text-align: center;
}
h2 {color: #000050; font-family: helvetica, arial, sans-serif; }
h3 {color: #000050; font-family: helvetica, arial, sans-serif; }
