body {
    color: #58585A;
    font-family: 'Lucida Sans Unicode','Lucida Grande',Garuda,sans-serif;
    font-size: 13px;
    line-height: 16px;
    background-image:url(img/background.jpg); 
    background-repeat:repeat-x;
    background-color: white;
    height: 800px;
}

a:active, a:link, a:visited{
    color: #00A4A3;
    text-decoration: none;
}

a:hover{
    text-decoration:underline;;
}

div.content {
    width: 652px;
    background-color: white;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -320px;
}

div .header {
    height: 128px;
    width: 652px;
    background-color: white;
    background-image:url(img/head_background.jpg); 
    
}

div .header-text {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    border: none;
    height: 112px;
    
}

div .content-bottom {
    background-image:url(img/bottom-background.jpg);
    width: 652px;
    height: 13px;
}

div .logo-left {
    float: left;
    margin-right: 14px;
    margin-bottom: 5px;
}

div .logo-left-dzv{
    float: left;
    margin-right: 14px;
    margin-bottom: 5px;
    margin-top: 2px;
}

div .content-text {
    background-color: white;
    padding-top: 28px;
    padding-left: 49px;
    padding-right: 45px;
    background-image:url(img/background-border.jpg);
    background-repeat:repeat-y; 
    border: none;
    margin-top: -1px;
} 

div .content-book-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    margin-top: 2px;
}

img.vmf-logo {
    margin-left: 407px;
    border: none;
    margin-top: 18px;
    display: block
}

.content-title {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}

.content-title-small {
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
}