
body {
  margin: 0px;
  padding: 0px;
  background: url(layout1/bg.png);
  font-family: sans-serif;
  font-size: 14px;
  background: #FFEBB9 url(layout1/bgtop.png) repeat-x;

/*  text-align: center;
  width: auto;
  margin: 0px 0px;*/
}

div#breadcrumb, div#breadcrumb a {
  color: #FFDD79;
}

.gallery ul a:hover img {
  border-color: #FFDD79;
}

#qstextlabel {
  display: none;
}

h1 { display: none; }

#topbar {
  height: 106px;
  width: 975px;
  background: url(layout1/toplogo.png) no-repeat;
  padding: 0px;
  margin: 0px;
}

div#menubar {
  padding-left: 131px;
  width: 844px;  
  height: 24px;
  background: gray url(layout1/tableft.png) no-repeat;
}

div#menubar .tab1 { background: url(layout1/tab_1.png) no-repeat; width: 115px; }
div#menubar .tab2 { background: url(layout1/tab_2.png) no-repeat; width: 115px; }
div#menubar .tab3 { background: url(layout1/tab_3.png) no-repeat; width: 116px; }
div#menubar .tab4 { background: url(layout1/tab_4.png) no-repeat; width: 116px; }
div#menubar .tab5 { background: url(layout1/tab_5.png) no-repeat; width: 117px; }
div#menubar .tab6 { background: url(layout1/tab_6.png) no-repeat; width: 117px; }
div#menubar .tab7 { background: url(layout1/tab_7.png) no-repeat; width: 116px; }

div#menubar a:hover { color: white; }

#menubar-in {
  width: 844px;  
  height: 24px;
  background: gray url(layout1/tabright.png) no-repeat right top;
}

#menubar-end {
  float: left;
  display: block;
  width: 140px;  
  height: 24px;
  background: gray url(layout1/tabright.png) no-repeat left top;
}

div#intop {
  margin: 0px;
  padding: 0px;
  width: 975px;
  height: 17px;
  background: url(layout1/intop.png) no-repeat;
}

div#in {
  clear: both;
  float: left;
  font-size: 0.85em;
  width: 975px;
  min-height: 420px;
  height: auto;
  background: url(layout1/in.png) repeat-y;
}

div#leftmenu {
/*  background: url(layout1/in.png) repeat-y; */
}

div#inbottom {
  clear: both;
  width: 975;
  height: 16px;
  background: url(layout1/inbottom.png) no-repeat;
}

.paginator .current {
  font-weight: bold;
  background: #FFDD79;
  color: $fff;
}

