div#main_container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding:0;
    text-align: center;
    width: 967px;
}

div#main_frame {    
    padding: 0px;
    position: relative;
    width: 967px;
    z-index: 5;
    top: 60px;
}

td#frame_contents {
    background-color:#FFF;
    padding-left: 86px;
    padding-right: 86px;
    padding-top: 29px;
}

.main_text {
    position: relative;    
    left: 0px;
    top: 0px;
    width: 753px;
}

.main_text p {
    color: #484848;
    font-family: 'Tahoma';
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;    
    padding-bottom: 8px;
    padding-top: 0px;
    text-align: justify;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    line-height: 140%;
}

.main_text h2, h3, h4 {
    font-family: 'Tahoma';
    margin: 0px;
    padding-bottom: 15px;
    padding-top: 0px;
    text-align: justify;
    font-weight: normal;
}

.main_text h2 {
    color: #7fa8ca;
    font-size: 28px;
}

.main_text h3 {
    color: #aa1224;
    font-size: 20px;
}

.main_text h4 {
    color: #484848;
    font-size: 20px;
}

td#body_frame_corner_topleft {
    width: 21px;
    height: 21px;
    background-image: url('../images/left_up_corner.png');
}
td#body_frame_top {
    width: 925px;
    height: 21px;
    background-image: url('../images/up_bar.png');
    background-position: top;
    background-repeat: repeat-x;
}
td#body_frame_corner_topright {
    width: 21px;
    height: 21px;
    background-image: url('../images/right_up_corner.png');
}
td#body_frame_left {
    width: 21px;
    background-image: url('../images/left_bar.png');
    background-position: left;
    background-repeat: repeat-y;
}
td#body_frame_right {
    width: 21px;
    background-image: url('../images/right_bar.png');
    background-position: right;
    background-repeat: repeat-y;
}

td#body_frame_bottom {
    width: 925px;
    height: 21px;
    background-image: url('../images/down_bar.png');
    background-position: bottom;
    background-repeat: repeat-x;
}
td#body_frame_corner_bottomleft {
    width: 21px;
    height: 21px;
    background-image: url('../images/left_down_corner.png');
}
td#body_frame_corner_bottomright {
    width: 21px;
    height: 21px;
    background-image: url('../images/right_down_corner.png');
}

table#main {
    padding: 0;
    border: none;
    border-spacing: 0;
    padding-bottom: 55px;
}

td {
    padding: 0;
    margin: 0;
}