/* body {
	margin: 0px;
	padding: 0;
	background: #F3F2ED url(images/img04.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
} */

body{
    margin: 0;
}

header, main, footer{
    margin: 0 auto;
    width: 100%;
}

header {
    
    background-color: #3f375c;
    height: 200px;
}


.header_nav li{
    list-style: none;
    float: left;
    line-height: 60px;
}

.header_nav li a{
    text-decoration: none;
    height: 100%;
    display: block;
    color: rgb(192, 184, 181);
    font-size: 18px;
    padding: 0 30px;
}

.header_nav li a:hover{
    background-color: rgb(138, 115, 138);
    color: white;
}

.header_ul{
    background-color: rgb(37, 33, 24);
    height: 60px;
}

.header_nav {
    height: 100%;
}

.header_logo{
    margin: auto 30px;
}

.header_logo a, p{
    text-decoration: none;
    color: #cac3c3;
    font-size: 12px;
}

.header_logo a{
    font-size: 48px;
}


main{
    height: 610px;
    background-color: rgb(243, 240, 234);
}

main #main_nav{
    width: 10%;
    margin: 0 auto;
    height: 100%;
    float: left;
    background-color: rgb(243, 240, 234);
}

main #main_article{
    width: 80%;
    margin: 0 auto;
    height: 100%;
    float: left;
}


main #main_aside{
    width: 10%;
    margin: 0 auto;
    height: 100%;
    float: left;
    background-color: rgb(243, 240, 234);
}

main #imageID {
    transform:scale(0.5);
    height: 90%;
}

main #main_strong{
    color: rgb(114, 236, 250);
}

main #main_id1:hover{
    color: salmon;
}

main #main_id2:hover{
    color: salmon;
}


footer{
    height: 100px;
    background-color: #687272;
}

footer .footer-info-icp{
    text-align: center;
    display: block;
    line-height: 50px;
    color: rgb(192, 184, 181);
}

footer .a-info-icp{
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 50px;
    color: rgb(192, 184, 181);
}