body {
    font: 14px Georgia, Helvetica, "Microsoft YaHei", SimSun, Sans-Serif;
    color: #000305;
    background-color: #f5f4ef;
}
#container {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
#banner {
    width: 100%;
    height: 320px;
    text-indent: -9999px;
    background: url('../images/logo.png') no-repeat center;
}
#menu {
    border-radius: 6px;
    width: 100%;
    height: 50px;
    background-color: #000305;
}
#menu ul {
    margin: 0 20px;
    list-style-type: none;
}
#menu li {
    display: inline;
    float: left;
}
#menu a {
    display: block;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
}
#menu a:link,
#menu a:visited {
    text-decoration: none;
    color: #ffffff;
}
#menu a:hover,
#menu a:active {
    text-decoration: none;
    text-shadow: 3px 3px 3px #333333;
    color: #ffffff;
    background-color: #c74350;
}
#layout:after {
    display: block;
    clear: both;
    content: '';
}
#content,
#sidebar {
    display: inline;
    float: left;
}
#content {
    margin-right: 10px;
    width: 69%;
}
#sidebar {
    margin-left: 10px;
    width: 29%;
}
#copyright {
    margin-bottom: 20px;
    text-align: right;
}
.block {
    margin-top: 20px;
    border-radius: 6px;
    padding: 5px 10px;
    background-color: #ffffff;
}
.block-header {
    border-bottom: 5px solid #eeeeee;
    padding-left: 20px;
}
.entry-title {
    margin: 5px 0;
    text-align: center;
}
.entry-title h1 {
    height: 50px;
    line-height: 50px;
    font-size: 48px;
    font-weight: bold;
}
.entry-title a {
    text-decoration: none;
    color: #333333;
}
.entry-title a:link,
.entry-title a:visited {
	text-decoration: none;
    color: #333333;
}
.entry-title a:hover,
.entry-title a:active {
	text-decoration: none;
	text-shadow: 1px 1px 1px #333333;
    color: #000305;
}
.entry-content {
    margin: 5px 0;
}
.entry-content h1 {
    height: 32px;
    line-height: 32px;
    font-size: 26px;
    font-weight: bold;
}
.entry-content h2 {
    margin: 20px 0 10px 0;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
}
.entry-content h3 {
    margin: 20px 0 10px 0;
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
}
.entry-content h4 {
    margin: 20px 0 10px 0;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
}
.entry-content h5 {
    margin: 20px 0 10px 0;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
}
.entry-content h6 {
    margin: 20px 0 10px 0;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
}
.entry-content>ul,
.entry-content>ol {
    margin: 5px 10px;
}
.entry-content p {
    margin: 15px 10px 5px 10px;
}
.entry-content img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 100%;
    display: block;
}