 a, img { 
	behavior: url("iepngfix.htc"); 
	}
*{
	margin:0px;
	padding:0px;
	font-family:"arial";
}
body{
	background-color:#000;
	background-image:url("../imagens/1px-fundo.jpg");
	background-repeat:repeat-x;
}
#principal{
	position:relative;
	margin:auto;
	width:813px;
	height:602px;
	margin-top:25px;
	border:0px solid #FFF;	
	margin-bottom:20px;
}
	#menu_hor{
		position:relative;
		width:813px;
		height:31px;
		border:0px solid #000;
		background-image:url("../imagens/menu_hor.png");
		background-repeat:no-repeat;
	}
		#links{
			position:absolute;
			border:0px solid #000;
			right:30px;
			top:-2px;
		}
			#menu_hor a{
				position:relative;
				float:left;
				width:102px;
				height:21px;
				padding-top:10px;
				background-image:url("../imagens/aba-vermelha_1.png");
				border:0px solid #000;
				color:#FFF;
				text-decoration:none;
				font-weight:bold;
				text-align:center;
				/*font-family:"trebuchet";*/
				font-size:12px;
			}
			#menu_hor a.active{
				background-image:url("../imagens/aba-verde_1.png");
				}
	#area_logo{
		position:relative;
		width:813px;
		height:137px;
		border:0px solid #000;
		background-color:#FFF;
		background-image:url("../imagens/bg2-topo-chanfro.jpg");
		background-repeat:no-repeat;
		background-position:right top;
	}
		#links_{
			position:absolute;
			display:block;
			width:255px;
			height:73px;
			top:70px;
			right:40px;
			border:0px solid #000;
		}
			#links_ .area_botes{
				position:relative;
				float:left;
				width:75px;
				height:73px;
				border:0px solid #000;
				text-align:center;
				font-size:10px;
				/*font-family:"tahoma";*/
				font-weight:bold;
				color:#ec3c12;
				text-decoration:none;
			} 
		#area_logo #logo{
			position:absolute;
			top:-20px;
			left:50px;
		}
	#rodape{
		position:relative;
		width:813px;
		height:21px;
		border:0px solid #000;
		background-color:#FFF;
		text-align:center;
		font:11px "arial";
		font-weight:bold;
		padding-top:5px;
		color:#231f20;
	}