﻿body
{
    background-image: url('images/background.jpg');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #333;
}

h1, h2, h3, h4, h5
{
    color: #273A3A;
}

p, div
{
    color: #333;
}

a
{
    color: #273A3A;
}

.Header
{
    position: relative;
    background-image: url('Images/header.jpg');
    width: 740px;
    height: 256px;
    margin-left: auto;
    margin-right: auto;
}

.Navigation
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 740px;
    background-color: #FF3300;
}

.NavItem
{
    cursor: pointer;
    float: right;
    margin: 0px;
}

.Main
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 740px;
    background-color: #fff;
}

.Content
{
    padding-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    min-height: 155px;
}


.Footer
{
    margin-left: auto;
    margin-right: auto;
    background-color: #33CC33;
    
    position: relative;
    width: 740px; height: 50px;
    background-image: url('Images/footer.jpg');
}
.Footer p
{
    font-size: 0.75em;
    margin: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.Footer a
{
    color: #C7DCDB;
}

.agenda tr
{
    border-bottom: 1px solid #fff;
}
.agenda tr td
{
    height: 55px;
    vertical-align: top;
    padding: 3px;
}

.agenda thead th
{
    height: 25px;
    padding: 3px;
    font-weight: bold;
    text-align: center;
    
}