.header .illustration
{
  background: url(../../images/common/illustration.jpg) no-repeat center top;
  height: 421px;
  margin-bottom: 30px;
}

.inner_pages .header .illustration
{
  background:url(../../images/common/inner_header_illustration.jpg) no-repeat center top;
  height: 264px;
  margin-bottom: 30px;
}

.header .content
{
  width: 950px;
  margin: auto;
  padding-top: 90px;
}

.inner_pages .header .content
{
  padding-top:60px
}

.header img
{
  display: block;
  margin-left: 612px;
}

.header .title
{
  margin-top: 65px; 
}

.inner_pages .header{
  position: relative;
}

.inner_pages .header a#homepage-link{
  position: absolute;
  display: block;
  top: 0pt;
  bottom: 0pt;
  left: 0pt;
  right: 0pt;
}

.inner_pages .header a#homepage-link span{
  display: none;
}

.inner_pages .header .title
{
  margin-top:16px;
}

