
#atffc { display: none; }

#centered 
{
    border:1px solid #737373;
    border-top: none;
    margin: 0 auto;
    /*position: relative;*/
    width: 905px;
    
    background: url(../images/bodyBgrdLight.png) left top no-repeat;
}

#header
{
    height: 85px;
}


    #logoLink { margin: 23px 0 0 20px; }  
    
    #languageChanger { margin: 5px 10px 0 0; }
    
        #languageChanger a { padding-right: 5px; }

	#pageCurlLink { height: 85px; }
		

#nav
{
    background: url(../Images/nav_shadow.png) left bottom no-repeat;
    
    position: relative;
    
    padding-bottom: 10px;
}

    /* both nav rows */

    #nav ul { list-style: none; margin: 0; padding: 0; }

    #nav li { float: left; margin-right: 4px; margin-bottom: 0; height: 23px; }
    
    #nav a { display: block; line-height: 24px; }
    
    #nav a.selected { color: #000; }
    
    
    /* first nav row */
    
    #nav > ul                   
    {
        background-color: #FFF;
        display: block;
        height: 24px;
        padding-left: 2em;
    }


    /* second nav row */

    #nav ul ul                  
    {
        height: 24px;
        
        width: 100%;
        display: inline;
        position: absolute;
        top: 24px;
        left: 0;
    }
    
        #nav ul ul li { padding: 0 5px; border-left: 1px #FFF solid; height: 16px; margin-top: 4px; margin-bottom: 4px; margin-right: 0; }
        #nav ul ul li:first-child { border: none; }
        #nav ul ul a { color: #FFF; line-height: 16px; }
        
    
    #subNav { height: 23px; }
    body.currentpage-home #subNav, body.currentpage-home_register #subNav, body.currentpage-home_search-results #subNav, body.currentpage-home_sitemap #subNav, body.currentpage-home_privacy-policyterms--conditions #subNav { height: 0px }


#content
{
    padding-top: 10px;
}

    .col { float: left; }

    #leftColumn
    {
        width: 594px;
        margin-left: 17px;
    }

    #rightColumn
    {
        width: 257px;
        margin-left: 16px;
    }
    
    
#footer
{
    clear: both;
    
    border-top: 1px solid #737373;
    background: #FFF;
    
    height: 60px;
    
    overflow: auto;
}

    #footer ul { list-style: none; margin: 0; }

    #footer ul li { display: inline; margin-bottom: 0; padding-bottom: 0; }


    #commonLinks
    {
        padding: 22px 0 0 20px;
    }
    
        #commonLinks li { padding-right: 12px; }
    
    
    #relatedSites
    {
        border-left: 1px solid #737373;
        
        width: 279px;   height: 48px;
        padding-top: 12px;
        
        text-align: center;
    }
    
        #relatedSites a.first { padding: 0 10px 0 5px; }
    
        #relatedSites a { padding: 0 10px; }
        

#user { position: absolute; top: 1em; left: 0.5em; }

    #user .button {  }