body{background-image: url(images/bkg.png); background-position: top center; background-repeat: no-repeat; font-family: arial; font-size: 12px;}
#wrapper{width:960px;}
#nav{height:98px; margin-right:25px;}
#page{width:900px; background-color: white; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; border-bottom:5px solid #ff7e00;}
#nav ul{margin-top:66px; text-align: right;}
#nav li{display:-moz-inline-stack;
display:inline-block; padding-top: 10px; padding-bottom: 10px; padding-left:20px; padding-right:20px; margin-left: 5px; margin-right:5px; background-color: white; background-color:#f48d20; border-top:1px solid #e0e0e0; border-left:1px solid #e0e0e0; border-right:1px solid #05152f; -moz-border-radius: 15px 0px 0px 0px;
border-radius: 15px 0px 0px 0px; }
#header{border-bottom:5px solid #ff7e00;}
.block{background-image: url(images/block.jpg); background-repeat: repeat-x; margin:10px; border: 1px solid #e0e0e0; }
#txt{width:650px; float:left;}
#sidebar{width:225px; float:right;}
h1{color:#13479e; font-size:30px; margin: 0px; margin-bottom: 10px; border-bottom:1px solid #e0e0e0; text-shadow: 0px 1px 0px white; }
h2{color:#13479e; font-size:20px; margin: 0px; margin-bottom: 10px; border-bottom:1px solid #e0e0e0; text-shadow: 0px 1px 0px white; }
#footer{clear:both; background-color:#e0e0e0; height:25px; padding-top:2px; padding-bottom:2px;}
p{text-align: justify; padding-left: 20px; padding-right: 20px; text-shadow: 0px 1px 0px white; }
#footer p{text-align: center; text-shadow: 0px 1px 0px white; }
a{color:black; text-decoration: none;}
#slideshow {
    position:relative;
    height:350px;
}
 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
 
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow IMG.last-active {
    z-index:9;
}
.img{padding:10px;}
