﻿body {
	background-color: #1b1d1e;
	margin: 0;
	padding: 0;
}

#holder {
	width: 900px;
	background-color: #2d3134;
	margin: 0 auto;
	height: 992px;
	overflow:auto;
}
#menu {
	width:900px;
	height:30px;
	margin:0;
	padding:0;
}
#topo {
	width: 880px;
	margin: 10px 10px;
}
#img_principal {
	margin-left: 10px;
	margin-right:10px;
	height: 339px;
	margin-top:20px;
}
.collum {
	float:left;
	width: 280px;
	margin: 20px 5px 10px 10px;
	height: 400px;
}
.trabalhe {
	font-size:10px;
	font-family:Verdana;
	text-align:center;
	color:#fff;
}
.trabalhe a:link {
	color: #fff;
	text-decoration: none;
}
.trabalhe a:visited {
	text-decoration: none;
	color: #fff;
}
.trabalhe a:hover {
	text-decoration: none;
	color: #FFF;
}
.trabalhe a:active {
	text-decoration: none;
	color: #fff;
}

