
@charset "utf-8";
body, h1, h2 {
    margin: 0;
    padding: 0;
}
body {
    background: url("images/bg.jpg") repeat scroll 0 0 transparent;
    font-family: "Calibri",Arial,Helvetica,sans-serif;
    font-size: 16px;
}
h2 {
    color: #DD3A1B;
}
#header {
    background: url("images/bg_d.png") repeat scroll 0 0 transparent;
    border: 2px double #DDDDDD;
    padding: 10px;
}
#logo {
    margin-left: 50px;
    width: 150px;
}
.menu {
    position: relative;
    width: 500px;
    z-index: 101;
}
.menu ul {
    list-style: none outside none;
    margin: 0;
}
.menu ul li {
    cursor: pointer;
    float: left;
}
.dnone { display:none;
}
.div {
    background: url("images/bg_d.png") repeat scroll 0 0 transparent;
    border: 2px solid #000000;
    box-shadow: 0 0 5px #888888;
    float: right;
    font-size: 16px;
    font-weight: bold;
    left: 65%;
    margin-right: 10px;
    margin-top: -40px;
    padding: 10px;
    position: absolute;
    width: 420px;
    z-index: 100;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clr {
    clear: both;
}
.content {
    color: #FFFFFF;
    height: 330px;
    line-height: 35px;
    margin: 40px;
    padding: 10px;
    position: relative;
    width: 600px;
	text-align:justify;
}

/* slideshow */
#slideshow {
    height: 350px;
    margin: 40px;
    position: relative;
}
#slideshow IMG {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 8;
}
#slideshow IMG.active {
    z-index: 10;
}
#slideshow IMG.last-active {
    z-index: 9;
}
