@charset "utf-8";
/* CSS Document */

html, body {
  height:100%;
  width:100%;
  margin:0px;
  padding:0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:small;
}

#navi a {
  font-size:medium;
  left:25px;
  position:relative;
}

#footer_extend {
  background-image:url(images/gold_101_bg.jpg);
  background-position:bottom;
  background-repeat:repeat-x;
}

#header_extend_left {
  background-image:url(images/gold_175_bg.jpg);
  background-position:top;
  background-repeat:repeat-x;
}

#header_extend_right {
  background-image:url(images/blue_175_bg.jpg);
  background-position:top;
  background-repeat:repeat-x;
}

#footer {
  background-image:url(images/cl_footer.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}

#header {
  background-image:url(images/cl_header.jpg);
  background-position:top;
  background-repeat:no-repeat;
}