﻿@charset "utf-8";

#topFrame 
{
    top:0px;
    border: 0 solid white;
    height: 185px;
    width: 785px;
}
#rightFrame 
{
    border: 0 solid white;
    height: 420px;
    width: 188px;
}
#mainFrame 
{
    border: 0 solid white;
    width: 600px;
    height:100%;
    padding-right:15px;
}
#mainDiv
{
    border: 0 solid white;
    padding-top:10px;
    width: 815px;
    height:100%;
    top:185px;
}