#Content {
	width: 100%;
	background: #e2373f;
}

.clear {
	clear: both;
}

#Content .job-offer .wrapper {
	font-family: 'MS Sans Serif', serif;
	margin: 0 30px;
}

#Content .job-offer .wrapper .header {
	display: inline-block;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#Content .job-offer .wrapper .header .left-side {
	float: left;
	width: 80%;
	padding: 40px 0 0 30px;
}

#Content .job-offer .wrapper .header .left-side h3.location, h2.title {
	font-family: 'MS Sans Serif', serif;
	line-height: 1.2;
	margin: 0;
}

#Content .job-offer .wrapper .header .left-side h2.title {
	font-size: 28px;
}

#Content .job-offer .wrapper .header .left-side h3.location {
	font-size: 18px;
}

#Content .job-offer .wrapper .header .right-side {
	float: right;
	background: url('../images/logo.png') no-repeat;
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
}

#Content .job-offer .wrapper .main-block {
	border-right: 2px solid #fff;
	padding:30px 30px 0 30px;
	margin-top: -5px;
}

#Content .job-offer .wrapper .main-block .block {
	display: block;
	background: #fff;
	border-bottom-left-radius: 5%;
    padding: 30px 15px 0 25px;
}

#Content .job-offer .wrapper .main-block .block .description {
	border-left: 2px solid #999;
	padding-left: 10px;
    padding-bottom: 30px;
}

#Content .job-offer .wrapper .main-block .block .description > p {
	font-size: 15px;
	margin: 0;
}

#Content .job-offer .wrapper .main-block .block .description > ul, #Content .job-offer .wrapper .main-block .block .description > ol {
    list-style-image: url('../images/list.jpg');
    position: relative;
    left: -39px;
    width: 110%;
}

#Content .job-offer .wrapper .main-block .block .description > ul > li{
	line-height: 1.5;
}
#Content .job-offer .wrapper .main-block .block .description > p:first-child {
	position: relative;
    color: #e2373f;
    top: -5px;
    font-weight: bold;
}

#Content .job-offer .wrapper .main-block .block .description > p:first-child:before {
	position: absolute;
	content: '';
	height: 10px;
	left: -15px;
	top: 5px;
	width: 10px;
    background: url("../images/list2.jpg") 0 0 no-repeat;
}

#Content .job-offer .empty-right {
	float: right;
	width: 32px;
	height: 30px;
	border-top: 2px solid #fff;
}

#Content .job-offer .empty-left {
	float: left;
	width: 32px;
	height: 30px;
	border-bottom: 2px solid #fff;
}

#Content .job-offer .footer > p{
	text-transform: uppercase;
	color: #fff;
	font-size: 12.5px;
	padding: 30px;
}



