@charset "UTF-8";
#container {
    background-color: #1F76ED;
    width: 750px;
    margin-right: auto;
    margin-left: auto;
}
main {
    background-color: #F5F5F5;
    float: left;
    width: 550px;
}
aside {
    background-color: #04C4FF;
    float: left;
    width: 200px;
}
footer {
    background-color: #D14244;
    clear: both;
}
#july {
    background-image: url(../img/7.jpg);
    height: 150px;
}
nav ul {
    background-color: rgba(31,234,118,0.61);
    width: 100%;
    margin: 0;
    padding: 0;
    height: 40px;
    list-style-type: none;
}
nav ul li {
    float: left;
    width: 150px;
    padding-top: 10px;
    color: rgba(22,242,67,1.00);
    text-indent: 14px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav ul li a:hover  {
    color: rgba(200,38,205,1.00);
}
#july h1 {
    text-align: center;
    color: rgba(103,125,36,1.00);
}
nav ul li a {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
body {
}
article {
    background-image: url(../img/%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A-1.png);
    background-color: rgba(13,239,218,1.00);
}
