@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';
@import 'https://fonts.googleapis.com/css?family=Raleway';

#Content {
	width: 100%;
}

#Content .job-offer {
	font-family: 'Raleway', sans-serif;
	margin-bottom: 20px;
}

#Content .job-offer .logo {
	background: url('../images/logo.jpg') 4% 50% no-repeat;
	border-top: 10px solid #1B073A;
	height: 65px;
}

#Content .job-offer .banner {
	background: #1B073A url('../images/banner.png') bottom right no-repeat;
	height: 300px;
	position: relative;
}

#Content .job-offer h2.title {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 34px;
	font-weight: bold;
	margin: 0;
    position: absolute;
    top: 140px;
    left: 30px;
    right: 200px;
}

#Content .job-offer .description {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 14px;
	padding: 20px 20px 45px;
}

#Content .job-offer .description p > em > strong {
	color: #6a1e0a;
	font-style: normal;
	font-size: 14px;
}

#Content .job-offer .description .summary {
	font-weight: normal;
}

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

#Content .job-offer .description p {
	margin-bottom: 5.5px;
}

#Content .job-offer footer {
	background: url('../images/footer.png') no-repeat;
	height: 180px;
	margin-top: -62px;
}