﻿
/*********** HEADER *************/
#header 
{
    width: 1000px;
    height: 91px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
}

/********** END HEADER **********/




/************* MENU *************/
#menu 
{
    width: 1000px;
    height: 326px;
    background-image: url(../images/home-menu-wide.jpg);
    background-repeat: no-repeat;
}

#menu ul li ul li a:link
{    
    font-size: 0.8em;
    line-height: 32px;
    cursor: pointer;
    background-image: url(../images/menu-item.jpg);
}
#menu ul li ul li a:visited
{    
    font-size: 0.8em;
    line-height: 32px;
    cursor: pointer;
    background-image: url(../images/menu-item.jpg);
}
#menu ul li ul li a:hover
{    
    font-size: 0.8em;
    line-height: 32px;
    cursor: pointer;
    background-image: url(../images/menu-item-hover.jpg);
}

/********** END MENU ************/



/*********** CONTENT ************/
#content 
{
    width: 1000px;
    height: auto;
    min-height: 300px;
    background-image: url(../images/content-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    font-size: 1.1em;
    padding-bottom: 20px;
}
/********** END CONTENT *********/

