body {
/*	background: #e87a4b url(../images/shared/bg.png) center top repeat-x;*/
  background: #d1693d url(../images/shared/bg.png) center top repeat-x;
	padding: 10px 0;
}

#container {
  margin: 0 auto;
	width: 930px;
}

#container #wrapper {
  float: right;
  background: url(../images/shared/bg_container.png) right 103px no-repeat;
}



/* @group Menu */

#menu {
	float: left;
	margin: 156px 0 0 0;
	overflow: hidden;
	width: 182px;
}

#menu ul {
  line-height: 1.1em;
	list-style: none;
	text-align: right;
}

#menu ul li {
}

#menu ul li.first {
}

#menu ul li.last {
  border-bottom: none;
}

#menu ul li a {
	 color: #e48f6a;
	 display: block;
	 background: url(../images/shared/menu_arrow.gif) right -17px no-repeat;
	 border-bottom: 1px solid #c25f36;
	 font-size: 15px;
	 padding: 10px 14px 10px 0;
	 text-decoration: none;
	 text-transform: uppercase;
}

#menu ul li.last a {
  border-bottom: none;
}

#menu ul li a:hover,
#menu ul li a.active {
  color: white;
  background-position: right 14px;
}

/* @end */



/* @group Head & Content */

#head, #content {
	background: right bottom no-repeat;
	float: right;
	margin-right: 110px;
}

#head {
	background-image: url(../images/shared/bg_head.png);
	height: 194px;
	width: 638px;
}

#head h1 a {
  display: block;
  height: 140px;
  margin: 35px 200px 0;
}

#head h1 span {
  display: none;
}

#content {
	background-image: url(../images/shared/bg_content.png);
	line-height: 1.3em;
	padding: 30px 70px 0 70px;
	width: 498px;
}

/* @end */



/* @group Footer */

#footer {
  clear: both;
  padding-top: 60px;
}

#footer p {
  color: #888;
  background: url(../images/shared/footer_line.png) center top no-repeat;
  font-size: 13px;
	margin-top: 0;
	padding: 6px 0 16px 0;
	text-align: center;
}

/* @end */



/* @group Copyright */

#copyright {
  padding: 0 0 13px 70px;
	text-align: center;
}

#copyright a {
  color: white;
  text-decoration: none;
}
/* @end */