/* MAIN SHEETS */
/*@import "layout_common.css";
@import "mainNavigation.css";*/

/* OTHER SHEETS */
/*@import "layout_form.css";
@import "layout_events.css";
@import "layout_sitemap.css";
@import "layout_docs.css";
@import "layout_fontsize.css";
@import "layout_faq.css";
@import "layout_news.css";
@import "layout_flash.css";
@import "layout_home.css";
@import "layout_widgets.css";*/

/*** WIDTH OF MAIN CONTAINERS ***/

.screen_lo #pageContainer {
    width: 660px;
    padding-left: 82px;
    background-image: url(../images/800/BG_Pole.gif);
}

/** XMAS TIME! */

.screen_lo #pageContainer {
    padding-left: 111px;
   /* background-image: url(../images/800/BG_Pole_Xmas.gif);*/
}



.screen_lo #mainContent #content {
    width: 165px;
}

.screen_lo #content {
    width: 330px;
}

.screen_lo #footer {
    width: 741px;
    margin-left:-405px;
}

.screen_lo .frfr #mainContent #flashImage {
    background-image: url(../../images/christmas/french800.jpg);
}

.screen_lo .engb #mainContent #flashImage {
    background-image: url(../../images/christmas/english800.jpg);
}

/*** BOX MODELS***/
.screen_lo .quad-width {
    width: 495px;
    overflow: hidden;
}

.screen_lo .double-width-padded {
    width: 225px;
}

.screen_lo .triple-width .double-width-padded .double-width {
    width: 187px;
}

.screen_lo .triple-width-padded {
    width: 233px;
    background-position: right top;
}

.screen_lo .submit a, .screen_lo .submit a:visited, .screen_lo .submit a:link {
    margin-left: 0px;
}

