body {
    margin: 0px;
    font-family: Verdana;
    font-size: 11px;
    background-image: url(/images/logo_blue.png);
    background-repeat: no-repeat;
    background-position: 10px 26px;
    background-color: #99ccff;
    /* background: url(/images/snowbg1.gif); */
}

#tinline {
    height: 20px;
    background-color: #3366cc;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 130px;
}
#bigline {
    height: 200px;
    background-color: #6699ff;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 150px;
}

#menu li {
    background-color: #6699ff;
    border-color: #99ccff;
}

#menu a, #menu a:visited, #menu a:hover {
    color: black;
    text-decoration: none;
}

#menu li.submenu {
    background-color: #99ccff;
    border-color: #6699cc;
}
#menu {
    position: absolute;
    left: 20px;
    top: 124px;
    z-index: 3;
    width: 160px;

}

#menu ul {
    margin: 0px;
    width: 160px;
    padding: 0px;
}

#menu li {
    display: block;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    padding: 1px 6px 1px 17px;
    line-height: 19px;
}

#langbar {
    position: absolute;
    right: 670px;
    top: 6px;
    width: 100px;
    height: 40px;
}

#undermenu {
    height: 20px;
    background-color: #3366cc;
}

#leftimage {
    position: absolute;
    z-index: 2;
    left: 0px; 
    top: 150px;
}

#rightimage {
    position: absolute;
    z-index: 2;
    left: 180px;
    top: 150px;
}

#homelinemenu {
    position: absolute;
    z-index: 22;
    top: 132px;
    left: 180px;
    width: 650px;
    height: 22px;
    text-align: right;
}
#homelinemenu a {
    color: black;
    text-decoration: none;
    margin-left: 20px;
}

/* Added in the template
#adv1, #adv2, #adv3 {
	position: absolute;
    top: 390px;
}
#adv1 { left: 200px; }
#adv2 { left: 360px; }
#adv3 { left: 520px; }
 */
