#container {
	color: #666666;
	line-height: 18px;
	font-size: 14px;
	width: 900px;
	margin: 10px auto;
	padding-left: 30px;
	background: transparent url(images/body-background.jpg) top left repeat-y;
	font-family: verdana, sans-serif;
}

#header {
	width: 862px;
	height: 160px;
	background: transparent url(images/header-background.jpg) bottom left no-repeat;
	text-indent: -9999px;
	border-top: 2px #666666 solid;
	margin-bottom: 20px;
}

#nav-menu {
	float: left;
	width: 150px;
	padding-left: 20px;
	text-align: center;
}

#nav-menu ul li {
	text-align: right;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#nav-menu ul li a, #nav-menu ul li a:visited {
	display: block;
	color: #ffffff;
	background-color: #c1282d;
	border-left: 18px #000000 solid;
	padding: 5px;
	text-decoration: none;
}

#nav-menu ul li a:active {
	color: #000000;
	border-left: 18px #f2ed1f solid;
}

#nav-menu ul li a:hover {
	color: #000000;
	border-left: 18px #f2ed1f solid;
}

#nav-menu img {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 640px;
	margin-bottom: 20px;
	padding-left: 35px;
}

#content h2 {
  padding: 10px;
}

#content h3 {
  padding: 10px;
}

#content p {
  padding: 10px;
  text-indent: 10px;
}

#content ul {
  text-indent: 5px;
  list-style-image: url('images/checkmark.png');
  margin-left: 40px;
}

#content ul li {
  padding-bottom: 5px;
}

#content img#cartoon-taxi {
  position: absolute;
  left: 530px;
  top: 230px;
  margin: 0px;
  padding: 0px;
}

#content .contact-info {
  float: left;
  margin-left: 40px;
}

#content .contact-info h3 {
  padding-left: 0px;
  padding-bottom: 0px;
}

#content .contact-info img {
  width: 64px;
  display: block;
}

#content .contact-info span {
  font-size: 16px;
  text-align: center;
}

#content .vacancy {
  border-top: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
}

#content #address {
  margin-left: 40px;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px #666666 solid;
  font-size: 16px;
  line-height: 24px;
}

.home {
  margin: 0 auto;
  width: 200px;
}

.home h2 {
  text-align: center;
}

.home .contact-info {
  margin-top: 250px;
}

.visible {
  display: visible;
}

.hidden {
  display: none;
}

#footer {
	clear: both;
	width: 862px;
	height: 80px;
	background: transparent url(images/footer-background.jpg) top left no-repeat;
	text-indent: -9999px;
	border-bottom: 2px #666666 solid;
}