body {
	margin: 0;
	padding: 0;
	background: url(images/background.jpg) repeat-x #f1cbae;
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

#container {
  margin: 0 auto;
  padding: 0;
  background: url(images/container.jpg) no-repeat;
  height: 641px;
  width: 860px;
  position: relative;
  text-align: left;
}

#banner {
	margin: 42px 40px;
	height: 83px;
	width: 360px;
	position: absolute;
	border: 0;
	right: 0;
}
#banner img {
	padding: 2px;
	height: 83px;
	width: 360px;
	border: 1px solid #e6c6ad;
}

#top {
	margin: 0;
	padding: 0;
	background: url(images/top.jpg) no-repeat top left;
	height: 154px;
	width: 860px;
}
#top h1 {
	margin: 0;
	padding: 0;
	background: transparent url(images/logo.png) no-repeat bottom;
	height: 129px;
	width: 222px;
	float: left;
}
#top h1 span {
	display: none;
}
#top h2 {
	margin: 0 0 0 240px;
	padding: 117px 0 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}

#container ul {
	margin: 0;
	padding: 0;
	height: 293px;
	width: 860px;
	list-style: none;
}
#container ul li {
	height: 293px;
	float: left;
	display: block;
}
#container ul li.first {
	width: 208px;
	background: url(images/first.jpg) no-repeat;
}
#container ul li.second {
	width: 208px;
	background: url(images/second.jpg) no-repeat;
}
#container ul li.third {
	width: 194px;
	background: url(images/third.jpg) no-repeat;
}
#container ul li.fourth {
	width: 250px;
	background: url(images/fourth.jpg) no-repeat;
}

#container ul li h3.contact {
	margin: 0 0 0 48px;
	padding: 0;
	background: transparent url(images/contact.png) no-repeat bottom;
	height: 119px;
	width: 105px;
}
#container ul li h3.work {
	margin: 0 0 0 44px;
	padding: 0;
	background: transparent url(images/work.png) no-repeat bottom;
	height: 119px;
	width: 105px;
}
#container ul li h3.offer {
	margin: 0 0 0 98px;
	padding: 0;
	background: transparent url(images/offer.png) no-repeat bottom;
	height: 119px;
	width: 105px;
}
#container ul li h3 span {
	display: none;
}
#container ul li.first p {
	margin: 18px 0 0 49px;
	line-height: 16px;
}
#container ul li.third p {
	margin: 18px 0 0 0;
	text-align: center;
	line-height: 16px;
}
#container ul li.fourth p {
	margin: 18px 99px 0 0;
	text-align: right;
	line-height: 16px;
}
#footer {
	margin: 0;
	padding: 0;
	background: url(images/footer.jpg) no-repeat;
	height: 104px;
	width: 860px;
	clear: both;
}
#footer p.left {
	margin: 0;
	padding: 25px 0 0 5px;
	float: left;
}
#footer p.right {
	margin: 0;
	padding: 25px 57px 0 0;
	float: right;
}

a:link, a:visited {
	text-decoration: none;
	color: #a16c2d;
}
a:hover {
	text-decoration: underline;
	color: #a16c2d;
}

p.none {
	padding: 0;
	line-height: 20px;
	display: none;
}
p.none a:link, p.none a:visited {
	display: none;
}
p.none a:hover {
	display: none;
}