/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(images/background.jpg);
}
#wrapper { 
 margin: 0 auto;
 width: 711px;
 height: 758px;
 background-image:url(images/wrapper_background.png);
 background-repeat:no-repeat;
}
#header {
 width: 693px;
 float: left;
 height: 124px;
 margin: 10px 0px 0px 9px;
 background-image:url(images/grandmas_herbs_header.jpg);
}
#herbal_meal_replacement {
 width: 693px;
 float: left;
 height: 250px;
 margin: 0px 0px 0px 9px;
}
#leftcolumn { 
 margin: 0px 0px 0px 9px;
 height: 361px;
 width: 205px;
 float: left;
}
#herbal_meal_replacement_title { 
 float: right;
 margin: 0px 9px 0px 0px;
 height: 34px;
 width: 488px;
 display: inline;
 background-image:url(images/herbal_meal_replacement.jpg);
 background-repeat:no-repeat;
}
#rightcolumn { 
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 328px;
 width: 468px;
 display: inline;
}
#footer { 
 width: 711px;
 clear: both;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}