#Content {
	width: 100%;
}

#Content .job-offer {
	background: url('../images/building.png') 90% 93% no-repeat;
	background-size: 60%;
	font-family: 'Arial', serif;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 20px;
}

#Content .job-offer .logo {
	background: url('../images/logo.jpg') 4% 0 no-repeat;
	height: 37px;
}

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

#Content .job-offer h2.title {
	color: #025392;
	font-family: 'Arial', serif;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 15px;
}

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

#Content .job-offer .details ul {
	padding-left: 0;
	font-size: 13px;
	line-height: 1.5;
	list-style: none;
}

#Content .job-offer .details ul li span {
	font-weight: bold;
	display: inline-block;
	width: 100px;
}

#Content .job-offer .description {
	background: rgba(255, 255, 255, 0.8);
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

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