@charset "utf-8";
/* CSS Document called main-pages.css for all my similiar pages like index, bio, journeys, etc. */

body {background-color:#FFFFFF;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-align:center; }  /* body wholepage for the white color for the left of the 0 px and the right of the 1000 px outside of my page areas. The body and wholepage goes into each of the external style sheets. */    
#wholepage {position:relative;top:0px;left:0px;width:1000px;margin:0 auto;text-align:left;background-color:#FFFFFF; } /* body wholepage for centering in the middle of all different browser windows.  BTW we removed the height because my pages are all different heights. */
#site-header {position:absolute;top:10px;left:10px;height:132px;width:980px; } /* Our site header image position and stuff */
#navmenu {position:absolute;top:155px;left:10px; }                             /* Our navigation menu */
#left-flag-2 {position:absolute;top:289px;left:70px;height:72px;width:90px; }
#right-flag-2 {position:absolute;top:289px;left:840px;height:72px;width:90px; }
#page-title-photos {position:absolute;top:250px;left:300px;height:150px;width:400px; }

