﻿body 
{
    margin:0px;
    font-family:Arial;
}

/*HEADER*/
div#header
{
    min-width:440px;
    width:75%;
    height:75px;
    background:#8dc63f url(images/header.png) no-repeat;
    float:right;
    margin-top:10px;
}

/*FOOTER*/
div#footer
{
    min-width:500px;
    width:40%;
    height:100px;
    background:#8dc63f;
    margin-bottom:10px;
    color:White;
    font-family:Century Gothic;
    font-size:12pt;
    padding: 10px 0px 0px 10px;
}

div#footer a, div#footer a:active, div#footer:visited
{
    color:White;
    font-weight:bold;
    font-size:10pt;
}

/*CONTENT*/
div#content
{
    background:url(images/bg.png) no-repeat left bottom;
    /*max-height:500px;
    max-width:500px;
    height:100%;
    width:100%;
    float:left;
    position:fixed;
    top:100%;
    margint-top:-500px;*/
}

/*MENU*/
div#menu ul#menu
{
    list-style:none;
}

div#menu ul#menu li
{
    display:block;
    background:White url(images/menu_bg_off.png") repeat-x;
}

div#menu ul#menu li img.expand
{
    
}

div#menu ul#menu li.no_sub img.expand
{
    display:none;
}