*
    {
     margin-left: 0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     padding-left: 0px;
     padding-top: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
    }

body
{
    background: #ffffff url('../images/bg_grad.jpg') repeat-x left top;
    text-align: center;
}

h1
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: xx-large;
    color: #2e348a;
    font-weight: bold;
    margin-left: 110px;
    margin-top: 44px;
    float: left;
    position: absolute;   
}

h2
{
    color: #2e348a;
    font-size: large;
}

li
{
    line-height: 150%;
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 20px;
}

a:hover
{
    text-decoration: none;
}

.img_right
{
    float: right;
    border: none;
    margin-right: 15px;
    margin-left: 10px;
    position: relative;
    font-size: 10px;
}
    .img_img
    {
        border: none;
        position: relative;
        top: 1px;
    }
.img_left
{
    float: left;
    border: none;
    margin-right: 15px;
    margin-bottom: 10px;
}

.smallText
{
    font-size: x-small;
}

#wrap
{
    width: 95%;
    min-width: 600px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header
{
    background: url('../images/miki_banner.jpg') #ddeefe no-repeat left top;
    height: 124px;
    display: block;
    width: auto;
}

#language
{
    font-size: x-small;
    font-family: Arial, Verdana, Sans-Serif;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

#nav_holder
{
    background-color: #487dc3;
    border-left: solid 1px #e2f0fb;
    border-top: solid 1px #8ec3eb;
    border-bottom: solid 1px #8ec3eb;
    width: auto;
    float: left;
    width: 100%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
}
    .nav_item
    {
        border-right: solid 1px #e2f0fb;
        /* border-top: solid 1px #8ec3eb;
        border-bottom: solid 1px #8ec3eb; */
        float: left;
    }
    
    .nav_item a
    {
        color: #ffffff;
        text-decoration: none;
        display: block;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 12px;
        padding-right: 40px;
    }
        
    .nav_item a:hover
    {
        background-color: #75D8DC;
    }
    
#content
{
    background-color: #ffffff;
    font-family: Sans-Serif;
    font-size: small;
    color: #000000;
    padding: 0px 30px 20px 30px;
}

#footer
{
    background-color: #4366b0;
    background-image: url('../images/bg_footer.gif');
    background-position: left top;
    background-repeat: repeat-x;
    color: #ffffff;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: x-small;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
    #footer .div_left
    {
        float: left;
        margin-top: 5px;
        margin-left: 20px;
        margin-bottom: 5px;
    }
    
    #footer .div_right
    {
        float: right;
        margin-top: 5px;
        margin-right: 20px;
        margin-bottom: 5px;
    }
    
.separator
{
    border-bottom: dotted 2px #4366b0;
}
.ad_box
{
    width: 420px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    background-color: #ADCBE7;
    padding: 10px 10px 10px 10px;
    border: solid 1px #55606B;
}