






h1 a:link, h1 a:visited {
  text-decoration:	none;
  color:		#aa1144;
  background:		#f7f7f7;
}
h1 a:hover, h1 a:active {
  text-decoration:	underline;
  color:		#ff0055;
  background:		#f7f7f7;
}
div#topbar {
  height:		71px;
  background:		fixed #f7f7f7 url("img/topbar.gif") top left repeat-x;
}
div#maincontent {
  top:			71px;
  padding:		1em 1em 22px 1em;
}
div#leftmenu {
  background:		fixed #f7f7f7 url("img/grid.gif") bottom left no-repeat;
  top:			71px;
  bottom:		0;
}
div>div#leftmenu {
  bottom:		22px;
}
div#maincontent>div#bottombar {
  height:		22px;
  background:		url("img/small_image_padding.gif") #f7f7f7;
}
div#imagebar{
  height:		22px;
  background:		url("img/small_image_bar.gif") #f7f7f7 bottom left no-repeat;
}

