/****************************Native Classes********************************/


body, html {
    background-color        :       #080A0B;
    color                   :       #FFFFFF;
    font-family             :       Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
    margin                  :       0px;
    text-align              :       justify;
}


a:link {
    color                   :       #02699E;
	text-decoration         :       none;
}


a:visited {
    color                   :       #02699E;
	text-decoration         :       none;
}


a:hover {
    color                   :       #678EAA;
	text-decoration         :       none;
}


/****************************ID Classes********************************/


#background_header_left {
    background-image        :       url('../images/background_header_left.gif');
    background-repeat       :       repeat-x;
    height                  :       156px;
    width                   :       25%;
}


#background_header_center {
    height                  :       156px;
    width                   :       50%;
}


#background_header_right {
    height                  :       156px;
    width                   :       25%;
}


/*** Navigation Area ***/


#nav_left {
    background-color        :       #101616;
    height                  :       22px;
    width                   :       25%;
}


#nav_center {
    background-color        :       #101616;
    height                  :       22px;
    width                   :       50%;
}


#nav_right {
    background-color        :       #101616;
    height                  :       22px;
    width                   :       25%;
}



/*** Content Area ***/


#contentplaceholder {
	width                   :       960px;
}


/*** Address Area ***/


#background_address_left {
    background-image        :       url('../images/background_address_left.gif');
    background-repeat       :       repeat-x;
    height                  :       99px;
    width                   :       25%;
}


#background_address_center {
    background-image        :       url('../images/background_address_center.gif');
    background-repeat       :       repeat-x;
    height                  :       99px;
    width                   :       960px;
}


#background_address_right {
    background-image        :       url('../images/background_address_right.gif');
    background-repeat       :       repeat-x;
    height                  :       99px;
    width                   :       25%;
}


/*** Bottom Navigation Area ***/


#bottom_navigation_left {
    background-color        :       #101616;
    height                  :       22px;
    width                   :       25%;
}


#bottom_navigation_center {
    background-color        :       #101616;
    color                   :       #EBC26A;
    height                  :       22px;
    text-align              :       center;
    width                   :       960px;
}


#bottom_navigation_center a:link {
    color                   :       #EBC26A;
	text-decoration         :       none;
}


#bottom_navigation_center a:visited {
    color                   :       #EBC26A;
	text-decoration         :       none;
}


#bottom_navigation_center a:hover {
    color                   :       #EEEEEE;
	text-decoration         :       none;
}


#bottom_navigation_right {
    background-color        :       #101616;
    height                  :       22px;
    width                   :       25%;
}


/*** Footer Navigation Area ***/


#footer_left {
    height                  :       26px;
    width                   :       25%;
}


#footer_center {
	width                   :       960px;
}


#footer_center a:link {
    color                   :       #FFFFFF;
	text-decoration         :       none;
}


#footer_center a:visited {
    color                   :       #FFFFFF;
	text-decoration         :       none;
}


#footer_center a:hover {
    color                   :       #EEEEEE;
	text-decoration         :       none;
}


#footer_right {
    height                  :       26px;
    width                   :       25%;
}