*
{
    padding: 0;
    margin: 0;
}

body
{
    background: black;
    font-family: 'Lucida Console', 'Monaco CE', fixed, monospace;
    font-size: 15px;
    color: rgb(176, 83, 78);
}

#wrap
{
    width: 960px;
    margin: 20px auto 30px auto;
}

a,
a:visited,
a:hover,
a:active
{
    color: rgb(114, 30, 25);
    color: rgb(216, 153, 150);
    font-weight: bold;
    text-decoration: underline;
}

p { margin-top: 20px; }
h1 {}
h2 { margin-bottom: 15px; color: rgb(255, 216, 188);}
h3 { margin-top: 10px; }

.clear { clear: both;}

.page-image
{
    float:left;
    margin-right: 15px;
}

#menu ul li
{
    float: left;
    list-style: none;
    margin-left: 10px;
}

#ticker
{
    float: right;
    width: 560px;
    font-size: 13px;
    color: rgb(255, 216, 188);
}

#contact-float a,
#contact-float a:hover,
#contact-float a:visited,
#contact-float a:active
{
    color: white;
    font-size: 20px !important;
    text-decoration: none;
}

#contact-float a:hover { text-decoration: underline; }

#contact-float 
{
    position: relative;
    top: 350px;
    right: 250px;
}
