/* CSS Basic Document */
body
{
margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
}

a:hover {
	/*text-decoration: underline;*/
	color: #fac900;
}

.menu_table td
{
	border-bottom:1px solid #5B3524;
	height:27.5px;
	padding-left:12px;
}
.offer_box
{
	margin:51px 0px 0px 21px;
}

.border_bottom
{
	border-bottom:1px dotted #333333;
}

/* CSS Background image Document */
.header_image
{
	background:url(../images/banner.jpg) left top no-repeat;
	height: 241px;
}

/* CSS Background image Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #58585a;
	text-decoration: none;
}

.left_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #373639;
	background-color:inherit;
	text-decoration: none;
}

.left_link:hover
{
	color:#0084C4;
	text-decoration:none;
	background-color:inherit;
}

.pagina {
	align: center;
	valign: top;
	width: 100%;
	border: 0;
}

.column_project{
	width: 230px;
	margin: 15px;
	padding: 0px;
	float: left;
}

.project{
	margin-bottom: 20px;
}

.project a img{
	border: 2px solid #000000;
	width: 120px;
}

.project a{
}

.project a:hover{
}

.project .description{
	float: right;
	width: 100px;
}

.column {
	width: 150px;
	margin-left: 75px;
	padding: 0px;
	float: left;
}

.project_arq a img{
	border: 2px solid #000000;
	width: 150px;
	margin-bottom: 10px;
}

.photo{
	width: 650px;
	margin: 15px;
	margin-left: 50px;
	padding: 0px;
}

.photo a img{
	border: 4px solid #000000;
}

.photo a{
}

.photo a:hover{
}

.photo .description{
	float: right;
	width: 280px;
	padding: 20px;
}

.image {
	border: 4px solid #000000;
}