:root { overflow-y: scroll; }

body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: black;
}

body, td, th, h1, h2, h3, input, select, textarea, a {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 12px;
    color: #666666;
    text-shadow: #000 0 0 0; /* for text readability in Safari */
    /*-moz-opacity: 0.9999;*/
}

h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: bold;
    color: #FAFAF0;
}

h2 {
    font-weight: normal;
}

h3 {

}

h4 {
}

p {

}

a {
    text-decoration: none;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
}

img {
    border: none;
}


/**
 *** Content
 **/

#mainholder {
    width: 855px;
    height: 827px;
    margin: 0 auto;
    padding: 10px 0 0 25px;
    background: black;
    text-align: left;
}

.front_page {
    background-image: url("images/start_background.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: 283px 246px !important;
}


/**
 *** Top block
 **/

#top_block {
    padding-top: 65px;
    float: left;
}

#top_block h1 a {
    font-weight: bold;
    color: #FAFAF0;
}

#top_block ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
    margin: 14px 0 0 0;
    line-height: 15px;
}

#top_block ul.menu li, #top_block ul.representation li {
    margin-bottom: 15px;
}

#top_block ul.menu li a {
    font-weight: bold;
    color: #FAFAF0;
}


/**
 *** Bottom block
 **/

#bottom_block {
    float: left;
    margin: 103px 0 0 0;
    width: 828px;
    line-height: 15px;
}

#bottom_block img {
    float: left;
}

#bottom_block .textblock {
    float: left;
    width: 237px;
}

#bottom_block .textblock p {
    margin-bottom: 15px;
}

#bottom_block .textblock.bio {
    width: 310px !important;
    margin-left: 22px;
}

#bottom_block .textblock.clients {
    width: 181px !important;
}

#bottom_block .textblock.clients.last {
    width: 98px !important;
}

#bottom_block .textblock ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/**
 *** Gallery
 **/

#gallery_header {
    margin: 65px 0 0 9px;
    float: left;
}

#gallery_header h2 {
    float: left;
    font-weight: bold;
    color: #FAFAF0;
}

#gallery_header p {
    float: left;
    margin-left: 6px;
}

#pageselect {
    float: left;
    width: 580px;
}

#pageselect span {
    display: block;
    float: right;
}

#pageselect a {
    display: inline;
    float: left;
    margin-left: 23px;
    text-indent: -1000em;
}

#leftarrow {
    background: url("images/leftarrow.gif") no-repeat;
}

#rightarrow {
    background: url("images/rightarrow.gif") no-repeat;
}

#leftarrow, #rightarrow {
    height: 13px;
    width: 7px;
}

#portfolio {
    float: left;
    margin: 25px 0 0 112px;
    width: 670px;
}

#portfolio a {
    display: block;
    float: left;
    margin: 0 5px 21px 0;
}

#portfolio br {
    clear: both;
    display: block;
}

.fullsizer {
    float: left;
    width: 821px;
    margin: 25px 0 0 0;
    text-align: center;
}