body                            { background: #000000 url('/images/background2.png') no-repeat; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 75%; margin: 0px; padding: 0px; }

a            { color: #797979; text-decoration: none; font-weight: bold; background: none; }
a:hover      { color: #ffd700; text-decoration: none; font-weight: bold; background: none; }

a.navigation            { color: #797979; text-decoration: none; font-weight: bold; width: 16%; background: none; }
a.navigation:hover      { color: #ffd700; text-decoration: none; font-weight: bold; width: 16%; background: none; }

a.link            { color: #797979; text-decoration: none; font-weight: bold; background: none; }
a.link:hover      { color: #ffd700; text-decoration: none; font-weight: bold; background: none; }

#col-1 table tr td      { text-align: center; font-size: 110%; font-family: Verdana, Arial, Helvetica, sans-serif; width: 16%; }

#content-align-hack     { text-align: center; }
#content                        { /* Left & Right margins automatically adjust to the available space */
                                        margin-left: 17%;
                                        margin-right: auto;
                                  /* text-align is inherited so we need to reset it */
                                        text-align: left;
                                /* Specify the complete width the content area should occupy */
                                        /*width: 760px;*/
                                        height: 400px;
                                  /* Gecko needs this to not left fall off the content outside the viewport on the left side */
                                        border-left: 1px transparent;
                                  /* Misc. */
                                        background: none;
                                }
#col-1                  { /* Column "floats" to the left */
                                        float: left;
                                  /* and has a specific width (needed!) */
                                        width: 16%;
                                  /* Misc. */
                                        background-color: none;
                                }
#col-2                  { /* Column "floats" to the left */
                                        float: left;
                                  /* and has a specific width (needed!) */
                                        width: 60%;
                                  /* Misc. */
                                        background-color: none;
                                }
