@CHARSET "UTF-8";

* {
    padding: 0px;
    margin: 0px auto;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #282828;
    text-align: center;
    font-family: arial;
    font-size: 11px;
    color: #3c3c3c;
}

table, tr, td {
    margin: 0px;
}

a {
    text-decoration: none;
    color: #2890d3;
}

h1 {
    color: #3c3c3c;
    font-size: 14px;
    padding: 0px;
    margin:0px;
}

h2 {
    color: #053371;
    font-size: 14px;
    padding: 0px;
    margin:0px;    
}

h3 {
    color: #ffffff;
    font-size: 14px;
    padding: 0px;
    margin:0px;    
}

h4 {
    color: #2890d3;
    font-size: 14px;
    padding: 0px;
    margin:0px;    
}

h5 {
    color: #ffffff;
    font-size: 12px;
    padding: 0px;
    margin:0px;    
}

.mainFrame {
    width: 900px;
    height: auto;
    position: relative;
    text-align: left;
}
.shadowLeft {
    width: 15px;
    height: 100%;
    background-image: url(/img/img_shadow_left.gif);
    background-repeat: repeat-y;
    position: absolute;
    left: -15px;
}

.shadowRight {
    width: 15px;
    height: 100%;
    background-image: url(/img/img_shadow_right.gif);
    background-repeat: repeat-y;
    position: absolute;
    left: 900px;
}

.brillianceLeft {
    width: 300px;
    height: 212px;
    background-image: url(/img/img_brilliance_left.gif);
    background-repeat: no-repeat;
    position: absolute;
    left: -300px;
}

.brillianceRight {
    width: 300px;
    height: 212px;
    background-image: url(/img/img_brilliance_right.gif);
    background-repeat: no-repeat;
    position: absolute;
    left: 900px;
}

.navigationBorderTop {
    height: 5px;
    line-height: 5px;
    background-color: #ffffff;
}

.navigationBorderLeft {
    width: 5px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    float: left;
}

.navigationTop {
    width: 890px;
    height: 30px;
    line-height: 30px;
    background-image: url(/img/img_navigation_top_bg.gif);
    float: left;
    overflow:hidden;
}

.navigationBorderRight {
    width: 5px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    float: right;
}

.navigationBorderBottom {
    height: 5px;
    line-height: 5px;
    background-color: #ffffff;
    clear: both;
}

.content {
    width: 890px;
    background-image: url(/img/img_content_bg.gif);
    background-repeat: repeat-x;
    background-color: #ffffff;
    border-left: solid 5px #ffffff;
    border-right: solid 5px #ffffff;
    text-align: left;
}

.contentFooter {
    width: 890px;
    height: 106px;
    background-image: url(/img/img_content_footer_bg.gif);
    background-repeat: no-repeat;
    background-color: #ffffff;
    border-left: solid 5px #ffffff;
    border-right: solid 5px #ffffff;
}

.contentBorderBottom {
    height: 5px;
    line-height: 5px;
    background-color: #ffffff;
}

.footer {
    width: 920px;
    height: 119px;
    background-image: url(/img/img_footer.gif);
}