html, body {
    margin: 0;
    padding: 0;     
    font-family: Georgia;
    font-size: 14px;
}   

body {
    background: #494dcb url(../images/background.png) repeat-x 0 0;
}

.clear {
    clear: both;
}

#container {
    width: 800px;
    margin: 51px auto 0;   
}

#header {
    height: 88px;
    background: #060866 url(../images/header.png) no-repeat 0 0;
}

#center {
    height: 56px;
    margin-top: 8px;
    padding: 98px 490px 98px 32px;
    
    background: #060866 url(../images/center-visual.jpg) no-repeat 0 0;
}

#center h1 {
    margin: 0;
    padding: 0;
    
    font-size: 25px;
    font-weight: normal;
    line-height: 26px;
    color: #2e3192;
}

#contentwrapper {
    margin-top: 8px;
    background: #d4d4e0;
}

#contentwrapper .header {
    padding: 0 18px;          
    border-bottom: 1px solid #f4f4f7;
    background: #f58220 url(../images/content-header.png) repeat-x 0 0;
    font-size: 24px;
    line-height: 50px;                                                 
    color: #fff;
}

#contentwrapper .header strong {
    font-weight: normal;
    color: #f58220;
}

#content {
    padding: 9px 19px;
    color: #2e3192;
}

#content a {
    font-weight: bold;
    color: #2e3192;
}

#content a:hover {
    text-decoration: none;
}

#content strong {
    font-weight: normal;
    color: #ac560d;
}

#content .left {
    float: left;
    width: 299px;
    height: 216px;
    border-right: 1px solid #fafafa;
}

#content .left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#content .left ul li {
    font-weight: bold;
    padding-left: 10px;
    margin-bottom : 11px;
    background: url(../images/content-li.png) no-repeat 0 50%;    
}

#content .right {
    float: left;   
    width: 446px; 
    height: 216px;
    padding-left: 14px;
    border-left: 1px solid #9a9aaf;
}

#content .right p {
    margin: 0;
    line-height: 20px;
}

#content .right h3 {
    margin: 8px 0 10px;
    font-size: 16px;
}

#content .right .separator {
    width: 432px;
    height: 0;    
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #9a9aaf;
}

#content .right h2 {
    margin: 8px 0 0;
    font-size: 22px;
    font-weight: normal;
}

#copyright {
    padding: 11px 19px;
    font-size: 11px;    
    color: #fff;
}

#copyright a {
    color: #fff;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}
