div#container {
    position: relative;
    background-color: #ffffff;
    width: 1000px;
    height: 680px;
    top: 0px;
    left: 10px;
    font-family: Verdana,Arial;
    font-size: 11px;
}

div#header {
        position: absolute;
    background-image: url('../img/header.jpg');
    width: 1000px;
    height: 48px;
    top: 0px;
    left: 0px;
}

div#left {
    position: absolute;
    background-color: #EBF2F8;
    width: 200px;
    height: 680px;
    top: 50px;
    left: 0px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

div#right {
    position: absolute;
    background-color: #EBF2F8;
    width: 180px;
    height: 680px;
    top: 50px;
    right: 0px;
    left: auto;
    padding-top: 5px;
}

div#content {
    position: absolute;
    background-color: #EBF2F8;
    width: 620px;
    height: 680px;
    top: 50px;
    left: 200px; /* same as width for div#left*/
    padding-top: 5px;
}

div#userlogin table {
    font-family: Verdana,Arial;
    font-size: 11px;
}

div#userlogin input {
    font-family: Verdana,Arial;
    font-size: 11px;
}