﻿@font-face {
    font-family: Helvetica57-Condensed;
    src: url(helvetica.eot);
}
body
{
    background-color: #1B1B1B;
    color: #ccc;
    font-family: Helvetica57-Condensed;
    font-size: 18px;
    letter-spacing: 1px;
    margin:0px;
    padding:0px;
}
div#outer
{
    width:900px;
    margin:30px auto;
    padding:0px;
}
div#links
{
    float:left;
    width:180px;
    padding:0px;
    margin:0px;
    margin-right:25px;
}
div#linkBox
{
    padding-top:10px;
}
div#content
{
    float:left;
    min-height:450px;
    width:640px;
}
div#footer
{
    height:30px;
    width:100%;
    text-align:center;
    font-weight:bold;
    background-color:#1b1b1b;
    z-index:5;
}
a
{
    color:#ccc;
    text-decoration:underline;
}
a:hover
{
    color:white;
    text-decoration:none;
}
.adminPanel
{
    background-image: url(../../App_Images/adminPanel.png);
    width:100%;
    height:55px;
    color:Black;
}
.adminPanel a
{
    color:Black;
    text-decoration:underline;
}
.adminPanel a:hover
{
    color:Blue;
    text-decoration:none;
}
.adminPanel img
{
    border:2px Solid Black;
}

