﻿*
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 80%;
    background: #7e0000 url(../DesignIMG/AdminBG.gif) repeat-y center;
    color: #000000;
}

h2
{
    text-align: center;
    margin: 10px 0px 10px 0px;
}

h3
{
    text-align: center;
    margin: 0px 0px 10px 0px;
}

#Main
{
    width: 700px;
    margin: 0px auto 0px auto;
    background: #ffffcf;
    height: 100%;
}

#PaddingMain
{
    padding: 20px 30px 20px 30px;
}

#NyRet
{
    float: right;
    width: 100px;
}

a
{
    color: #7e0000;
    text-decoration: none;
    outline-style: none;
}

a:hover
{
    text-decoration: underline;
}
