/* Soup-Bowl CSS - between 640px and 1019px */

.titlebar { /* Used with div to center header graphic. */
width: 80%;
margin: 5px auto; /* Center image horizontally and leave 5 pixels above and below. */
text-align: center; /* Added to force centering for some browsers. */
}

.outerbox { /* Used to define content window. */
width:100%; /* Define width of allowable window box. Majority of screens accept this width without horizontal scrolling. */
margin:0px auto; /* Center the box horizontally; use all available vertical space. */
}

