﻿/*
###################################
	Body
###################################
*/
body 
    {
        background-image:url('../Images/Design/Bg.gif');
        background-repeat:repeat-x; 
        background-color:#eff1ee;
    } 

/*
###################################
	Design
###################################
*/
#Wrapper
    {
        width:986px;
        background-image:url('../Images/Design/FrameBg.gif');
        background-repeat:repeat-y;
        margin-left:auto;
        margin-right:auto;
        position:relative;
    }
    
#WrapperLeft
    {
        background-image:url('../Images/Design/FrameBgLeft.gif');
        background-repeat:no-repeat;
        background-position:top left;
    }
    
#WrapperRight
    {
        background-image:url('../Images/Design/FrameBgRight.gif');
        background-repeat:no-repeat;
        background-position:top right;
    }
    
#WrapperBottom
    {
        background-image:url('../Images/Design/FrameBgBottom.gif');
        background-position:bottom;
        background-repeat:no-repeat;
    }
    
#Main
    {
        padding-top:17px;
        padding-left:43px;
    }
/*
###################################
	Top
###################################
*/
#Top
    {
        position:absolute; top:0px; left:13px;
    }
    
#TopLoga { position:absolute; left:35px; top:19px;}
#TopTree { position:absolute; left:769px; top:8px;}
/*
###################################
	Menu
###################################
*/

#Menu
    {
        width:904px;
        background-image:url('../Images/Design/Menu/MenuBgSpan.gif');
        height:43px;
        
    }
    
#MenuSpace
    {
        padding-left:41px;
        padding-top:108px;
    }
    
#MenuLeft
    {
        background-image:url('../Images/Design/Menu/MenuBgLeft.jpg');
        background-position:left;
        background-repeat:no-repeat;
        height:43px;
    }
    
#MenuRight
    {
        background-image:url('../Images/Design/Menu/MenuBgRight.jpg');
        background-position:right;
        background-repeat:no-repeat;
        height:43px;
        padding-left:13px;
    }
    
.MenuItem
    {
        float:left; padding-right:17px;
        padding-top:7px;
    }
    
/*
###################################
	Content
###################################
*/

#Content
    {
        background-image:url('../Images/Design/ContentBgSpan.png');
        width:902px;
        margin-bottom:9px;
    }
    
#ContentTop
    {
        background-image:url('../Images/Design/ContentBgTop.png');
        background-repeat:no-repeat;
    }
    
#ContentBottom
    {
        background-image:url('../Images/Design/ContentBgBottom.png');
        background-repeat:no-repeat;
        background-position:bottom;
    }
    
#ContentPage
    {
        padding-right:3px; padding-top:1px; padding-left:31px; padding-bottom:32px;
    }

/*
###################################
	Footer
###################################
*/

#Footer
    {
        /*border-top:solid 1px #87b85d;*/
        color:#898989;
        font-size:11px;
        width:900px;
        margin-left:43px;
        line-height:24px;
        height:24px;
        padding-bottom:31px;
    }
 
#Footer a
    {
        color:#898989;
    }
    
#FooterLine
    {
        background-color:#87b85d;
        width:900px;
        height:1px;
        line-height:1px;
        margin-bottom:2px;
    }
    
.FooterDot
    {
        float:left;
        padding-top:10px;
        padding-left:11px;
        padding-right:11px;
    }