/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
  background: url(images/backgr.jpg) repeat ;
  font-family: Tahoma;
  }
div#container {
  width: 801px;
  margin: 0 auto;
  }
div#header {
  width: 766px;
  height: 100px;
  background:#b4adad;
  padding: 0 17px 0 17px;
  }
  div#header-in {
    background:url(images/olcen-header.jpg);
    width: 766px;
    height: 100px;

    }
    ul#topnav{
      list-style: none;
      padding-left: 290px;
      }
      ul#topnav li{
        display: inline;
        font-size: 10pt;
        }
        ul#topnav li a{
          margin-top: 70px;
          display:block;
          float:left;       
          text-decoration:none;
          color:white;
          padding:0 20px 0 20px;
          }
        ul#topnav li a:hover, ul#nav li a:active{
          color:#f54139;
          } 
        ul#topnav li ul {
          display: none;
          position: absolute;
          width:280px;
          height: 20px;
          margin-left:10px;
          margin-top: 85px;
          background:#b4adad;
        }
        ul#topnav li>ul {
          top: auto;
          left: auto;
        }
        ul#topnav li ul li{
          display: inline;
          }
          ul#topnav li ul li a{
              display:block;
              float:left;
              margin-top:-1px;      
              text-decoration:none;
              color:white;
              padding:5px 7px 5px 7px;
          }   
        ul#topnav li:hover ul, ul#topnav li ul li a:hover {
          display: block;
        }
  
  div#header-bottom {
  background:url(images/header-bottom.gif);
  width: 801px;
  height: 11px;
  background-repeat: no-repeat;
  margin-left:-1px;
  }      
div#spacer {
  width: 801px;
  height: 11px;
  }
div#main-top {
  width: 801px;
  height: 41px;
  background:url(images/main-top.gif);
  }  
div.main {
  background:#b4adad;
  float: left;
  padding: 0 17px 0 17px ;
  height: 100%;
  width: 767px;
  }
/*div.main {
  
}*/
/* * html div.main {
    \width: 801px;
}*/ 
  /*div#menu-cont {
      width: 142px;
      background: #FFFFFF;
      float: left;
      height:100%;
    }
  div#main-spc {
      width: 15px;
      float: left;
      height:100%;
    }*/
  div#index-cont {
      width: 734px;
      background: #FFFFFF;
      float: left;
      height:100%;
      padding: 0 15px 0 15px;
    }
    div#index-cont h1 {
      padding: 0 10px 0 10px;
      font-size:12pt;
      font-weight: bold;
      text-decoration: underline;
    } 
    div#index-cont p {
      padding: 0 10px 0 10px;
      font-size:9pt;
    } 
table#istablo
{
  /*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
  font-size: 10px;
  /*margin: 25px;*/
  width: 650px;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
}
table#istablo th
{
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	background-color: #D9261F;
}
table#istablo td
{
	color: black;
}
table#istablo .odd
{
	background: #99CCFF; 
}
 
div#footer {
  clear: both;
  width: 801px;
  height: 100px;
  background:url(images/main-bottom.gif);
  margin-bottom: 0;
  }
  div#copyright{
    width: 350px;
    float:right;
    margin-top:50px;
    }
    div#copyright p {
      font-size: 8pt;
    } 

