
html, body {
    margin: 0;
    padding: 0;
    background-color: #202020;
    color: white;
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-Serif;
    }

#mainbox {
    width: 800px;
    padding: 0;
    margin: 0;
}

#header {
    background-image: url(/831/skins/agent831/default/header_bg.png);
    width: 800px;
    height: 134px;
}

#header #siteName
{
    font-size: 30px;
    font-weight: bold;
    font-family: Helvetica, Arial, Sans-Serif;
    position: absolute;
    top: 60px;
    left: 393px;
}
#header #siteTagline
{
    font-size: 14px; font-family: Americo, Times, Serif;
    position: absolute;
    letter-spacing: .23em;
    top: 105px;
    left: 393px;
}

#nav {
    padding: 10px 25px 10px 10px;
    font-size: 12px;
    text-align: right;
    }

#nav a
{ 
   color: white;
   font-weight: bold;
   margin-left: 30px;
}
#nav a:link, #nav a:visited
{
text-decoration: none; 
}
#nav a:hover, #nav a:active
{
   text-decoration: underline; 
}

#content {
    padding: 0 15px 10px 15px;
    margin: 0;
    }

#footer {
    margin-top: -1px;
    font-size: 11px;
    text-align: center;
    padding: 2px 10px 5px 10px;
    height: 60px;
    }

a:link
{ 
    color: white;
    text-decoration: underline; 
}
a:visited
{ 
    color: white;
    text-decoration: underline; 
}
a:hover
{
    color: white;
    text-decoration: underline; 
}
a:active
{
    color: white;
    text-decoration: underline; 
}

/* ShowCase CSS Overloads */

