/* 
    Document   : voya
    Created on : 2008-11-13, 23:29:31
    Author     : Paweł
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fbf6fa;
    /*
    background-image: url("../images/gradient.jpg");
    background-repeat: repeat-x;
    */
    background-color: #68395d;
    font-family: Verdana, Helvetica, Arial, sans;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}
a:hover {
    color: #e0c9db;
}

#main {
    margin: 0 auto;
    width: 841px;
    background-color: #68395d;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    border-left: 1px solid #fbf6fa;
    border-right: 1px solid #fbf6fa;
    text-align: left;
}

#header {

}

#logo {
    margin-left: 226px;
    padding: 23px 0;
}

#logo img {
    border: 0;
}

#left {
    display: block;
    float: left;
    width: 224px;
    height: 555px;
}

.menu {
    margin: 0 24px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.menu ul {
    margin: 8px 0;
    padding: 0;
}

.menu ul li {
    background-color: #e0c9db;
    line-height: 16px;
    list-style-type: none;
    margin: 0 0 8px 0;
    padding: 8px;
}

.menu ul li ul {
}
.menu ul li ul li {
    padding: 0;
}

.menu ul li a {
    display: block;
    margin: 0 0 0 0;
    color: #68395d;
    font-weight: bold;
    text-decoration: none;
    height: 100%;
}

.menu ul li a:hover {
    color: #000;
}

.menu ul li.selected a {
    color: #000;
    /*border-right: 1em solid #fff;*/
    background-color: #ffffff;
}

#right {
    display: block;
    float: left;
    width: 617px;
    height: auto;
}

#content {
    line-height: 16px;
    font-weight: normal;
    margin-right: 24px;
    padding: 6px 0 6px;
    border-top: 1px solid #ffffff;
    /*
    min-height: 600px;
    */
}

#content p a {
    border-bottom: 1px solid;
    /*
    text-decoration: underline;
    */
}

#content ul {
    margin: 0 0 1em 0;
    padding-left: 16px;
}

#content ul li {
    list-style-type: disc;
    line-height: 16px;
}

#content h1 {
    margin: .75em 0 1em;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
#content h2 {
    font-size: 12px;
    font-weight: bold;
}

#content .first {
    display: block;
    clear: both;
    margin: 0 0 12px;
    padding: 12px 0;
    border-bottom: 1px solid #fff;
}

#content .first h1 {
    margin-top: 0;
}

#footer {
    font-size: 11px;
    clear: both;
    margin: 24px 24px 0 224px;
    padding: 40px 0 40px;
    text-align: left;
    line-height: 12px;
    border-top: 1px solid #fff;
}

.fr {
    float: right;
}

.r {
    text-align: right;
}

#gallery {
    border: 1px solid #fff;
    margin: 1em 0;
}