﻿html, body {
    padding: 0 !important;
    margin: 0 !important;
    font-family: Tahoma;
    font-size: 12px;
    height: 100%;
}

.body-content {
    padding-top: 60px;
    height: 100%;
    overflow: hidden;
}

.left {
    float: left;
    height: 100%;
    width: 250px;
    position: fixed;
    font-size: 13px;
}

    .left ul {
        list-style-type: decimal;
        padding-left: 32px;
        height: 100%;
    }

        .left ul li {
            line-height: 20px;
        }

.right {
    padding-left: 250px;
    height: 90%;
}

iframe {
    width: 100%;
    height: 100%;
}

h1 {
    margin-top: 0;
}
