@charset "utf-8";
/* CSS Document */

body {
		text-align:center;
		padding: 0;
		margin: 0;
		background-color: #001000;
	}

img {
		border: 0;
		
	}
	
	
a:link {
		color:#FFFFFF;
		text-decoration:none;
		border: 0;
		}

a:hover {
		color:#FFFF00;
		text-decoration:underline;
		border: 0;
		}
a:active {
		color:#FFFFFF;
		text-decoration:overline;
		border: 0;
		}
a:visited {
		color:#FFFFFF;
		text-decoration:none;
		border: 0;
		}

a:visited:hover {
		color:#FFFF00;
		text-decoration:underline;
		border: 0;
		}
		
a.titulo:link {
		color:#000000;
		text-decoration:none;
		}

a.titulo:hover {
		color:#000000;
		text-decoration:underline;
		}
a.titulo:active {
		color:#000000;
		text-decoration:overline;
		}
a.titulo:visited {
		color:#000000;
		text-decoration:none;
		}

a.titulo:visited:hover {
		color:#000000;
		text-decoration:underline;
		}


		
#site {
		width: 999px;
		text-align: left;
		border: 0 solid #ffffff;

		}

#titulo {
		border: 0 solid #00CC00;
		}


#conteudo {
		width: 935px;
		background-image:url(imagens/faixa_fundo.png);
		background-repeat:no-repeat;
		border: 0 solid #FF0000;
		float:left;
		padding-left: 32px;
		padding-right: 35px;
		padding-bottom: 0px;
		padding-top: 0px;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		}

.area {
		 min-width: 200px;
		 background-image:url(imagens/icon.png);
		 background-position: top right;
		 background-repeat:no-repeat;
 		 float: left;
		 padding: 0px;
		 margin-top: 3px;
		 margin-right: 3px;
		 }

.area_titulo {
		background-image: url(imagens/corner.png);
		background-position:right;
		background-repeat:no-repeat;
		color:#000000;
		font-weight:bold;
		padding-left: 3px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		}

.area_baixo
		{
		 border: 1px solid #FFFFFF;
 		 min-height: 100px;
  		 color:#FFFFFF;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:12px;
		 padding: 10px;
		 }
		
#rodape {
		width: 1005px;		
		background-image:url(imagens/faixa_fundo_bottom.png);
		background-repeat:repeat-y;
		border: 0 solid #FFFF00;
		float:left;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		text-align:center;
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
		
		}