h1 {
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
}

#innerwrapper {
	padding-top: 5px;
	border-top: 2px solid #000;
	overflow: hidden;
}

#innerwrapper #content {
	padding: 0;
	border: none;
	margin: 0;
	background: #fff;
	width: 422px;
	overflow: hidden;
}

#innerwrapper #content p.illus {
	margin: 0 0 5px 0;
	padding: 0;
	width: 422px;
}

#innerwrapper #content p.illus img {
	border: 1px solid #000;
}

#innerwrapper #innercontent {
	width: 420px;
	min-height: 0px;
	background: #fafafa;
	border: 1px solid #afafaf;
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
	position: relative;
}

* html #innercontent {
	height: 1%;
}

#innercontent p {
	margin: 15px;
}

#nav #nav_home {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#vacancies {
	position: absolute;
	width: 170px;
	bottom: 70px;
	left: 4px;
}

#vacancies a {
	display: block;
	text-align: right;
	background: #fff;
	color: #e50;
	text-decoration: none;
	padding: 6px 4px;
	font-weight: bold;
	border: 1px solid #e50;
}

* html #vacancies a {
	height: 1%;
}

#vacancies a:hover,
#vacancies a:active,
#vacancies a:focus {
	background: #666;
	color: #fff;
	border: 1px solid #000;
}

#marks {
	margin-top: -62px;
}

#marks img {
	margin: 0 4px;
}

#footer {
	padding-left: 100px;
	padding-top: 10px;
}