/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  html, body{
    height: 100%;
  }
  body{
    font: 11px Trebuchet MS, Trebuchet, Verdana, sans-serif;
    color: #fff;
    text-align: center;
  }
  #container{
    height:auto;
    margin-left: 30%;
    background: #e88300 url(images/top_bg.jpg) repeat-x;
    text-align: left;
  }
  h2, h3{
    font-weight: normal;
  }
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    position: relative;
    margin-left: -230px;
    padding-left: 270px;
    height: 340px;
    background: transparent url(images/header_bg.jpg) no-repeat;
  }
    #header_yoga{
    position: relative;
    margin-left: -230px;
    padding-left: 270px;
    height: 340px;
    background: transparent url(images/header_bg_yoga.jpg) no-repeat;
  }
    #header_meditation{
    position: relative;
    margin-left: -230px;
    padding-left: 270px;
    height: 340px;
    background: transparent url(images/header_bg_meditation.jpg) no-repeat;
  }
  h1#logo{
    border-bottom: 1px solid #fff;
    padding: 10px 0 20px 0;
    width: 440px;
    font-size: 58px;
	font:"trebuchet MS";
  }
  h1#logo a{
    display: block;
    width: 180px;
    color: #fff;
    text-decoration:none;
	letter-spacing: 6px;
  }
  h1#logo a:hover{
    color:#FFFF99;
  }
  h1#logo .slogan{
    display: block;
    margin-top: -6px;
    font-size: 28px;
    letter-spacing: 5px;
  }
  h2{
    position: absolute;
    top: 250px;
    font-size: 24px;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  ul#mainNav{
    float:left;
    position:absolute;
    margin-left: -130px;
    text-align: right;
    font-size: 14px;
    list-style: none;
  }
  ul#mainNav  li{
    padding: 5px 0;
  }
  ul#mainNav a{
    padding-right: 20px;
    color: #666;
    text-decoration: none;
  }
  ul#mainNav a:hover{
    background: transparent url(images/a_hover.gif) right center no-repeat;
    color: #999;
  }
  
    ul#mainNav_meditation{
    float: left;
    position:absolute;
    margin-left:-190px;
    text-align: right;
    font-size: 14px;
    list-style: none;
  }
  ul#mainNav_meditation  li{
    padding: 5px 0;
  }
  ul#mainNav_meditation a{
    padding-right: 20px;
    color: #666;
    text-decoration: none;
  }
  ul#mainNav_meditation a:hover{
    background: transparent url(images/a_hover.gif) right center no-repeat;
    color: #999;
  }
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #content{
    padding-left: 40px;
    width: 540px;
  }
  #content_haftalikprogram{
    padding-left: 40px;
    width: 660px;
  }
  h3{
    margin-bottom: 40px;
    
    padding: 5px 0;
    font-size: 14px;
    text-align: justify;
  }
  #content p{
    padding-bottom: 10px;
  }
  
  TABLE { border: 1px solid #ff9933; }
  TABLE TD { border: 1px solid #ff9933; }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{
    margin: 40px 0 0 40px;
    border-top: 1px dotted #f93;
    width: 540px;
    color: #f93;
    font-size: 9px;
  }
  #footer a{
    color: #f93;
    text-decoration: none;
  }
  #footer a:hover{
    color: #fc6;
  }
  #footer ul{
    padding-bottom: 80px;
    padding-top: 2px;
    background: transparent url(images/footer_dot.gif) repeat-x;
    list-style: none;
  }
  li.validate{
    padding-right: 10px;
    float: left;
  }
  li.copyright{
    float: right;
  }
  li.copyright a{
    padding-right: 18px;
    background: transparent url(images/inhead_logo.gif) right center no-repeat;
  }