/* --------------------------------------------------------------------------------------------------------------- //
// -------------------------------------------------- LINKS ------------------------------------------------------ //
// --------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------------------- //
// ------------------------------------------------- MASTER ------------------------------------------------------ //
// --------------------------------------------------------------------------------------------------------------- */
body                    { background-color              :       #398BD1;
                          padding                       :       0px;
                          margin                        :       0px; }

.link                   { text-decoration               :       none;
                          color                         :       #f6ff00; }

.link:hover             { color                         :       #00fcff; }

/* --------------------------------------------------------------------------------------------------------------- //
// --------------------------------------------------  BOX ------------------------------------------------------- //
// --------------------------------------------------------------------------------------------------------------- */
.box                    { width                         :       1000px;
                          background-color              :       #398BD1;
                          margin                        :       0px auto;
                          font-size                     :       13px;
                          font-family                   :       Verdana; }

/* --------------------------------------------------------------------------------------------------------------- //
// -------------------------------------------------- START ------------------------------------------------------ //
// --------------------------------------------------------------------------------------------------------------- */
.start                  { background                    :       url(back.png);
                          background-color              :       #398BD1;
                          height                        :       168px; }

/* --------------------------------------------------------------------------------------------------------------- //
// ------------------------------------------------ MENU_CONT ---------------------------------------------------- //
// --------------------------------------------------------------------------------------------------------------- */
.menu_cont              { background                    :       url(back.png);
                          background-color              :       #398BD1; }

/* --------------------------------------------------------------------------------------------------------------- //
// --------------------------------------------------- TEST ------------------------------------------------------ //
// --------------------------------------------------------------------------------------------------------------- */
.test                   { background                    :       url(back.png);
                          background-color              :       #398BD1;
                          height                        :       100%; }

/* --------------------------------------------------------------------------------------------------------------- //
// -------------------------------------------------- MENU ------------------------------------------------------- //
// --------------------------------------------------------------------------------------------------------------- */
.menu                   { float                         :       left;
                          width                         :       200px;
                          font-size                     :       12pt; }

/* --------------------------------------------------------------------------------------------------------------- //
// -------------------------------------------------- CONT ------------------------------------------------------- //
// --------------------------------------------------------------------------------------------------------------- */
.cont                   { margin-left                   :       200px;
                          padding-top                   :       10px;
                          padding-left                  :       15px;
                          padding-right                 :       30px;
                          color                         :       #FFF; }

/* --------------------------------------------------------------------------------------------------------------- //
// ------------------------------------------------- BOTTOM ------------------------------------------------------ //
// --------------------------------------------------------------------------------------------------------------- */
.bottom                 { background                    :       url(down.png) no-repeat;
                          background-position           :       bottom center;
                          background-color              :       #398BD1;
                          clear                         :       both;
                          height                        :       50px;

                          padding-left                  :       15px;
                          padding-right                 :       40px;
                          text-align                    :       right;
                          font-size                     :       9px;
                          color                         :       #000; }

/* --------------------------------------------------------------------------------------------------------------- //
// -------------------------------------------------- MENU ------------------------------------------------------- //
// --------------------------------------------------------------------------------------------------------------- */
UL                      { margin-left                   :       0px;
                          padding-left                  :       0px; }

#nav		        { list-style                    :       none;
                          margin-left                   :       5px; }

#nav li		        { margin                        :       0px;
                          padding-top                   :       7px;
                          text-align                    :       left; }

#nav a.sub	        { color                         :       #;
                          text-decoration               :       none;
                          font-weight                   :       normal;
                          font-size                     :       12px; }

#nav a.sub:hover        { color                         :       #000;
                          text-decoration               :       none;
                          font-size                     :       12px; }

#nav a		        { color                         :       #FFF;
                          font-weight                   :       bold;
                          font-style                    :       normal;
                          text-decoration               :       none; }

#nav a:hover	        { color                         :       #000; }
