* {
	padding: 0;
	margin: 0;
}

html, body {
	background-color: #C4BFB5;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content {
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 950px;
	height: 566px;
	margin-left: auto ;
  	margin-right: auto ;
}

#head {
	background-color: #849180;
	border-bottom: 7px solid #fff;
	width: 100%;
	height: 125px;
	z-index: 1;
}

.mark {
	float: left;
	width: 125px;
	height: 125px;
}

.mark img {
	padding: 25px;
}

.logo {
	float: left;
	height: 125px;
	border-left: 7px solid #fff;
}

.logo img {
	padding: 45px 0 0 60px;
}

#meat {
	background-color: #849180;
	width: 100%;
	height: 377px;
}

#meat .left{
	float: left;
	display: inline;
	width: 400px !important;
	margin-left: 100px;
	margin-top: 40px;
}

#meat .left ul {
	padding-left: 25px;
	list-style: none;
	font-size: 1em;
	line-height: 1.8em;
	color: #c1c8bf;
}

div.hr {
  	height: 1px;
  	background: url(../images/dotted-line.png) repeat-x scroll center;
  	padding-top: 25px;
  	padding-bottom: 25px;
}

div.hr hr {
  display: none;
}

p {
	padding-left: 25px;
}

.addressNum {
	color: #49575C;
	font-size: 1.2em;
	line-height: 1.8em;
}

.addressLetter {
	color: #49575C;
	font-size: 1em;
	line-height: 1.8em;
}


#meat .right{
	float: right;
	padding: 20px 0 20px 20px;
	width: 406px !important;
}

#meat a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.8em;
}


#feet {
	background-color: #49575C;
	border-top: 7px solid #fff;
	width: 100%;
	height: 50px;
}

#feet .right{
	float: right;
	color: #849180;
	padding: 20px 0 20px 20px;
	font-size: .7em;
	width: 406px;
}

#feet a {
	color: #fff;
	text-decoration: none;
}