@import url("links.css");

body {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#000000;

	background-color: #CCCCCC;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-image: url(../img/background.gif);

	background-repeat: repeat-y;

	background-position:center;

}

#site {

	width:800px;

	background-color:#FFFFFF;

	background-image:url(../img/site_fundo.jpg);

	margin:0 auto;			

	text-align:left; /* "remédio" para o hack do IE */	

}

#topo {

	width:750px;

	height:77px;

	background:url(../img/topo.gif);

	background-repeat:no-repeat;

	text-align:right;

	padding-top:35px;

	padding-right:50px;

}

#flash {

	width:800px;

	height:196px;

	background-color:#EEEEEE;

}

#conteudo {

	width:800px;

	background-color:#FFFFFF;

	padding-top:20px;

	padding-bottom:20px;

}

#conteudoEsquerdo {

	float:left;

	width:380px;

	padding-left:20px;

}

#conteudoMeio {

	float:left;

	width:200px;

	height:200px;

	background-image:url(../img/releases_base.jpg);

	background-repeat:no-repeat;

	color:#666666;

}

#conteudoDireito {

	float:right;

}

#rodape {

	clear:both;

	width:800px;

	height:90px;

	font-size:10px;

	text-align:right;

	color:#666666;

	padding-top:10px;

	background-color:#EEEEEE;

	border-top-width: 2px;

	border-top-style: solid;

	border-top-color: #CCCCCC;

}

.input {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #666666;

	background-color: #FFFFFF;

	border: 1px solid #EEEEEE;

}

.textoVermelho {

	color:#B71319;

}
.tituloVermelho {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#B71319;

}

.textoInterno {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 22px;

	color: #666666;

}
.imagensPortifolio {
	margin-right:10px;
	margin-bottom:10px;
}

