
@charset "utf-8";
/* CSS Document */

/* This layout has the narrative on the left and the map on the right */

div#map_parent	{ float: right; padding-right: 13px; 			}
div#narrative	{ float: left; padding-left: 17px; 				}
div#SB-Group2	{ float: right; padding-right: 13px;			}
div#SB-Group1	{ float: left; clear: left; padding-left: 17px; }
.newsimg-right	{ position: absolute; right: 0px; margin-right: 13px; margin-top: -108px; }








/* LAYOUT 2 CSS */

/* This layout has the narrative on the right and the map on the left 

div#map_parent	{ float: left; padding-left: 17px; }
div#narrative	{ float: right; padding-right: 13px;}
div#SB-Group2	{ float: left; padding-left: 17px;}
div#SB-Group1	{ float: right; clear: right; padding-right: 13px;  }
.newsimg-right					{ position: absolute; right: 0px; margin-right: 12px; margin-top: -88px; }


*/