html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
}

h1 
{
    font-size: 18px;
	font-weight: bold;
	margin-bottom:5px;
}
h4 {
    margin:0px;
    padding:0px;
}



.meatlist li, .meatlist2 li, .pricelist li, pricelist2 li
{
    margin-bottom:0px;
    
}
.meatlist {
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}
.meatlist2 {
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	line-height: 200%
}

.pricelist {
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}
.pricelist2 {
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	line-height: 200%
}

.divleft{
	width: 85%;
	text-align:left;
	float:left;
}

.divright {
	width: 15%;
	text-align: right;
	float:right;

}


p
{
    margin:0px;
    margin-bottom:5px;
    padding:0px;
    
}
	
