body {
    margin: 0;
    padding: 0;
    background-image: url(gfx/bg02.jpg);
    background-repeat: no-repeat;
    background-position: 675px 100px;
    background-attachment: fixed;
    font-family: Tahoma;
    font-size: 17px;
    color: #F29930;
}

#universe {
    width: 1000px;
    height: auto;
    margin-top: 0;
    padding: 10px;
    border-right: 2px dashed #A80000;
}

#header {
    width: 100%;
    height: 80px;
    margin-top: 15px;
    padding: 0;
    border: 0px solid black;
    float: left;
    background-image: url(gfx/logo-final.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

#navigation {
    width: 230px;
    height: auto;
    margin-top: 100px;
    padding-top: 0;
    border: none;
    float: left;
    line-height: 50px;
}

#content {
    width: 712px;
    height: auto;
    margin-top: 0;
    margin-left: 32px;
    padding: 30px 10px 10px 10px;
    border: 0px solid black;
    float: left;
    letter-spacing: 0pt;
}

#box {
    width: 500px;
    height: auto;
    margin: 0;
    padding: 10px;
    border: 1px solid #A80000;
    float: left;
}

#footer {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 10px;
    clear: both;
    font-size: 11px;
    border: 0px solid black;
}

a {
    font-family: Arial;
    font-variant: small-caps;
    font-size: 24px;
    text-decoration: none;
}
    
a.box{
    font-family: Arial;
    font-variant: normal;
    font-size: 17px;
    text-decoration: none;
}

a:link {
    color:#F29930
}
a:visited {
    color:#E7E134
}
a:active {
    color:#E7E134
}
a:hover {
    text-decoration: none;
    color: #A84F1A;
}

h1 {
    font-size: 20px;
    color: #F29930;
    text-align: center;
}

p.small {
    font-size: 11px;
}
ul {
    list-style-type: square
}
ul.nav {
    margin-left: -20px;
    list-style-type: none;
}

pre {
    font-family: Tahoma;
    font-size: 17px;
    color: #F29930;
}

table {
    margin-left: 30px;
}

table, td {
    border: 1px solid #A80000;
    border-collapse: collapse;
    color:#F29930;
    font-family: Tahoma;
    font-size: 17px;
    text-align: center;
    padding: 10px;
}

tr.second {
    background-color: #EEEEEE;
}
img.border {
    border:1px solid #000;
}