.bib li {
    margin-bottom: 12px;
}
#thankyou td {
    padding: 4px;
}
#article img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#article h1 {
    padding-top: 48px;
    margin-bottom: 48px;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-bottom-style: solid;
}
#article h2,
#article h3,
#article h4
{
    padding-top: 24px;
}
.fix {
    position: fixed;
    top: 0px;
    width: 275px;
}
#nav a.curnav {
    color: #bcdce0;
}
#nav a {
    color: #000000;
}
a, a:visited {   
    color: #2c89a0;
}
#toc {
    font-size: 16px;
    line-height: 26px;
    float: left;
    width: 275px;
    list-style-type: decimal;
    padding-right: 36px;
    margin-left: 8px;
}
#toc_content span {
    margin-left: 1em;
}
#toc_bottom {
    clear: both;
    margin: 0 auto;
    width: 960px;
    margin-bottom: 24px;
}
#toc_bottom a {
    padding-left: 12px;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: "Times New Roman", Times, serif;    
}
#logo {
    float: left;
    position: relative;
    margin-left: 24px;
}
#logo_desc {
    line-height: 40px;
    font-size: 36px;
    font-weight: normal;
    float: left;
    color: #ffffff;
    padding-left: 12px;
}
#header_area {
    line-height: 40px;
    font-size: 36px;
    font-weight: normal;
    color: #bcdce0;
    background-color: #2c89a0;    
}
#nav_container {
    clear: both;
    width: 100%;
    min-width: 960px;
    height: 40px;
    background-color: #2c89a0;
}
#nav {
    clear: both;
    margin: 0 auto;
    width: 960px;
    height: 40px;
    font-family: Tahoma, Geneva, sans-serif;
}
#nav a {
    line-height: 40px;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    margin-left: 24px;
    margin-right: 24px;  
}
#header_container {
    width: 100%;
    background-color: #2c89a0;
}
#header {
    text-align: middle;
    margin: 0 auto;
    width: 960px;
    height: 50px;
    padding-top: 24px;
    padding-bottom: 36px;
    background-color: #2c89a0;
    line-height: 40px;
}
#content {
    margin: 0 auto;
    width: 960px
}
#copy_container {
    float: right;
    margin-bottom: 36px;
    margin-right: 18px;
}
#copy_footer {    
    margin: 0 auto;
    width: 960px;    
}
#copy {
    clear: both;
    font-size: 12px;
    color: #888;
}
#logo_footer {
    float: right;
}
#footer {
    clear: both;
    margin: 0 auto;
    width: 960px;
    height: 75px;
}
#article {
    font-size: 16px;
    float: left;
    width: 500px;
}
#article p {
    line-height: 20px;
}