﻿

body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
}


body
{
    background-color: #333333;    
}

#leftmargin
{
    position:fixed;
    display: inline;
    width: 35px;
    height: 800px;
    z-index: 300;
    background-color: #333333;
    }
    
#maincontent
{
    position:relative;
    display: inline;    
    }
a
{
    text-decoration: none;
}


.Panel
{
    display: block;
    float: left;
}

.Panel.Fixed
{
    left:35px;
    position: fixed;
    background-color: #333333;
}

.Panel.Fixed.Top
{
    width: 700px;
    z-index: 200;
}

.Panel.Fixed.Bottom
{
    position: fixed;
    top: 595px;
    z-index: 0;
}


.Panel.Middle
{
    position: relative;
    width: 100%;
    z-index: 100;
    top: 176px;
}

.Panel.Middle.Gallery
{
    position: relative;
    white-space: nowrap;
    height: 400px;
    z-index: 100;
    top: 176px;
}

.btn.Home
{
    padding-left: 45px;
}


.footer
{
    height: 6px;
}

.footer.home
{
    width: 600px;
}

.footer.gallary
{
    width: 3800px;
}

.footer.contact
{
    width: 275px;
}

.hidden{display:none;}