	html, body, #div_total {
		min-height: 100%;
   	height: 100%;
  }

	html>body, html>body #div_total {
		height: auto;
	}
	
	#div_header {
	  z-index: 2;
	  position: absolute;
	  margin-top: 17px;
	}

	body {
  	font-family: arial;
  	color: black;
  	margin: 0px;
  	background-color: #EEEEEE;
	}

	#div_site {
    z-index: 0;
    height: auto;
    width: 1000px;
    left: 0px;
	}

	#div_total {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    background-color: white;
  }
     
  #div_footer {
    position: absolute;
    z-index: 1;
    margin: 0px auto;
    width: 1000px;
    bottom: 0px;
    border: 0px purple dashed;
  }

  #div_line_top {
    z-index: 3;
    position: absolute;
    height: 20px;
    width: 1000px;
    background-image: url(../images/line_top_repeat.gif);
    background-repeat: repeat-y;
  }
  
  #div_background_top {
    z-index: 0;
    position: absolute;
    height: 324px;
    width: 1000px;
    background-image: url(../images/background_top_repeat.gif);
    background-repeat: repeat-x;
  }
  
  #div_spacer_content {
    z-index: -1;
    position: relative;
    height: 198px;
    width: 1000px;
  }
  
  #div_content_total {
    z-index: 3;
    position: relative;
    width: 421px;
    left: 264px;
    
  }
  
  #div_content_title {
    z-index: 3;
    font: 22px verdana;
    font-weight: bold;
    color: black;
    position: absolute;
    width: 421px;
    height: 115px;
  }
  
  #div_spacer_top {
    z-index: -1;
    position: relative;
    height: 114px;
  }
  
  #div_content_line_top {
    z-index: 3;
    position: relative;
    background-image: url(../images/content_line_top.gif);
    width: 421px;
    height: 12px;
    font-size: 1px;
  }
  
  .div_content a:link    { text-decoration: underline; color: #0094D6; }
  .div_content a:visited { text-decoration: underline; color: #0094D6; }
  .div_content a:active  { text-decoration: none; color: #0094D6; }
  .div_content a:hover   { text-decoration: underline; color: #046996; }

  .div_content, #div_mouseover_inner {
    font: 13px arial;
    color: black;
    z-index: 0;
    position: relative;
    padding: 13px 0px 0px 0px;
  }
  
  .div_content td {
    font: 13px arial;
    color: black;
  }
  
  #div_bottom_line {
    z-index: 0;
    position: relative;
    background-image: url(../images/bottom_line.gif);
    width: 1000px;
    height: 13px;
    font-size: 1px;
    margin: 0px auto;
  }
  
  #div_bottom_image {
    z-index: 0;
    position: relative;
    background-image: url(../images/bottom_image.gif);
    width: 163px;
    height: 135px;
    left: 55px;
    margin-top: -135px;
  }
  
  #div_bottom_image2 {
    z-index: 0;
    position: relative;
    background-image: url(../images/bottom_image2.gif);
    width: 163px;
    height: 135px;
    left: 55px;
    margin-top: -135px;
  }  
  
  #div_spacer {
    z-index: 0;
    position: relative;
    width: 421px;
    height: 500px;
  }
  
  .div_linered {
    z-index: 0;
    position: relative;
    background-image: url(../images/content_line_red.gif);
    width: 421px;
    height: 3px;
    background-repeat: repeat-x;
    font-size: 1px;
  }
  
  img {
    border: 0px solid;
    border-color: #FFFFFF;
    border-right-width: 2px;
  }
  
  .div_spacer_content_bottom {
    position: relative;
    width: 421px;
    height: 13px;
  }
  
  .td_supplies {
    padding: 2px 0px 2px 0px;
  }
  
  .mouseover {
    background-color: white;
    border: 1px #0095D9 solid;
  }

  .mouseover_caption {
    background-color: #0095D9;
    font: 12px arial;
    color: white;
    font-weight: bold;
  }
  
  .mouseover_text {
    font: 13px arial;
    color: black;
    
  }
  
  /* ---- layout labelprinters ---- */
  
  .td_labelpr {
    font: 13px arial;
    color: black;
  }
  
  .td_tabs {
    vertical-align: top;
    text-align: center;    
    padding: 2px 5px 0px 5px;
  }
  
  .tab_left {
    z-index: -1;
    position: relative;
    width: 30px;
    height: 20px;
    background-color: gray;
    border: 1px black solid;    
  }
  
  .tab_repeat {
    z-index: -1;
    position: relative;
    height: 20px;
    width: 100%;
    left: 30px;
    background-color: black;
    border: 1px black solid;
  }
