#banner_workshop {
	background-image: url(../images/banner_workshop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 275px;
	width: 655px;
}
.laranja {
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 12px;
	color: #df530c;
	font-weight: bolder;
}
.uppercase {
	text-transform: uppercase;
}
.cinza_escuro {
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 12px;
	font-weight: bolder;
	color: #70706f;
}
#workshop_top {
	background-image: url(../images/workshop_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
	width: 655px;
}
#workshop_content {
	background-image: url(../images/workshop_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 613px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d4d5d3;
	border-left-color: #d4d5d3;
	background-color: #F1F4EB;
	height: 500px;
	padding-right: 20px;
	padding-left: 20px;
}
#workshop_bottom {
	background-image: url(../images/workshop_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
	width: 655px;
}
