html, body {
    font-family: Tahoma, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #454c51;
    background: url(../pictures/bg.jpg) left top repeat-x #c7cebf;
}
html *, body * {
}
#top {
    width: 100%;
    height: 131px;
    background: url(../pictures/top_bg.jpg) left top no-repeat transparent;
}
#top_inner {
    width: 1041px;
    margin: 0px auto;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#top2 {
    width: 100%;
    height: 34px;
    background: url(../pictures/top2_bg.jpg) left top no-repeat transparent;
    position: relative;
    overflow: hidden;
}
#top2_inner {
    padding-left:50px;
}
#languages {
    height: 34px;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
}
#site {
    padding: 0px;
    margin: 0px auto;
    text-align: left;
    width: 1041px;
    min-height: 600px;
}
#content_wrapper {
    margin: 0px auto;
    text-align: left;
    width: 100%;
}
#content_top {
    width: 100%;
    height: 20px;
    background: url(../pictures/content_top_bg.jpg) left top no-repeat transparent;
    padding: 0;
    margin: 0;
}
#content {
    width: 100%;
    min-height: 710px;
    background-color: #ffffff;
}
#content_inner {
    color: #454c51;
    padding: 15px;
    padding-top: 0px;
    min-height: 620px;
}
#content_bottom {
    width: 100%;
    height: 70px;
    background: url(../pictures/content_bottom_bg.jpg) left bottom no-repeat transparent;
    padding: 0;
    margin: 0;
}
#left {
    width: 318px;
    height: 772px;
    background: url(../pictures/left_bg.jpg) left top no-repeat transparent;
}
#left_inner {
    padding: 10px; !important;
    padding-left: 58px; !important;
}
#right {
    position: relative;
    width: 231px;
    height: 783px;
    background: url(../pictures/right_bg.jpg) left top no-repeat transparent;
}
#right_mail {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
    width: 190px;
    background: url(../pictures/mail.png) left top no-repeat transparent;
}
#right_mail_inner {
    padding: 10px;
    padding-left: 140px;
}
#right_mail_inner img {
    cursor: pointer;
}
.left_title {
    background: url(../pictures/title_marker.jpg) left 5px no-repeat;
    padding: 3px;
    padding-left: 20px;
    font-size: 12px;
    color: #715a2d;
    font-weight: bold;
}
.left_title a {
    color: #715a2d;
    text-decoration: none;
}
.left_title a:hover {
    color: #FF6633;
    text-decoration: underline;
}
.left_group {
    padding: 3px;
    padding-left: 25px;
}
.left_group_element {
    padding: 2px;
}
.left_group_element a {
    color: #838383;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
.left_group_element a:hover {
    color: #FF6633;
    text-decoration: underline;
}
#refer_a_friend {
    position: absolute;
    top:0px;
    text-align:right;
    right: 46px;
    padding-top: 8px;
    color: #FFFFFF;
}
#refer_a_friend a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
#copyright {
    text-align: center;
    padding: 8px;
    padding-top: 42px;
    color: #959595;
}
#copyright a {
    color: #959595;
    text-decoration: underline;
}
#copyright a:hover {
    color: #000000;
}

