* {
    margin: 0px;
    padding: 0px;    
    font-family: Arial, sans-serif;
}

body {	
    background-color:#FFF;
}


img {
	border:0px;
}


.leftb{
	background-image: url(../img/pattern_left.gif);
	background-repeat: repeat-y;
	width:28px;
}
.rightb{
	background-image: url(../img/pattern_right.gif);
	background-repeat: repeat-y;
	width:28px;
}

.clear{
	clear:both;
}

.acleft{
margin-top:20px;
width:930px;
height:112px;
background-image: url(../img/acolada_stanga.gif);
background-repeat: no-repeat;
background-position: top left;
margin-bottom:50px;
}

.acright{
width:880px;
height:112px;
background-image: url(../img/acolada_dreapta.gif);
background-repeat: no-repeat;
background-position: top right;
padding-left:60px;
padding-right:50px;
padding-top:20px;
font-size:11px;
line-height:20px;
text-align:left;
}

.actext
{
}

.content{
text-align:center;
padding-bottom:100px;
}

.box{
	font-size:11px;
	width:247px;
	height:235px;
	float:left;
	background-image: url(../img/container_0.gif);
	background-repeat: no-repeat;
	position:relative;
	padding-right:1px;
	cursor:pointer;
}
.box_contents {
	padding:20px;
	clear:both;
	text-align:left;
	line-height:20px;
}
.box_contents span {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
.job_details {
	font-size:11px;
	line-height:20px;
	text-align:left;
	padding:0 60px 0 60px;
}
.job_details ul {
	padding-left:50px;
}
.job_details span {
	font-weight:bold;
	font-size:15px;
}

.job_title {
	font-size:30px;
	font-weight:bold;
	color:#333;
	padding-bottom:15px;
}
.job_title a {
	padding-right:15px;
}
.footer_logo {
	padding-top:30px;
}