/* IE 6 PNG fix */
#headerfencers,
#noquicklaunch .sword, div.footerfencers
{
    behavior: url(iepngfix.htc);
}

/* the table with the header of the home page is not displayed */
#tblheaderhomepage
{
    display: none;
}

/* the table with the header of the page is displayed */
#tablelogo
{
    display: block;
}

/* background of the header */
table.mainmenu
{
	background-image: url(img/menu_header_fenc.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/* image of the fencers in the header */
#headerfencers
{
    height: 57px;
	background-position: 55% 0;
    background-image: url(img/header_fencers_fenc.png);
}

/* position and visibiliy of the menu links */
div.menulinks span.menulinkslng
{
    margin-top: 0px;
    margin-right: 5px;
}

div.menulinks span.menulinkssearch, div.menulinks span.menulinksgoogle
{
    display: none;
}

span.menulinkslng .novisibilityhomepage
{
    display: inline;
}

/* sword in the left part of the page */
#noquicklaunch .sword
{
	height: 200px;
	background-image: url(img/sword_fenc.png);
	background-position: top;
	width: 109px;
}

/* footer */
td.footer
{
    width: 984px;
    background-image: url(img/footer_fenc.gif);
}

div.footer
{
    width: 984px;

}
div.footerfencers
{
	background-image: url(img/footer_fencers_fenc.png);
	width: 244px;
	height: 128px;
    margin-right: 0px;
}

