@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	background-color:#fff;
	background-image:url(images/bkg.gif);

}
a img {
	border:none;
}
.pagewhole {
	position: relative;
	width: 658px;
	overflow:hidden;
	margin: 30px auto;
	background: rgba(1, 1, 1, 0.2);
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#000000', EndColorStr='#000000');
	border:#000 thin;		
}

#page_top {
	 width: 658px;
	 height: 676px;
	 background-repeat:no-repeat;
	 background-image:url(images/top.jpg);
	 float:left;
	 
}
#title {
	 width: 658px;
	 height: 133px;
	 background:#000;
	 background-image: url(images/title.jpg);
	 background-repeat:no-repeat;
	 float:left;
	 
	
	
}
#text_main {
	 width: 628px;
	 height: auto;
	 font-size:0.9em;
	 color: #000;
	 background-image: url(images/text_bkg_tile.gif);
	 background-repeat:repeat-y;
	 padding-top:15px;
	 padding-left:15px;
	 padding-right:15px;
	 padding-bottom:15px;
	 font-family:'Helvetica',Arial, Helvetica, sans-serif;
	 border: 1px #000;
	 float:left;
	 text-align:justify;
	 
}
#page_btm{
	height: auto;
	width:658px;
	background: #000;
	float:left;
}
#contact{
	height: auto;
	width: 364px;
	padding-left:15px;
	padding-right:31px;
	padding-top: 21px;
	padding-bottom:25px;
	float:left;	
}
#address{
	height: auto;
	width: 236px;
	padding-left:0px;
	padding-right:10px;
	padding-top: 21px;
	padding-bottom:20px;
	float:left;	
}
#address_top{
	height: 134px;
	width:236px;
	background-image:url(images/address_top.jpg);
	background-repeat:no-repeat;	
	float:left;
}
#address_btm{
	height: auto;
	width:131px;
	float:left;
	font-family:'Helvetica',Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:1.0em;	
}
#jar_pic{
	height: 120px;
	width:104px;
	background-image: url(images/jar_btm.jpg); 
	background-repeat:no-repeat;	
	float:left;
}
#subnav {
	 width: 668px;
	 padding-left:20px;
	 font-family:'Helvetica',Arial, Helvetica, sans-serif;
	 font-size:0.7em;
	 color: #666;
	 text-align:left; 
}