/****************************Native Classes********************************/

body, html {
    background-color        :       #FFFFFF;
    color                   :       #747474;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
    margin                  :       0px;
    text-align              :       justify;
}

a:link {
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
}

a:visited {
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
}

a:hover {
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
}

img {
    border                  :       none 0px;
}

table {
    color                   :       #747474;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
    vertical-align          :       top;
}

td {
    color                   :       #747474;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
    vertical-align          :       top;
}

/****************************ID Classes********************************/

/*** Container ***/

#container {
    background-color        :       #FFFFFF;
    margin                  :       0px 0px 0px 0px;
    padding                 :       20px 0px 0px 0px;
    text-align              :       justify;
    width                   :       761px;
}

/*** Header ***/

#header {
    background-image        :       url('../images/header_paris.jpg');
    background-repeat       :       no-repeat;
    height                  :       91px;
    margin                  :       0px 0px 0px 0px;
    padding                 :       0px 0px 0px 0px;
    text-align              :       justify;
    width                   :       761px;
}

/*** Navigation Area ***/

#nav {
    height                  :       21px;
    padding                 :       0px 0px 0px 0px;
    width                   :       761px;
}

#nav_button_1 {
    float                   :       left;
    height                  :       21px;
    padding                 :       0px 0px 0px 0px;
    width                   :       67px;
}

#nav_button_2 {
    float                   :       left;
    height                  :       21px;
    padding                 :       0px 0px 0px 0px;
    width                   :       100px;
}

#nav_button_3 {
    float                   :       left;
    height                  :       21px;
    padding                 :       0px 0px 0px 0px;
    width                   :       72px;
}

#nav_button_4 {
    float                   :       left;
    height                  :       21px;
    padding                 :       0px 0px 0px 0px;
    width                   :       78px;
}

#nav_button_5 {
    float                   :       left;
    height                  :       21px;
    padding                 :       0px 0px 0px 0px;
    width                   :       101px;
}

#nav_button_6 {
    float                   :       left;
    height                  :       21px;
    padding                 :       0px 0px 0px 0px;
    width                   :       104px;
}

#nav_button_7 {
    float                   :       left;
    height                  :       21px;
    padding                 :       0px 0px 0px 0px;
    width                   :       105px;
}

#nav_button_8 {
    float                   :       right;
    height                  :       21px;
    padding                 :       0px 0px 0px 0px;
    width                   :       134px;
}

/*** Menu Bar ***/

#menu_bar {
    height                  :       15px;  
    width                   :       761px;
}

/*** Content Area ***/

#contentplaceholder {
    background-image        :       url('../images/background_content.jpg');
    background-repeat       :       repeat-y;
    margin                  :       0px 0px 0px 0px;
    min-height              :       500px;
    width                   :       761px;
}

/*** Bottom Bar ***/

#bottom_bar {
    background-image        :       url('../images/bottom_bar.jpg');
    background-repeat       :       no-repeat;
    height                  :       40px;
    padding                 :       4px 8px 0px 8px;
    width                   :       745px;
}