html {
    min-width: 780px;
}
* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #666666;
}
a {
    text-decoration: none;
    color: #666666;
}
#main {
    margin: auto auto auto auto;
    width: 780px;
/*  height: 100%;*/
    text-align: left;
}
#main .left-block {

    width: 246px;
    float: left;
}
#main .right-block {
    width: 534px;
    float: left;
}
#head {
    height: 91px;
    vertical-align: middle;
}
#head .title {
    float: left;
    width: 432px;
    text-align: center;
    margin-top: 15px;
}
#head .title h1 {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
}
#head .title span, #head .title span a {
/*  font-family: */
    color: #F3A012;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1.85pt;
    font-style: normal;
}
#head .divider {
    float: left;
/*  padding-top: 10px;*/
    height: 91px;
    width: 22px;
    background-image: url('img/head-divider.jpg');
    background-repeat: no-repeat;
    background-position: center bottom
}
#head .menu {
    margin-top: 40px;
    vertical-align: middle;
    float: right;
    font-size: 0.6em;
    width: 300px;
    text-align: center;
}
#head .menu a {
    color: #666666;
}
#head .menu a:hover {
    color: #333333;
}
#head .menu span {
    background-image: url('img/headmenu-bull.gif');
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 6px;
    margin-right: 10px
}
#head2 .left-block {
    background-image: url('img/leftpic.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    height: 229px
}
#head2 .right-block {
    height: 229px;
}
#head2 .right-block .top {
    background-image: url('img/rightpic.jpg');
    background-repeat: no-repeat;
    background-position:  right 50%;
    height: 174px;
    width: 534px
}
#head2 .right-block .top h2 {
    padding-top: 80px;
    padding-left: 240px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
}
#head2 .right-block .top h2 span {
    font-size: 14px;
}
#head2 .right-block .top h2 span.blue {
    color: #A9E6FF;
    font-size: 20px;
}
#head2 .right-block .menu {
    background-image: url('img/head2-menu-bg.jpg');
    background-repeat: no-repeat;
    background-position:  left 50%;
    height: 55px;
    width: 534px
}
#head2 .right-block .menu td {
    background-image: url('img/head2-menu-divider.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 55px;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    width: 20%;
    color: #666666
}
#head2 .right-block .menu a:hover {
    color: #333333;
}
#head2 .right-block .menu ul {
    list-style-type: none;
    width: 100%
}
#head2 .right-block .menu ul li {
    float: left;
/*  margin-right: 4px;
    padding-right: 4px;*/
    text-transform: uppercase;
    background-image: url('img/head2-menu-divider.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 55px;
    padding-left: 10px;
    padding-right: 25px;
    line-height: 55px;
    font-size: 14px;
    font-weight: bold
}
#body {
    width: 780px;
    background-image: url('img/body-bg.gif');
    background-repeat: repeat-y;
    background-position:  left 50%;
}
#body .left-block {
    width: 246px;
    float: left;
    font-size: .8em;
/*  padding-right: 30px;*/
}
#body .left-block .content {
    color: #666666;
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 25px;
}
#body .left-block .content dt {
    color: #0E78C1;
    font-weight: bold;
}
#body .left-block .content dd {
    padding-left: 5px;
/*  font-size: 1em;*/
}
#body .right-block {
    width: 534px;
    min-height: 350px;
    float: left;
}
#body .right-block .content {
    text-align: justify;
    font-size: 0.8em;
    color: #666666;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 10px;
}
#body .right-block h3 {
    font-size: 1.5em;
    color: #F3A012;
    font-weight: normal;
    padding-bottom: 4px;
    text-transform: uppercase;
}
#body .right-block .content a {
    color: #F3A012;
}
#body .right-block .content a:hover {
    text-decoration: underline;
}
#body .right-block .content ul {
    list-style-type: circle;
}
#body .right-block .content ul li {
    /*margin-right: 6px;
    padding-right: 6px;*/
    padding-left: 0px;
    margin-left: 25px;
}
#body .right-block .content table {
    border-bottom: 1px solid #F3A012;
    border-right: 1px solid #F3A012;
}
#body .right-block .content td {
    border-top: 1px solid #F3A012;
    border-left: 1px solid #F3A012;
    padding: 3px;
}
#body .right-block .content table.noborder, #body .right-block .content table.noborder td {
    border: none;
}
#body .right-block .content form input {
    vertical-align: middle;
}
#body .right-block .content form code {
    border: 1px solid #999999;
    padding: 2px;
    background-color: #CCCCCC;
}
#body .right-block .content form code span {
    display: none;
}
#footer .left-block {
    background-image: url('img/footer-leftpic.gif');
    background-repeat: no-repeat;
    background-position: left top;
    height: 63px
}
#footer .left-block .content {
    text-align: right;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 13px;
}
#footer .left-block .content span {
    font-size: 16px;
    letter-spacing: .5px;
    color: #F3A012;
}
#footer .right-block {
    background-image: url('img/footer-rightbg.gif');
    background-repeat: repeat-x;
    background-position: left top;
    height: 63px
}
#footer .right-block .content {
    font-size: 11px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
}
#footer .right-block .content ul {
    list-style-type: none;
}
#footer .right-block .content ul li {
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #BFBFBD;
    margin-right: 6px;
    padding-right: 6px;
    text-transform: uppercase;
}
#footer .right-block .content ul li a:hover {
    text-decoration: underline;
}
#footer .right-block .content ul li.last {
    border: none;
}
#dev {
    float: right;
    width: 170px;
    text-align: right;
}
#dev span {
    color: #F3A012;
}
.hot {
    color: #CC0000;
}
div.noborder table, div.noborder td {
/*
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
*/
    border-style: none !important;
    text-align: left;
}
