/* Frame */
#body {
    
}

#topFrame{
	width:835px;
	height:85px;
	float:right;
}

#leftFrame {
    display: block;
    _display: inline;
    float: left;
    width: 150px;
    height: auto;
}

#mainFrame {
    display: block;
    _display: inline;
    float: right;
    width: 835px;
    height: auto;
    margin-top: 15px;
}

#mainFrame .header {
    padding: 10px 0px;
    border-top: 1px solid #eeeeee;
}