a img {
    border: none;
}
a {
    text-decoration: none;
    font-weight: bold;
    color: #616161;
}
body {
    margin: 0;
    font-size: 13px;
    font-family: Tahoma;
    color: #616161;
}
h1 {
    font-family: Times New Roman;
    font-size: 20px;
    font-weight: normal;
    color: #6e2082;
}
.content {
    background: url("images/background.jpg") no-repeat 50% 0 #efefef;
    margin-bottom: 8px;
}
.content_bottom {
    overflow: hidden;
    background: url("images/back_bottom.jpg") no-repeat 50% 100%;
}
.content_top {
    width: 902px;
    margin: 0 auto;
}
ul.menu {
    margin: 0;
    padding: 0;
}
ul.menu li {
    float: left;
    list-style: none;
    position: relative;
}
ul.menu li:hover ul {
    display: block;
    margin-top:-5px;
    padding-top:5px;
}
ul.menu li ul {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 37px;
    z-index: 100;
    
}
ul.menu li ul li a {
    background: #8e30a5;
    width: 200px;
    display: block;
    border-bottom: 1px solid white;
    
}
ul.menu li a {
    display: block;
    color: white;
    padding: 9px 15px 8px;
    text-decoration: none;
    font-family: Tahoma,Times New Roman;
    font-size: 14px;
    font-weight: normal;
}
.menu_top {
    background: url("images/menu_back.jpg") no-repeat scroll left top transparent;
    float: left;
    margin-top: 10px;
    padding: 17px;
    width: 100%;
}
.menu_top:hover div 
{
    display:block;
}

#logo {
    margin-top: 10px;
    margin-left: 9px;
}
.slider {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
.slider_inside {
    background: url("images/slider_back.jpg") no-repeat scroll left top transparent;
    height: 308px;
    margin: 0 auto;
    padding: 11px 12px;
    width: 878px;
}
.slider_inside_subpage {
    background: url("images/subpage_slider.jpg") no-repeat scroll left top transparent;
    height: 246px;
    margin: 0 auto;
    padding: 13px 12px;
    width: 878px;
}
#left {
    background: url('images/left_arrow.jpg') no-repeat top left;
    width: 36px;
    height: 57px;
    position: absolute;
    left: 0px;
    top: 103px;
}
#right {
    background: url('images/right_arrow.jpg') no-repeat top left;
    width: 36px;
    height: 57px;
    position: absolute;
    right: 0px;
    top: 103px;
}
.page_content {
    overflow: hidden;
    width: 902px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.content_center_repeat {
    width: 963px;
    background: url('images/center_back.jpg') no-repeat top left;
    padding: 32px 23px 12px 36px;
}
.content_center {
    overflow: hidden;
    background: url('images/left_repeat.jpg') repeat-y top left;
}

.content_center_bottom {
    background: url('images/left_bottom.jpg') no-repeat 0 100%;
    overflow: hidden;
    padding-bottom: 14px;
    float: left;
}

.content_left_repeat {
    width: 514px;
    background: url('images/left_back.jpg') no-repeat top left;
    padding: 32px 23px 12px 36px;
}
.content_left {
    overflow: hidden;
    background: url('images/left_repeat.jpg') repeat-y top left;
}
.content_left_bottom {
    background: url('images/left_bottom.jpg') no-repeat 0 100%;
    overflow: hidden;
    padding-bottom: 14px;
    float: left;
}
.content_right_repeat {
    background: url('images/right_back.jpg') no-repeat top left;
    padding: 32px 15px 25px 32px;
    width: 280px;
    min-height: 1%;
    overflow: hidden;
}
.content_right {
    overflow: visible;
    background: url('images/right_repeat.jpg') repeat-y top left;
    height: 430px;
}
.content_right_bottom {
    background: url('images/right_bottom.jpg') no-repeat 0 100%;
    overflow: visible;
    padding-bottom: 14px;
    float: left;
}
.subpage_repeat {
    background: url('images/subpage_back.jpg') no-repeat top left;
    padding: 32px 15px 12px 32px;
    min-height: 467px;
}
.subpage_content {
    overflow: hidden;
    background: url('images/subpage_repeat.jpg') repeat-y top left;
}
.subpage_bottom {
    background: url('images/subpage_bottom.jpg') no-repeat 0 100%;
    overflow: hidden;
    padding-bottom: 11px;

}
.footer {
    width: 963px;
    margin: 20px auto 30px auto;
    color: #822a98;
    overflow: hidden;
    line-height: 20px;
}
.footer a {
    color: #822a98;
}
.footer_block {
    float: left;
}
.footer_left {
    margin-left: 60px;
}
.footer_center {
    margin-left: 50px;
}
.footer_right {
    margin-left: 70px;
}
.footer_icon {
    float: left;
    margin: 10px 1px;
}
.footer_icons {
    clear: both;
    overflow: hidden;
    width: 278px;
}
.gplus {
    margin-right: 20px;
}