/****************************Native Classes********************************/

body, html {
    background-color        :       #131313;
    background-image        :       url('../images/background.jpg');
    background-repeat       :       repeat-x;
    color                   :       #C5C5C5;
    font-family             :       Century Gothic, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       12px;
    margin                  :       0px;
    text-align              :       left;
}

table {
    vertical-align          :       top;
}

tr {
    vertical-align          :       top;
}

td {
    vertical-align          :       top;
}

a:link {
    color                   :       #FCB6B8;
	text-decoration         :       none;
}

a:visited {
    color                   :       #FCB6B8;
	text-decoration         :       none;
}

a:hover {
    color                   :       #C5C5C5;
	text-decoration         :       none;
}

/****************************ID Classes********************************/

#container {
    background-image        :       url('../images/background_page.jpg');
    background-repeat       :       no-repeat;
    height                  :       746px;
    margin                  :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       800px;
}

#div_logo {
    float                   :       left;
}

/*** Navigation Area ***/

#navigation {
    height                  :       205px;
}

#nav_menu {
    float                   :       left;
    padding                 :       85px 0px 0px 8px;
}

#nav_info {
    float                   :       left;
    padding                 :       85px 0px 0px 172px;
}

/*** Content Area ***/

#contentplaceholder {

}

/*** Copywrite Area ***/

#copywrite {
    color                   :       #474747;
    font-size               :       11px;
    text-align              :       right;
    width                   :       690px;
}