#Content {
	width: 100%;
}

#Content .job-offer {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

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

#Content .job-offer h2.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

#Content .job-offer .description {
    padding: 20px 20px 0;
    border-style: solid;
	border-width: 0px 60px 35px;
    -moz-border-image: url('../images/border.jpg') 0 60 35 round;
    -webkit-border-image: url('../images/border.jpg') 0 60 35 round;
    -o-border-image: url('../images/border.jpg') 0 60 35 round;
	border-image: url('../images/border.jpg') 0 60 35 round;
	font-size: 14px;
}

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

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

#Content .job-offer .description .details span {
	color: #165a1f;
	font-weight: bold;
	display: inline-block;
	width: 100px;
}

#Content .job-offer .description .labels {
	background: url('../images/labels.png') no-repeat;
	height: 152px;
}
