body {
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

#slider {
    width:649px;
    position: relative;
    left: 30px;
}

.header {
    width:629px;
    border:0px solid #0B2345;
    padding:8px;
    font-weight:bold;
    margin-top:5px;
    cursor:pointer;
    font-family: Arial, Helvetica;
    /*color: #0B2345;*/
    color: #800000;
    font-size: 1.5em;
    /*background-color: #DFDCD8;*/
    background:url(../layout_pics/header.gif);
    background-position: bottom;
}

.header:hover {
    /*background:url(../layout_pics/header_over.gif);
    background-position: bottom;*/
    /*color: #0B2345;*/
    color: #800000;
    background-color: #DFDCD8;
    text-decoration: underline;
}

.content {
    overflow:hidden;
    width: 629px;
}

.text {
    width:629px;
    border:0px dashed #0B2345;
    border-top:none;
    padding:15px 8px 15px 8px;
    font-family: Arial, Helvetica;
    color: #0B2345;
    font-size: 1em;
    text-align: justify;
    background-color: #ffffff;
}

.text ul {
    margin-top: 3px;
}

.text li {
    list-style: none;
    margin-bottom: 3px;
}

.text h2 {
    font-size: 1.2em;
}


