html
{
  background-color: #F2CE00;
  height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
}

body
{
  background: url('template/bg_yellow.jpg') repeat-x;
  min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
  height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
  margin: 0;
  padding: 0;

}

#container
{
  text-align: center;
  height: auto;
}

#logout
{
  position: relative;
  top: 0px;
  right: 0px;
  font-size: 8pt;
}

/*
#logout a
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #008000;
  text-decoration: none;
}

*/
   
#main
{
  position: relative;
  width: 796px;
  height: auto!important;
  height: 871px;
  min-height: 871px;
  /*height: 100%;
  min-height: 100%;
  /*margin-top: 5px;
  margin-bottom: 5px;*/
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: left;
}

img
{
  border: 0px;
}

#shadow_left
{
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('template/shad_left_bg.jpg') repeat-y;
  width: 12px;
  float: left;
  z-index: 1;
}

#shadow_right
{
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('template/shad_right_bg.jpg') repeat-y;
  width: 12px;
  float: right;
  z-index: 1;
}

#content
{
  position: relative;
  top: 0px;
  left: 0px;
  background:  white bottom url('template/content_bg796.jpg') repeat-y;
  width: 796px;
  background-color: white;
  height: auto!important;
  height: 871px;
  min-height: 871px;
  /*height: 100%;
  min-height: 100%;
  /*float: center;*/
}




#left
{
  position: relative;
  top: 0px;
  left: 12px;
  /* background: url('template/left_bg.jpg') repeat-y; */
  width: 211px;
  float: left;
}

.logo
{
  z-index: 1;
}

#linkbar
{
  width: 211px;
  z-index: 1;
  padding-top: 20px;
}

#linkbar a.linkit
{
  background: url('template/link_bg.gif') no-repeat;
  padding-top: 4px;
  padding-left: 17px;
  color: #fefefe;
  font-family: "Arial";
  font-weight: bold;
  font-size: 8pt;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

#linkbar a.linkit:hover
{
  background: url('template/link_hover_bg.gif') no-repeat;
  color: #fed700;
}

#linkbar ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}


#linkbar li
{
  /* display: inline; */
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-left: 3px;
}

#sisalto
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 538px;
  float: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #003399;
  font-size:12px;
  text-decoration:none;
  margin-right: 13px;
  padding-left: 12px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 20px;
  z-index: 3;
  display: block;
}

a:link, a:visited
{
  color: #008000;
  font-size:13px;
  text-decoration:none;
}

a:link:hover, a:visited:hover, a:active
{
  color: #CC3333;
  font-size:13px;
  text-decoration:none;
}

img.right_bg
{
  position: absolute;
  bottom: 0px;
  right: 15px;
  z-index: 1;
}

img.bottom_left
{
  position: absolute;
  bottom: 0px;
  left: 12px;
  z-index: 1;
  float: right;
}

img.viiva
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 560px;
  height: 3px;

  margin-right:13px;
  padding:0;
  z-index: 5;
}

#cb
{
  clear: both;
  width: 100%;
  z-index: 1;
}

#footer
{
  position: relative;
  top: 0px;
  right: 15px;
  margin-top: 0px;
  margin-bottom: 5px;
  float: right;
  display: inline;
}

#footer a:link, #footer a:visited
{
  font-family: Impact;
  font-size: 10pt;
  color: #127ab1;
}

#footer a:link:hover, #footer a:visited:hover, #footer a:active
{
  font-family: Impact;
  color: white;
  font-size:10pt;
  text-decoration:none;
}


h1{}
h2{}
h3{}
