* {
    margin  : 0;
    padding : 0;
}

body {
    font-family : caviar_dreamsregular;
}

#wrap {
    border-bottom : 5px solid #4B565E;
    border-top    : 5px solid #4B565E;
    margin        : 0 auto;
    width         : 990px;
}

#header{
    height : 240px;
}

#logo {
    background-image : url('images/logo.jpg');
    float            : left;
    height           : 240px;
    width            : 338px;
}

#images {
    float  : left;
    height : 240px;
    width  : 652px;
}

#menu1 {
    background-color : #4B565E;
    color            : white;
    float            : left;
    font-size        : 16px;
    font-weight      : bold;
    height           : 40px;
    width            : 338px;
}

#menu1 li {
    /*border-right    : 1px solid white;*/
    list-style-type : none;
    display         : inline;
    height          : 40px;
    line-height     : 40px;
    padding         : 0 5px;
}

#menu1 li a {
    color       : white;
    font-weight : normal;
}

#menu1 li.first {
    padding-left : 25px;
}

#menu1 li.last {
    /*border-right : none;*/
}

#menu2 {
    background-color : #4B565E;
    color            : white;
    float            : right;
    font-size        : 16px;
    height           : 40px;
    padding-left     : 110px;
    width            : 542px;
}

#menu2 li {
    display         : inline;
    float           : left;
    height          : 40px;
    line-height     : 40px;
    list-style-type : none;
    text-align      : center;
    width           : 108px;
}

#menu2 li a {
    color       : white;
    font-weight : normal;
}

#menu2 li.last {
    border-right : none;
}

#menu2 li.selected {
    background-color : #FFD200;
}

#sidebar {
    float : left;
    width : 338px;
}

#main {
    float          : left;
    padding-bottom : 40px;
    padding-top    : 40px;
    width          : 652px;
}

.subtitle {
    color       : #FFD200;
    font-size   : 22px;
    font-weight : bold;
    margin-top  : 25px;
    width       : 440px;
}

.paragraph {
    color      : #4B565E;
    font-size  : 21px;
    margin-top : 25px;
    text-align : justify;
    /*width      : 520px;*/
}

a {
    color           : #FFD200;
    font-weight     : bold;
    text-decoration : none;
}

.clear {
    clear : both;
}
