﻿#body
{
    width: 760px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#columnleft1
{
    /*position: absolute; top: 130px; left: 0px;*/
    float: left;
    width: 180px;
}

#columnright1
{
    /*position: absolute; top: 130px; left: 190px;
    HEIGHT: 72;
    WIDTH: 720;*/
    margin-left: 190px;
}

.leftblock1
{
    border: 1px solid #DBDB79;
    padding: 10px;
    margin-bottom: 10px;
    /*background: #FEFAAB url('images/background_columnleft.gif') repeat-y;*/
    position: relative;
    vertical-align: top;
}

.rightblock1
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    /*background: #FEFFAB url('images/background_columnright.gif') repeat-y;*/
    position: relative;
    vertical-align: top;
    width:535px;
}
.clear2column1
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
#columnleft
{
    float: left;
    width: 220px;
}
#columnright
{
    margin-left: 230px;
}
.leftblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    /*background: #FEFAAB url('images/background_columnleft.gif') repeat-y;*/
    vertical-align: top;
}
 .rightblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
    width:490px;
}
.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

.fullwidth, #loginbanner
{
    border: 1px solid #DBDB79;
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    align: center;
}

#loginbanner
{
  padding-bottom: 0px;
}

.controlblock
{
    border: 1px solid #DBDB79;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

#poster
{
    /*background: url('images/header1.jpg') no-repeat;*/
    margin-right: auto;
    margin-left: auto;
    width: 760px;
    height: 76px;
    margin-top: 17px;
}

#navtop, #navbottom
{
    background: url('images/footer1.jpg'); 
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: 0px;  /*auto;*/
    margin-left: 0px;  /*auto;*/
    margin-bottom: 25px;
    width: 760px;
    height: 2px;
}


#footer
{
    width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #C89F3D;
}

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}

#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #000000;
    margin-right: 25px;
}

#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #000000;
    text-decoration: none;
}

#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}

#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}



