/****************************Native Classes********************************/

body, html {
    background-color        :       #FFFFFF;
    color                   :       #999999;
    font-family             :       Century Gothic, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       12px;
    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;
}

td {
    vertical-align          :       top;
}

/****************************ID Classes********************************/

/*** Header Area ***/

#header {
    height                  :       100px;
}

/*** Logo Area ***/

#logo_area {
    float                   :       left;
    height                  :       100px;
    width                   :       425px;
}

/*** Navigation Area ***/

#nav {
    float                   :       left;
    height                  :       100px;
    width                   :       199px;
}

#button_move_left {
    float                   :       left;
    height                  :       100px;
    width                   :       100px;
}

#button_move_right {
    float                   :       left;
    height                  :       100px;
    width                   :       99px;
}

/*** Mailing List Area ***/

#mailinglist {
    float                   :       right;
    height                  :       100px;
    padding                 :       25px 0px 0px 0px;
    text-align              :       left;
    width                   :       295px;
}

/*** Content Area ***/

#content_background {
    background-image        :       url('../images/background_trees.gif');
    background-repeat       :       repeat-x;
    width                   :       100%;
}

#content_container {
	margin                  :       40px 60px 0px 60px;
	overflow                :       hidden;
    width                   :       100%;
}

#content {
    margin                  :       0px 0px 0px 0px;
    overflow                :       hidden;
	position                :       relative;
	width                   :       1400px;
}

.content_block {
	float                   :       left;
}