#Content {
	width: 100%;
}

#Content .job-offer {
	font-family: 'Arial', serif;
	margin-bottom: 30px;
}

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

#Content .job-offer .description h2.title {
	color: #702080;
	font-family: 'Arial', serif;
	font-size: 25px;
	font-weight: bold;
	margin: 20px 0;
}

#Content .job-offer .description {
	background: #F2F4F5;
	border: 1px solid #702080;
	margin: -60px 20px 0;
	padding: 0 20px 20px;
}

#Content .job-offer .description .details {
	margin-bottom: 10px;
}

#Content .job-offer .description .details p {
	font-size: 15px;
	margin-bottom: 0;
}

#Content .job-offer .description .details p > span {
	color: #702080;
	font-size: 15px;
	font-weight: bold;
}

#Content .job-offer .description ul {
	list-style: url('../images/dot.png');
	padding-left: 15px;
}

#Content .job-offer .description:after {
	content: '';
	background: url('../images/logo.png') no-repeat;
	display: block;
	height: 40px;
	margin-top: 30px;
}