#Content {
	width: 100%;
}

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

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

#Content .job-offer .banner h3 {
	background: #fff;
	color: #2EADE2;
	font-family: 'Arial', serif;
	font-size: 21px;
	position: absolute;
	top: 20px;
	right: 10px;
	padding: 5px 10px;
}

#Content .job-offer .banner h3 span {
	color: #F26320;
}

#Content .job-offer h2.title {
	color: #414042;
	font-family: 'Arial', serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
    text-decoration: underline;
    text-align: left;
}

#Content .job-offer .details {
	background: #fff;
	color: #414042;
	font-weight: bold;
	margin: 0 20px;
	top: 100px;
	padding: 6px;
	position: absolute;
	text-align: center;
}

#Content .job-offer .details ul {
	text-align: left;
	margin-left: 100px;
}

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

#Content .job-offer .description {
	padding: 20px;
    background: #E4E5E6;
	font-size: 14px;
}
