/* CSS definition file containing site wide stylesheets */
#menwrap {
  width: auto ;
  height: auto;  <---so the box grows if text is added or enlarged
  padding: 5px;  <--or whatever
} 

h4 {
  <--style the h4
}

img1 {
  border: none;
  float: right;
  display: inline; <--hack so IE6 doesn't double the margins, use only if you need it
}

p {
 <-- style the text here
}
