/* controls the display of the top and bottom iframe on pages hosted on external servers */
iframe#inside_top, iframe#inside_bot {border:0;margin:0;padding:0;}
iframe#inside_top {width:100%;height:145px;}
iframe#inside_bot {width:100%;height:200px;}
/* prevents the drop menus from appearing in all browsers except IE since it uses a javascript */
div#menu {display:none;}

table#article {width:100%;}
table#article td {vertical-align:top;padding:15px;}
table#article td#sidebar, div#sidebar {width:218px;padding:15px;background:#E8E8D0;border-left:1px solid #FFF;}
table#article td#story, div#story {width:500px;padding:15px;background:#FFF;}
