/****************************Native Classes********************************/

body, html {
    background-color        :       #FFFFFF;
    background-image        :       url('../images/background_page.jpg');
    background-repeat       :       no-repeat;
    color                   :       #000000;
    font-family             :       Georgia, Times New Roman, Verdana, Helvetica, sans-serif;
    font-size               :       10px;
    line-height             :       16px;
    text-align              :       justify;
}

a:link {
    color                   :       #990000;
	text-decoration         :       none;
}

a:visited {
    color                   :       #990000;
	text-decoration         :       none;
}

a:hover {
    color                   :       #000000;
	text-decoration         :       none;
}


/****************************ID Classes********************************/

#container {
    padding                 :       30px 0px 0px 170px;
}

#header {
    background-color        :       #000000;
    height                  :       81px;
}

.header_logo {
    float                   :       left;
    height                  :       81px;
    width                   :       264px;
}

/*** Navigation Area ***/

.nav_button_1 {
    float                   :       left;
    height                  :       81px;
    width                   :       106px;
}

.nav_button_2 {
    float                   :       left;
    height                  :       81px;
    width                   :       106px;
}

.nav_button_3 {
    float                   :       left;
    height                  :       81px;
    margin                  :       -1px 0px 0px 0px;
    width                   :       137px;
}

.nav_button_4 {
    float                   :       left;
    height                  :       81px;
    width                   :       141px;
}

.nav_space {
    float                   :       right;
    height                  :       81px;
    width                   :       54px;
}

/*** Content Area ***/

#contentplaceholder {
    padding                 :       60px 0px 0px 0px;
}

.contentplaceholder {
    padding                 :       60px 0px 0px 0px;
}