﻿body
{
    text-align: center;
    width: 100%;
    margin: 0 0 0 0;
}

.MainLayout
{
    border-right: solid 4px #000000;
    border-left: solid 4px #000000;
}

.Header
{
    height: 130px;
    background-image: url('Images/greenDrinksHead_01.gif');
}

.btnHome:hover
{
    display: block;
    width: 85px;
    height: 39px;
    background-image: url('Images/greenDrinksHead_RO_02.gif');
}
.btnAbout:hover
{
    display: block;
    width: 88px;
    height: 39px;
    background-image: url('Images/greenDrinksHead_RO_03.gif');
}
.btnEvents:hover
{
    display: block;
    width: 100px;
    height: 39px;
    background-image: url('Images/greenDrinksHead_RO_04.gif');
}
.btnPhotos:hover
{
    display: block;
    width: 100px;
    height: 39px;
    background-image: url('Images/greenDrinksHead_RO_05.gif');
}
.btnForum:hover
{
    display: block;
    width: 90px;
    height: 39px;
    background-image: url('Images/greenDrinksHead_RO_06.gif');
}
.btnLinks:hover
{
    display: block;
    width: 437;
    height: 39px;
    background-image: url('Images/greenDrinksHead_RO_07.gif');
}

.btnHome
{
    display: block;
    width: 85px;
    height: 39px;
    background-image: url('Images/greenDrinksHead_02.gif');
}
.btnAbout
{
    display: block;
    width: 88px;
    height: 39px;
    background-image: url('Images/greenDrinksHead_03.gif');
}
.btnEvents
{
    display: block;
    width: 100px;
    height: 39px;
    background-image: url('Images/greenDrinksHead_04.gif');
}
.btnPhotos
{
    display: block;
    width: 100px;
    height: 39px;
    background-image: url('Images/greenDrinksHead_05.gif');
}
.btnForum
{
    display: block;
    width: 90px;
    height: 39px;
    background-image: url('Images/greenDrinksHead_06.gif');
}
.btnLinks
{
    display: block;
    width: 437;
    height: 39px;
    background-image: url('Images/greenDrinksHead_07.gif');
}

.divHome
{
    margin: 15px 15px 15px 15px;
}

.homeContent
{
    font-family: Arial;
    font-size: 14pt;
}

.imgHome
{
    margin: 0 0 15px 15px;
}

.aboutContent
{
    font-family:Arial;
    font-size: 14pt;   
}

.divAbout
{
    margin: 15px 15px 15px 15px;
}

.imgAbout
{
    margin: 0 0 15px 15px;   
}

.eventsTbl
{
    
}