/* Meat Gear Template CSS, 1 of 3.
Other documents are for menuh and footer */

body {
	background:#e5e5e5 url(img/bg.jpg) repeat-x;
	color:#f3f3f3;
	font-family:arial,Helvetica,Sans-serif;
	font-size:13px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	letter-spacing:-0.07em;
	font-family:Arial;
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

#container {
	width: 768px ;
	margin-left: auto ;
	margin-right: auto ;
	
	
}
#search {
	width: 768px;
	height: 25px;
	text-align: right;
	clear: both;
	padding-bottom: 1px;
}

#header {
	background:#303030 url(img/meatheader.jpg) 0 0 no-repeat;
	height:130px;
}

#meat	{
	background:#ffffff;
	float: left;
	width: 768px;
}
#legal	{
	width: 768px;
	text-align: center;
	color:#000000;
	padding-top: 8px;
	clear: both;
}


