﻿body
{
    margin-top: 0px;
    font-family: Verdana, Arial;
    font-size: 10pt;
}
div { position: relative; }
a { color: #0066CC; text-decoration: none; }
a:hover { text-decoration: underline; }
.container
{
    width: 730px;
    margin: auto;
    background: url(../../images/bg.jpg) top left no-repeat white;
}
.title
{
    position: relative;
    left: 30px;
}
.btns
{
    position: absolute;
    top: 80px;
    margin-left: 80px;
    width: 650px;
    height: 400px;
    background: url(../../images/menu-line.png) top left no-repeat;
    z-index: 1;
}
.btns div { position: absolute; width: 100px; }
.btns div img { float: left; }
.btns div br { clear: both; }
.btns div a { position: relative; left: 30px; }
.btnhome
{
    left: 460px;
    top: -16px;
}
.btnabout
{
    left: 360px;
    top: 6px;
}
.btnfacility
{
    left: 260px;
    top: 38px;
}
.btnphoto
{
    left: 160px;
    top: 86px;
}
.btncost
{
    left: 70px;
    top: 156px;
}
.btnrelated
{
    left: 0px;
    top: 240px;
}
.leftline
{
    position: absolute;
    width: 5px;
    left: 80px;
    top: 550px;
    height: 200px;
    background: #6F5C59;
    z-index: 1;
}
.blocks
{
    position: absolute;
    top: -300px;
    z-index: 0;
}
.content
{
    float: right;
    margin-top: 160px;
    width: 480px;
    z-index: 1;
}
.txtheader { font-weight: bold; font-size: 11pt; }
.footer
{
    float: right;
    width: 730px;
    text-align: center;
    font-size: 9pt;
    color: #707070;
}
