body {
  background: #ffffcc url('/images/left_bar.gif') repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 13px;
  margin: 0px;
}

div#header {
  background: url('/images/bg.gif') repeat-x;
}

div#header img {
  display: block;
}

div#navbar {
  height: 40px;
  padding-left: 40px;
}

div#navbar a {
  display: block;
  float: left;
  color: #e0e0e0;
  text-decoration: none;
  margin-left: 5px;
  padding-left: 22px;
  height: 40px;
  line-height: 40px;
}

div#navbar a:hover {
  background: url('/images/leaf.gif') no-repeat top left;
  color: #ffffcc;
}

div#divider {
  clear: both;
  height: 2px;
  border-bottom: solid 1px black;
}

.bb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}