﻿*
{
     padding: 0;
     margin: 0;
     font-family: Tahoma, Arial, Sans-Serif;
     font-size: 10pt;
}

html,
body
{
     height: 100%;
     width: 100%;
}

body
{
     background-image: url(../cmsimages/grass.jpg);
}

p
{
     padding-bottom: 15px;
     text-align: justify;
}

div#white_stripe
{
     background-image: url(../cmsimages/grass_white.jpg);
     height: 144px;
     width: 100%;
     position: absolute;
     z-index: 1;
     left: 0;
     top: 200px;
}

div#main 
{
     position: relative;
     height: 100%;
     width: 800px;
     z-index: 100;
     margin: 0 auto;
}

div#header
{
     background-image: url(../cmsimages/page_top.png);
     height: 204px;
     width: 836px;
}

div#header div
{
     width: 800px;
     margin: 0 auto;
}

div#nav
{
     background-image: url(../cmsimages/page_middle.png);
     height: 55px;
     width: 836px;
     margin: 0 auto;
     text-align: center;
}

div#nav div
{
     background-image: url(../cmsimages/nav_footer_back.jpg);
     height: 45px;
     width: 800px;
     margin: 0 auto;
     text-align: center;
     padding-top: 10px;
     position: relative;
}

div#nav div a,
div#nav div a:link,
div#nav div a:visited
{
     color: #ffffff;
     font-weight: bold;
}

div#nav div a:hover,
div#nav div a:active
{
     color: #ffff00;
     font-weight: bold;
}

img.seperator
{
     position: relative;
     top: 5px;
     padding: 0 7px;
}

div#container
{
     background-image: url(../cmsimages/page_middle.png);
     width: 740px;
     margin: 0 auto;
     padding: 28px 48px;
}

div#footer
{
     background-image: url(../cmsimages/page_bottom.png);
     height: 71px;
     width: 836px;
}

div#footer div
{
     background-image: url(../cmsimages/nav_footer_back.jpg);
     height: 38px;
     width: 800px;
     margin: 0 auto;
     text-align: center;
}

div#copyright
{
     width: 800px;
     padding-top: 18px;
     color: #ffffff;
     font-weight: bold;
}