@charset "UTF-8";


body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.Cabecalho {
	display: block;
	height: 48px;
	background-image: url(../images/cabecalho.gif);
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-left: 112px;
}
.Cabecalho h1 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	display: block;
	margin-top: 0px;
	margin-left: 0px;
}
.Content {
	margin-left: 112px;
	margin-right: 15px;
}
.ThumbJob {
	display: block;
	width: 205px;
	float: left;
	background-color:#000;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.ThumbJob p {
	color:#FFF;
	padding-left: 10px;
}
.footer {
	background-image: url(../images/footer.jpg);
	height: 223px;
	width: 100%;
	clear: both;
	background-repeat: no-repeat;
	background-position: right;
	bottom:0;
	left:0;
}
.SEP {
	background-image: url(../images/sep.gif);
	background-repeat: repeat-x;
	height: 26px;
	width: 100%;
}
.Selected {
	background-color: #000;
	background-image: url(../images/selected_bord.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 28px;
	margin-bottom: 15px;
	display: block;
	float: left;
}
.Selected p {
	color: #FFF;
}
a {
	color: #000;
}
.Clear {
	clear: both;
}
.ThumbJob a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.Selected a {
	color: #FFF;
}

