﻿/*Body properties*/
body
{
    padding: 0px;
    margin: 0px;
    background-image: url('../image-files/bg.gif');
    background-repeat: repeat-x;
    background-color: #010400;
}

/*Page Containers*/
#container
{
    width: 700px;
    min-height: 600px;
    margin-right: auto;
    margin-left: auto;
    top: 50px;
}
#header
{
    margin-right: auto;
    margin-left: auto;
    height: 200px;
    width: 700px;
    background-image: url('../image-files/header.gif');
    background-repeat: no-repeat;
}

#topcontent
{
    background-position: right;
    height: 36px;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../image-files/contentbgtop.gif');
    background-repeat: no-repeat;
}
#content
{
    margin-right: auto;
    margin-left: auto;
    width: 700px;
    float: none;
}
#navigation
{
    width: 130px;
    float: left;
}

#contentbox
{
    width: 570px;
    float: right;
    background-image: url('../image-files/contentbg.gif');
    background-repeat: repeat-y;
    min-height: 500px;
}


#bottomcontent
{
    background-position: right;
    height: 36px;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    background-image: url('../image-files/contentbgbottom.gif');
    background-repeat: no-repeat;
}

/*Text/button properties*/

#shiftup
{
    position: relative;
    top: -20px;
    margin-right: 17px;
    margin-left: 17px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#shiftup h1, h2, h3, h4, h5
{
    
    font-family: Verdana, Arial, Helvetica, sans-serif;

}



#shiftup a:link
{
    color: #0000FF;
    text-decoration: none;
}

#shiftup a:visited
{
    color: #0000FF;
    text-decoration: none;
}

#shiftup a:hover
{
    color: #FF0000;
    text-decoration: underline;
}

#shiftup hr
{
    width: 85%;

}

#navigation img
{
    border-style: none;
    vertical-align: top;
    text-align: center;
    margin-top: 5px;
    position: relative;
    top: -20px;
    margin-bottom: 15px;
}

#footer
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: text-bottom;
}

#footer a:link
{
    color: #0000FF;
    text-decoration: none;
}

#footer a:visited
{
    color: #0000FF;
    text-decoration: none;

}

#footer a:hover
{
    color: #FF0000;
    text-decoration: underline;
}


a img
{
    border-style: hidden;
}

