/* ************************************************* * Main set of rows ************************************************* */ #wrapper { width:100%; border-spacing:0; border-collapse:collapse; border:15px solid gray; } div#row1,div#row2 { border-bottom:1px solid green; } div#row3 { margin-top:1em; } p.attention { font-style:italic; color:green; } p.question { color:red; } /* ************************************************* * row3 details ************************************************* */ table#row3-table-id { width:100%; border-spacing:0; border-collapse:collapse; } td#row3-table-left-td-id { width:150px; vertical-align:top; } div#row3-table-left-td-div-id { width:150px; margin-right:0.5em; } td#row3-table-right-td-id { vertical-align:top; border-left:1px dotted navy; } div#row3-table-right-td-div-id { } /* ************************************************* * row3/content details ************************************************* margin-left:10px; */ table#content-table { border-spacing:0; border-collapse:collapse; width:100%; } #content-table { height:100%; } td#main { vertical-align:top; border-right:1px solid navy; border-left:1px solid navy; } td#right { width:200px; vertical-align:top; } div#right-div-id { width:200px; }