body {
  margin: 0;
  padding: 0;
  background: #555;
  font: 12px/170% Verdana, sans-serif;
  color: #494949;
  vertical-align: middle;
}

#wrapper {
}

#wrapper #container {
	position: relative;
	overflow: hidden;
	width: 994px;
	height: 670px;
	margin: 20px auto;
}

#header {
	background-color: #fff;
	height: 100px;
}

#wrapper #container #header #front-logo {
	display: inline;
	position: relative;
	left: 50px;
	top: 10px;
	width: 123px;
	height: 85px;
}

#wrapper #container #header #front-title {
	display: inline;
	position: relative;
	height: 66px;
	width: 270px;
	left: 100px;
	margin-left: 30px;
}

#wrapper #container #header #front-slogan {
	display: inline;
	position: relative;
	top: 10px;
	left: 300px;
	height: 23px;
	width: 219px;
}

#wrapper #container #center {
	background: #fff url('images/front-bg.gif');
	padding: 0 182px;
	overflow: hidden:
	height: 400px;
}

#wrapper #container #center #front-footsteps1 {
	border: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 250px;
	width: 628px;
}

#front-nav {
	width: 628px;
	height: 44px;
	vertical-align: baseline;
	text-align:center
}

#front-nav img {
	padding: 6px 30px;
}

#wrapper #container #front-contact-us {
	position: absolute;
	top: 654px;
	left: 8px;
	z-index: 10;
}

img, a img {
  border: none;
}

