body {
    text-decoration: none;
    list-style: none;
    background-image: url(../images/body/bg.png);
    background-repeat: repeat-x;
    font-family: Arial, sans-serif, helvetica;
    font-size: 10pt;
    color: #666666;
    line-height: 200%;
}

.table_out {
    margin: auto;
}

#container {
    width: 1024px;
    height: auto;
    margin: auto;
    margin-top: -10px;
}

#header {
    width: 1024px;
    height: 120x;
    float: left;
    background-image: url(../images/header/bg.pn);
    background-position: 0 -160px;
}
.logo {
    margin-top: 20px;
    margin-left: 20px;
}



.list_header {
    margin-top: -100px;
    margin-left: 700px;
    width: 300px;
    height: 121px;
    background-image: url(../images/header/list_bg.png);
    background-repeat: no-repeat;
    background-position: 144px 0px;
    padding-top: 10px;
}

.list_header li {
    float: left;
    margin-left: 40px;

}

.list_header li a {
    color: #FFFFFF;
}

.list_header li a:hover {
    background-image: url(../images/header/arrow.png);
    background-repeat: no-repeat;
    background-position: center top 18px;
    padding-bottom: 30px;
}

}

#content {
    width: 944px;
    height: auto;
    float: left;
    padding: 40px;
    margin-top: 100px;
}

#left_content {
    width: 530px;
    height: auto;
    margin-right: 50px;
	margin-top:50px;
    float: left;
    padding-left: 30px;
}

#right_content {
    width: 295px;
    height: auto;
    margin-left: 75px;
	margin-top:50px;
    float: left;
    border-left: solid 1px #999999;
    padding-left: 10px;

}

.news_top {
    width: 100px;
    height: 30px;
    background-image: url(../images/content/news_top.png);
    padding: 5px;
    padding-left: 15px;
    font-size: 12pt;
    color: #FFFFFF;
}

.news_middle {
    width: 260px;
    height: auto;
    border: solid 1px #999999;
    line-height: 150%;
}

.input_contact {
    width: 390px;
    height: 30px;
    background-image: url(../images/content/bg_login_input.png);
    border: 0;
    padding-left: 10px;
    outline: none;
}

.question {
    width: 376px;
    height: 115px;
    outline: none;
    border: 0;
    resize: none;
    background-image: url(../images/content/question.png);
    padding: 10px;
}

#middle_news_content {
    padding: 15px;
}

.news_bottom {
    width: 262px;
    height: 4px;
    background-image: url(../images/content/news_bottom.png);
}

.list_news .news_top a {
    color: #FFFFFF;
}

#footer {
    width: 100%;
    float: left;
    background-color: transparent;
    margin-top: 40px;
    color: #FFFFFF;
    margin-left: -20px;
    padding-left: 0px;
}

#footer a {
    color: #fff;
    font-weight:bolder;
    padding:10px 20px;
    border: 1px solid #fff;
    border-radius:10px;
}

#footer a:hover {
background-color: #6DCBDE;
}

#footer_align {
    width: 1024px;
    height: auto;
    margin: auto;
    padding-top: 10px;
}

.footer_list_follow {
    float: left;
    width: 350px;
    margin-left: 20px;
}

.footer_list_follow  li {
    float: left;
    margin-right: 10px;
}

.footer_list_menu {
    float: left;
    width: 400px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

h1 {
    margin: 0;
    font-size: 10pt;
}

img {
    border: 0;
}

#correct {
    width: 510px;
    height: 53px;
    background-image: url(../images/content/mail_correct.png);
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
    padding-right: 30px;
}

#not_correct {
    width: 530px;
    height: 28px;
    background-image: url(../images/content/mail_error.png);
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
}
