body {background: url(http://www.thecountrybumkin.com/images/background.gif) repeat;
	  margin: 0 auto;
	  font-family: Arial;
	  font-size: 10pt;
	  color: #000;
}

#header {background: url(http://www.thecountrybumkin.com/images/header.gif) no-repeat;
		 width: inherit;
		 height: 175px;
		 margin: 0 auto;
		 width: 800px;
		 border: 0;
}

#header #menu {position: relative;
			   padding: 20px 275px 25px 375px;
			   text-align: center;
}

#header #menu a:link, #header #menu a:active,
#header #menu a:visited {color: #A0AC92;
						 text-decoration: none;
						 font-weight: bold;
						 display: block;
						 padding: 2px 0px;
						 margin: 4px 0px;
						 border: 2px solid #A0AC92;
						 background: #74434a;
}

#header #menu a:hover {color: #A0AC92;
					   text-decoration: none;
					   font-weight: bold;
					   display: block;
					   padding: 2px 0px;
					   margin: 4px 0px;
					   border: 2px solid #A0AC92;
					   background: #333;
}

#body {
	   border-left: 2px #74434a solid;
	   border-right: 2px #74434a solid;
	   border-bottom: 2px #74434a solid;
	   background: #A0AC92;
	   margin: 0 auto;
	   width: 796px;
}

#body .content {text-align: left;
		  width: 530px;
		  margin-left: 5px;
		  position: relative;
}

#body .content h1 {font-size: 14pt;
		  margin: 0; padding: 5px 10px 0px 10px;
}

#body .content h2 {font-size: 10pt;
		  margin: 0; padding: 5px 10px 0px 10px;
}

#body .content h3 {font-size: 10pt;
		  font-style: italic;
		  margin: 0; padding: 5px 10px 0px 10px;
}

#body .content p {padding: 0px 10px 10px 10px;
					width: 450px;
}

#body #photoGallery {position: relative;
					 float: right;
					 background: url(http://www.thecountrybumkin.com/images/photogalImg.gif) no-repeat;
					 width: 241px;
					 margin: auto;
					 height:70px;
}

#body #photoGallery h4 {font-size: 12pt;
						padding: 8px 0 5px 65px;
						margin:0;
}

#body #photoGallery p {font-size: 8pt;
					   padding: 0px 0px 0px 65px;
					   margin:0;
					   width: inherit;
}

#photoGallery a:link, #photoGallery a:hover,
#photoGallery a:active, #photoGallery a:visited {color: #000; text-decoration: none;
}

#body #mailingListImg {float: right;
					   clear:right;
					   background: url(http://www.thecountrybumkin.com/images/mailingListImg.gif) no-repeat;
					   width: 241px;
					   margin: auto;
					   height:130px;
					   position: relative;
}

#body #mailingListImg h5 {font-size: 12pt;
						  padding: 15px 0 5px 50px;
						  margin:0;
}

#body #mailingListImg p {font-size: 8pt;
						 padding: 0px 0px 0px 30px;
						 margin:0;
						 width: inherit;
}

#footer {width: 800px;
		 font-size: 80%;
		 text-align: center;
		 padding: 2px 0px;
		 clear: both;
		 margin: 0 auto;
		 position: relative;
}

a:link, a:hover, a:active, a:visited {color: #74434a; text-decoration: none;
}