﻿body 
{
    background-color:#b3b3a4;
    background-image:url('Images/main_background.gif');
    background-repeat:repeat-x;
    margin:0;
    text-align:center;
    font-family:Arial;
    height: 100%;
}

.top
{
    background-image:url('Images/top_background.gif');
    background-repeat:repeat-x;
    width:100%;
    height:148px;
}

.top .top_content
{
    /*width:1000px;*/
    margin:auto;
    text-align:left;
    padding-top:20px;
    height:95px;
}

.top .navigation
{
    width:100%;
    height:28px;
    background-image:url('Images/navigation_background.gif');
    padding-top:5px;
}

.canvas
{
    /* */
    width:769px;    
}

.canvas .top
{
    background-image:url('Images/top_canvas_background.png');
    background-repeat:repeat!important;
    width:769px;
    height:13px;
    font-size:1px;  
}

.canvas .center
{
    background-image:url('Images/center_canvas_background.png');
    background-repeat:repeat;
    width:769px;
    height:auto;
}

.canvas .bottom
{
    background-image:url('Images/bottom_canvas_background.png');
    width:769px;
    height:15px;
    font-size:1px;   
}

.newsPanel
{
    width:196px;
    text-align:left;
}

.newsPanel .top
{
    background-image:url('Images/top_news_background.png');
    width:196px;
    height:13px;
    font-size:1px;
}

.newsPanel .center
{
    background-image:url('Images/center_news_background.png');
    width:196px;
    height:auto;
}

.newsPanel .bottom
{
    background-image:url('Images/bottom_news_background.png');
    width:196px;
    height:15px;
    font-size:1px;
}

.GuestbookEntry
{
    width:600px;
    margin:auto;
    text-align:left;
}

.GuestbookEntry .Name
{
    font-size:12px;
    font-weight:bold;
}

.GuestbookEntry .Date
{
    font-size:11px;
    color:Gray;
}

.GuestbookEntry .EntryText
{
    font-size:12px;
}

.AlternatingGuestbookEntry
{
    width:600px;
    margin:auto;
    text-align:left;
    background-color:#eeeeee;
}

.AlternatingGuestbookEntry .Name
{
    font-size:12px;
    font-weight:bold;
}

.AlternatingGuestbookEntry .Date
{
    font-size:11px;
    color:Gray;
}

.AlternatingGuestbookEntry .EntryText
{
    font-size:12px;
}

.application
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}

.adjustedZIndex {
    z-index: 10;
}
