﻿body 
{
    background: #000;
    color: #fff;
    font-family: Georgia;
    margin: 0;
    padding: 0;
}

img
{
    border: 0px;    
}

a
{
    text-decoration: none;
    color: #fff;   
}

a:hover
{
    /*text-decoration: underline;*/
    color: #aaa; 
}

.on
{
    text-decoration: underline;
    color: #fff;   
}

#conainer
{
    background: #000 url(Images/BG.jpg) no-repeat center top;
    position: relative;
    width: 800px;
    height: 630px;
    margin: 0px auto;
}

#header
{
    position: relative;
    width: 800px;
    height: 153px;
}

.title_image
{
    position: relative;
    float: left;
    vertical-align: bottom;
    left: 166px;
}

.tangereens_image
{
    position: relative;
    float: right;
    vertical-align: bottom;
    right: 15px;
}

.links
{
    position: relative;
    height: 75px;
    bottom: 30px;
    left: 20px;
}

.header_menu ul
{
    position: relative;
    list-style-type: none;
    left: 172px;
    top: 10px;
    margin: 0px;
    padding: 0px 0px 80px 0px;
}

.header_menu li
{
    position: relative;
    display: inline;
    padding-right: 85px;
}

.header_menu
{
    font-size: 18px;
}

.left_menu ul
{
    position: relative;
    list-style-type: none;
    margin: 18px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.left_menu li
{
    padding-bottom: 37px;
}

.left_menu
{
    position: relative;
    left: 0px;
    width: 150px;
    font-size: 24px;
    text-align: center;
}

#center_section
{
    position: absolute;
    display: table;
    left: 150px;
    top: 153px;
    width: 608px;
    height: 455px;
    padding: 10px 0px 0px 20px;
}

.content
{
    position: relative;
    width: 608px;
    height: 455px;
    font-size: 15px;
    font-size: 15px; 
    overflow: auto; 
}

.gallery img
{
    padding: 10px 30px;
}
