/****************************Native Classes********************************/

body, html {
    background-color        :       #FFFFFF;
    background-image        :       url('../images/background_page.jpg');
    background-repeat       :       repeat-x repeat-y;
    color                   :       #000000;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
    margin                  :       0px 0px 0px 0px;
    text-align              :       justify;
}

a:link {
    color                   :       #FF0303;
	text-decoration         :       none;
}

a:visited {
    color                   :       #FF0303;
	text-decoration         :       none;
}

a:hover {
    color                   :       #000000;
	text-decoration         :       none;
}

/****************************ID Classes********************************/

/*** Index ***/

#index {
    background-color        :       Transparent;
    margin                  :       60px 0px 0px 0px;
    text-align              :       justify;
    width                   :       1207px;
}

/*** Container ***/

#container {
    background-color        :       #FFFFFF;
    margin                  :       60px 0px 0px 0px;
    padding                 :       0px 70px 0px 70px;
    text-align              :       justify;
    width                   :       1067px;
}

/*** Top Area ***/

#top {
    float                   :       none;
    height                  :       130px;
    width                   :       1067px;
}

#top_left {
    float                   :       left;
    height                  :       64px;
    width                   :       235px;
}

#top_right {
    float                   :       right;
    height                  :       130px;
    width                   :       425px;
}

/*** Navigation Area ***/

#nav {
    padding                 :       106px 0px 0px 0px;
    width                   :       544px;
}

#nav_button_1 {
    float                   :       left;
    height                  :       30px;
    padding                 :       0px 0px 0px 0px;
    width                   :       78px;
}

#nav_button_2 {
    float                   :       left;
    height                  :       30px;
    padding                 :       0px 0px 0px 0px;
    width                   :       130px;
}

#nav_button_3 {
    float                   :       left;
    height                  :       30px;
    padding                 :       0px 0px 0px 0px;
    width                   :       134px;
}

#nav_button_4 {
    float                   :       left;
    height                  :       30px;
    padding                 :       0px 0px 0px 0px;
    width                   :       111px;
}

#nav_button_5 {
    float                   :       right;
    height                  :       30px;
    padding                 :       0px 0px 0px 0px;
    width                   :       91px;
}

/*** Content Area ***/

#contentplaceholder {
    float                   :       none;
    margin                  :       20px 0px 0px 0px;
    min-height              :       600px;
    width                   :       1067px;
}

/*** Bottom Area ***/

#bottom {
    background-color        :       #FFFFFF;
    height                  :       26px;
    width                   :       1207px;
}
