/* 
    Document   : style
    Created on : 2011-06-02, 20:54:26
    Author     : Michał Horowic
    Description:
        Purpose of the stylesheet follows.
*/

body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    background-color: #4e394e;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

div.mainWrapper{
    min-width: 900px;
    width: 100%;
    height:100%;
}

div.headerWrapper{
    min-width: 663px;
    width: 100%;
    height: 63px;
    background-image: url(../images/header_bcg.png);
    background-repeat: repeat-x;
}

div.headerContent{
    min-width: 663px;
    margin: 0 auto;
    width: 663px;
    height: 60px;
}

div.headerTitle{
    float: left;
    padding-top: 11px;
    color: #67645b;
    width: 171px;
    font-size: 14px;
    text-align: center;
}

div.menu{
    padding-top: 15px;
    float: right;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu li {
    width: 73px;
    text-align: center;
    padding: 8px;
    margin: 0;
    padding: 0;
    float: left;
}

.menu a {
    display: block;
    text-decoration: none;
    color: #67645b;
    padding: 8px;

}
.menu a:hover {
    background: url(../images/menu_bcg.png);
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 8px
}

div.banerWrapper{
    min-width: 900px;
    width: 100%;
    height: 289px;
    background-color: #84b7b7;
}

div.banerContent{
    margin: 0 auto;
    width: 900px;
    min-height: 273px;
}

div.footerWrapper{
    min-width: 663px;
    background-color: #3a2a3a;
    width: 100%;
    height: 29px;
}

div.footerContent{
    margin: 0 auto;
    padding-top: 7px;
    width: 663px;
}

div.footerName{
    float: left;
}

div.footerCopy{
    float: right;
}

div.contentWrapper{
    min-width: 663px;
    width: 663px;
    margin: 0 auto;
}

div.contentTitle{
    min-width: 663px;
    margin-top: 17px;
    width: 663px;
    height: 32px;
    background-image: url(../images/contentTitle.png);
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 8px;
}

div.contentText1{
    min-width: 663px;
    padding-top: 20px;
    text-align: left;
    color: #d596d5;
    font-size: 12px;
    font-style: italic;
}

div.contentText2{
    min-width: 663px;
    text-align: justify;
    padding-top: 30px;
    padding-bottom: 50px;
    color: #ffffff;
    font-size: 12px;
}

.contentText2 a {
    text-decoration: none;
    color: #ffffff;
}
.contentText2 a:hover {
    text-decoration: underline;
    background-repeat: no-repeat;
    color: #ffffff;
}
