/* Anatoliy Babiychuk */

/* Overall Definitions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
    background: transparent url( ../images/2pxpattern.gif);
    margin: 0px;
    padding: 0px;
    text-align:center;
    font-family: Tahoma, Verdana, 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    font-size: 10px;
    }

/* Layout Definitions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#container {
    background:#fff;
    width: 739px;
    margin: 20px auto;
    padding: 0px;
    text-align: left;
    }

/* Logo & menu stripe
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
    margin: 0px;
    height: 90px;
    }

#logo {
    margin: 30px 0px 30px 0px;
    width: 203px;
    height: 30px;
    background: url(../images/logo.gif) no-repeat;
    float: left;
    }

#menustripe {
    margin: 30px 0px 30px 0px;
    border: 0px;
    width: 536px;
    height: 30px;
    background: #C1E49E;
    float:left;
    }

#menucontainer {
    /* value before menu art school 258px; */
    margin: 7px 16px 0px 0px; /* False value for IE 5.5 */
    text-align: right;
    /*width: 220px;*/
    /*background: #C1E;*/
    voice-family: "\"}\"";
    voice-family:inherit;
    /* value before menu art school 302px; */
    margin: 7px 24px 0px 0px; /* actual value for IE 6.0 & Mozilla */
    }

/* Main menu Elements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#menucontainer a {
    margin: 0px 2px 0px 0px;
    padding: 0px 0px 0px 7px;
    font-size: 12px;
    font-weight: normal;
    font-variant: small-caps;
    letter-spacing: 1px;
    color: #666;
    text-decoration: none;
    /*background: url(../images/menu_.gif) no-repeat bottom left;*/

}

#menucontainer a.activeMenu {
    /*background: url(../images/menu_active.gif) no-repeat bottom left;*/
    color: #222;
    }

#menucontainer a:hover {
    /*background: url(../images/menu_hover.gif) no-repeat bottom left;*/
    color: #333;
    }

#menucontainer ul {
    list-style:none;
    margin: 0px;
    padding: 0px;
    }

#menucontainer li {
    display: inline;
    list-style:none;
    }






/* Photo, Galleries & Photo pointers Part
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#main {
    left: 0px;
    padding: 0px 0px 12px 30px;
    }

#galleries {
    margin: 220px 0px 0px 0px; /* False Value for IE 5.0 */
    padding-left: 0px;
    border: 0px;
    float: left;
    voice-family: "\"}\"";
    voice-family:inherit;
    margin: 237px 0px 0px 0px; /* Actual value for IE 6.0 & Mozilla */
    }
/* 15px steps in a case of new gallery */
html>body #galleries {
    margin-top: 185px; /* Value for conformant browsers eg. Firefox */
    /*background: #33B;*/
    /*height: 100px;*/
    vertical-align: bottom;
    position:relative; bottom:0px;
    }

#galleries a {
    display: block;
    padding: 0px;
    margin: 1px 0px 0px 0px;
    font-size : 11px;
    font-weight: normal;
    font-variant: small-caps;
    letter-spacing: 1px;
    color: #999;
    text-decoration: none;
}

#galleries a.active {
    color: #333;
}

#galleries a:hover {
    color: #757575;
}


#photo {
    margin: 0px;
    margin-left: 200px; /* False value for IE */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 474px;
    min-height:376px;
    /*border: 1px solid red;*/
    }
    
#photo-bg {
    margin: 0px;
    margin-left: 200px; /* False value for IE */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 474px;
    height:472px;
    /*border: 1px solid red;*/
    }

html>body #photo {
    margin-left: 203px; /* Actual value for conformant browsers */
    }

#photo img {
    border: 1px solid #CCC;
    }

/* Photo Navigation - Start
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#photopointers {
    padding: 0px;
    margin: 25px 20px 0px 203px;
    width: 470px;
    height: 17px;
}

#photopointers ul {
    list-style:none;
    margin: 0px;
    padding: 0px;
    }

#photopointers li{
    float:left;
    width:15px;
    height:15px;
    list-style:none;
    margin:0px 6px 0px 0px;
    }

#photopointers a{
    font-size: 6px;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration:none;
    background: #FFF;
    border:1px solid #949393;
    }

#photopointers a:hover{
    color: #BCD7B1;
    border:1px solid #000;
    background: #BCD7B1;
    }

#active {
    color: #D7D7D7 !important;
    background: #D7D7D7 !important;
    }

/* Photo Navigation - End
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#textBox {
    /*margin: -352px 30px 0px 10px;*/
    width: 450px;
    height: 300px;
    padding-top: 20px;
    /*border: 1px solid black;*/
    }

.fntBld {
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 4px;
    color: #666;
    }
    
span.sc {
    font-variant: small-caps;
}

.fntNrm, a {
    color: #333;
    }
#textTbl td {
    text-align: right;
    vertical-align:top;
    }

table {
    width: 100%;
    }

td {
    padding: 0px 0px 8px 20px;
    font-size: 11px;
/*    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
*/
    }

#copyright {
    margin: 19px 30px 0px 0px;
    padding: 0px;
    border: 0px;
    color: #4E4E4E;
    text-align: justify;
    }

#etracker {
    visibility: hidden;
    }
