﻿body
{
    background-image: url(images/template/bg.png);
    background-position: top;
    margin-left: auto;
    margin-right: auto;
	 margin: 0px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
     color: #003300;
}

#bg
{
    background-position: center top;
    background-image: url( ../images/template/bg-main.png);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-height: 500px; /*
    padding-top: 30px;*/
    position: relative;
    background-repeat: repeat-x;
}

#frame
{
    border: 2px solid #000000;
    background:  #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    padding:0px;
}

#footer
{
    border-top-color:#006600;
    border-top-width:2px;
    border-top-style:solid;
    background-color: #D8D8D8;
}

#content
{
    padding:5px;
}
h1
{
    margin-top:5px;
    margin-bottom:-5px;
    color:#003300;
    font-size: 26px;
    font-weight: bold;
}

#top
{
    background-image: url( images/banner.png);
    height: 200px;
    border-bottom-color: #006600;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    background-repeat: no-repeat;
}
