#Content {
	width: 100%;
}

#Content .job-offer {
	background: #f5f5f5;
	color: #006293;
	font-family: 'Arial', serif;
	margin-bottom: 20px;
}

#Content .job-offer .banner {
	background: url('../images/banner.jpg') no-repeat;
	height: 413px;
}

#Content .job-offer .mainBlock {
	margin: 20px;
}

#Content .job-offer .details ul, #Content .job-offer .description {
	background: #fff;
	padding: 20px;
}

#Content .job-offer .details ul {
	list-style: none;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 20px;
}

#Content .job-offer .details ul li>span {
	display: inline-block;
	width: 140px;
}

#Content .job-offer .details h2.title {
	background: #006293;
	color: #fff;
	font-family: 'Arial', serif;
	font-size: 26px;
	margin: 0;
	padding: 20px;
}

#Content .job-offer .description {
	font-size: 14px;
}

#Content .job-offer .description strong {
	font-weight: bold;
}

#Content .job-offer .description ul {
	padding-left: 15px;
}

#Content .job-offer footer {
	background: #c8c8c8;
	color: #fff;
	font-size: 13px;
	padding: 20px;
}

#Content .job-offer footer .logo {
	background: url('../images/logo.jpg') no-repeat;
	height: 80px;
	background-size: 30%;
}
