.header {
	width: 1200px;
}

.header .navigation
{
  padding-left: 0;
  padding-right: 0;
  height: 70px;
}

.header .navigation .parents .parent .link
{
  height: 70px;
  line-height: 30px;
}

.header .navigation .parents .parent .children .child .link
{
  line-height: normal;
}

.container {
	width: 1200px;
}
.container .page .left {
	width: 800px;
}
.footer {
	width: 1200px;
}