html, body {
    margin: 0px; padding: 0px;
    background: #000;
}

body, td, div, p
{
    color: #fff;
    font-family: Arial, Helveitca, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

a
{
    color: #AA7251;
    text-decoration: underline;
}
/*--------------------- Headers -------------------*/
h1, h2, h3, h4, h5, h2 a, h1 a
{
    color: #FEDEAB;
    margin-top: 15px;
}
h1
{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}
h2
{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
h3
{
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}
h4
{
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
h5
{
    font-size: 11px;
    font-weight: bold;
}
h6
{
    font-size: 10px;
    font-weight: bold;
}
/*--------------------- Debug-------------------*/
/*debug
div
{
    border: 3px dashed brown;
    margin: 15px;
}
div div div
{
    border: 2px dotted orange;
}
div div
{
    border: 1px dotted yellow;
}
td
{
    border: 1px dotted blue;
}
table
{
    border: 1px dashed red;
}
img
{
    border: 1px dotted white;
}

/*--------------------- Top Navigation-------------------*/
#lang_bar
{
    width: 223px;
    height: 31px;
    float: left;
}
#russian_button
{
    padding-left: 0;
    margin-top: 8px;
}
#english_button
{
    margin: 8px 0 0 35px;
}
#home_button
{
    margin: 8px 0 0 35px;
}
#top_nav
{
    width: 461px;
    height: 31px;
    background-image: url(../images/top_menu_bg.gif);
    height: 31px;
    float: left;
}
#top_nav image
{
}
#press_button_top
{
    margin-left: 20px;
    margin-top: 8px;
}
#projects_button_top,
#studio_button_top,
#links_button_top,
#contacts_button_top
{
    margin-left: 30px;
    margin-top: 8px;
}
/*--------------------- Main Navigation -------------------*/
#main_nav
{
    padding: 13px 0 13px 0;
    height: 14px;
}
#main_nav img
{
    float: left;
}
#news_button_top
{
    margin-left: 27px;
}
#news_button_top_e
{
    margin-left: 34px;
}
#biography_button_top,
#filmography_button_top,
#photo_button_top,
#festivals_button_top
{
    margin-left: 51px;
}
/*--------------------- Bottom Navigation -------------------*/
#bottom_nav
{
    width: 100%;
    text-align: center;
}
.bottomMenuActive
{
    color: #FFFFFF !important;
    text-decoration: underline;
    white-space: nowrap;
    margin: 12px 10px;
}
.bottomMenuInactive
{
    color: #F3CC95 !important;
    margin: 12px 10px;
    text-decoration: none !important;
    white-space: nowrap;
}
/*--------------------- Global -------------------*/
#global
{
    padding-left: 49px;
}
#site
{
    width: 905px;
}
/*--------------------- Header -------------------*/
#top
{
}
#header
{
    background-image: url('../images/head/right.jpg');
    background-repeat:no-repeat;
    background-position: 684px 0;
}
#top_pics
{
    float: left;
    margin-left: 223px;

    /*IE6 fix*/
    display: inline;
}
#logo
{
}
/*--------------------- Submenu -------------------*/
#subMenu
{
    float: left;
    padding: 10px 20px 20px 0;
    white-space: nowrap;
}
/*--------------------- Content Area -------------------*/
#content
{
    background-color: #453526;
    background-image: url(../images/text_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
#actual_content
{
    min-height: 250px;
    padding: 37px 64px;
}
#copyright
{
    font-size: 10px;
    color: #866D59;
    width: 100%;
    text-align: center;
    padding: 12px 0;
}
/*--------------------- Classes -------------------*/
.pageText
{
    margin-top: 25px;
}
.clear
{
    clear: both;
    width: 0;
    height: 0;
}
.hrPic
{
    width: 777px;
    height: 1px;
    border: 0;
    padding: 4px 0;
    margin: 15px 0;
}
.filmsListThumb
{
    float: left;
    padding: 17px 20px 10px 0;
}
.filmsList
{
    margin-top: 25px;
    margin-left: 0;
    padding-left: 15px;
}
.yellowText
{
    color: #FEDEAB;
}