	body{
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	}
	
	#principal{
	width: 864px;
	height: 480px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -432px;
	}
	
	#portifolio{
	width: 950px;
	height: 100%;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -432px;
	}
	
	#coluna_esquerda{
	background-image: url(imagens/fundo_branco.png);
	background-repeat: repeat;
	width: 620px;
	height: 440px;
	float: left;
	text-align: center;
	}
	
	#coluna_portifolio{
	background-image: url(imagens/fundo_branco.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	}
	
	#coluna_direita{
	width: 230px;
	height: 440px;
	float:right;
	}
	
	#campo_01{
	width: 230px;
	height: 215px;
	background-image: url(imagens/fundo_branco.png);
	background-repeat: repeat;
	}
	
	.eventos{
	margin: 7px 0 0 12px;
	}
	
	#banner_texto{
	margin-top: 50px;
	margin-bottom: 100px;
	}
	
	#banner_texto2{
	margin-top: 50px;
	margin-bottom: 50px;
	}
	
	#imagem_div{
	margin-top: 10px;
	margin-bottom: 25px;
	}
	
	#texto_eventos{
	width: 190px;
	text-align: justify;
	font-size: 11px;
	margin: 6px 0 0 18px;
	}
	
	#rodape{
	color: #0052a1;
	}
	
	.boxgrid{ 
		width: 190px; 
		height: 151px; 
		margin:10px; 
		float:left; 
		background:#161613; 
		border: solid 2px #8399AF; 
		overflow: hidden; 
		position: relative; 
	}
		.boxgrid img{ 
			position: absolute; 
			top: 0; 
			left: 0; 
			border: 0; 
		}
		.boxgrid p{ 
			padding: 0 10px; 
			color:#afafaf; 
			font-weight:bold; 
			font:10pt "Lucida Grande", Arial, sans-serif; 
		}
		
	.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 59px;
	width: 100%;
	opacity: .8;

		/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
		.captionfull .boxcaption {
			top: 260;
			left: 0;
		}
		.caption .boxcaption {
			top: 220;
			left: 0;
		}
h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
