#container
{
	background: url("images/interface_r5_c1.jpg") repeat-y;
	margin:0px;
	padding:0px;
}
	#header
	{
		height:154px;
	}
		#subheader
		{
			height:45px;
			background: #E1E1E1 url("images/interface_r1_c1.jpg") repeat-x;
			text-align:right;
		}
			#contactos
			{
				background: #E1E1E1 url("images/interface_r1_c10.jpg") no-repeat;
				height:45px;
				width:30px;
				float:right;
				margin: 0px 0px 0px 20px;
				cursor:pointer;
			}
			#sitemap
			{
				background: #E1E1E1 url("images/interface_r1_c12.jpg") no-repeat;
				height:45px;
				width:32px;
				float:right;
				margin: 0px 0px 0px 20px;
				cursor:pointer;
			}
			
			#contactos span, #sitemap span
			{
				display:none;
			}
			#logo1
			{
				background: url("images/interface_r1_c13.jpg")  no-repeat 678px 0px ;
				height:45px;
				width:800px;
				float:left;
				/* margin: expression( '0px 0px 0px 339px;' ); IE HACK */
			}
			
		#logo
		{
			height:79px;
			background: #E1E1E1 url("images/interface_r2_c18.jpg") repeat-x;
			text-align:right;
		}
			#logoText
			{
				background: #E1E1E1 url("images/interface_r2_c2.jpg") no-repeat;
				height:79px;
				width:669px;
				float:left;
			}
			#logoBottom
			{
				background: url("images/interface_r2_c14.jpg") no-repeat 3px 0px;
				height:79px;
				width:125px;
				float:left;
			}
		#menu
		{
			height:30px;
			background: #E1E1E1 url("images/interface_r3_c14.jpg") repeat-x;
		}
			#menu ul
			{
				margin: 0px;
				padding: 0px;	
			}
			#menu ul li
			{
				list-style-type: none;
				text-align:center;
				cursor:pointer;
      			display:inline;
			}
			#menu ul li a span
			{
				display:none;
			}			
			#mnuHome
			{
				background: url("images/interface_r3_c1.jpg") no-repeat;
				width:76px;
				height:30px;
				float:left;
			}
			#mnuHome:hover, #mnuHome.active
			{
				background: url("images/hover_interface_r1_c1.jpg") no-repeat;
			}
			#mnuPesquisar
			{
				background: url("images/interface_r3_c3.jpg") no-repeat;
				height:30px;
				width:100px;
				float:left;
			}
			#mnuPesquisar:hover, #mnuPesquisar.active
			{
				background: url("images/hover_interface_r1_c4.jpg") no-repeat;
				height:30px;
				width:100px;
				float:left;
			}
			#mnuCadastrar
			{
				background: url("images/interface_r3_c6.jpg") no-repeat;
				height:30px;
				width:107px;
				float:left;
			}
			#mnuCadastrar:hover, #mnuCadastrar.active
			{
				background: url("images/hover_interface_r1_c9.jpg") no-repeat;
			}
			#mnuResposta
			{
				background: url("images/interface_r3_c7.jpg") no-repeat;
				height:30px;
				width:160px;
				float:left;
			}
			#mnuResposta:hover, #mnuResposta.active
			{
				background: url("images/hover_interface_r1_c10.jpg") no-repeat;
			}
			#mnuEstado
			{
				background: url("images/interface_r3_c8.jpg") no-repeat;
				height:30px;
				width:153px;
				float:left;
			}
			#mnuEstado:hover, #mnuEstado.active
			{
				background: url("images/hover_interface_r1_c11.jpg") no-repeat;
			}
			#mnuFaq
			{
				background: url("images/interface_r3_c9.jpg") no-repeat;
				height:30px;
				width:189px;
				float:left;
				margin:0px 6px 0px 0px;
			}
			#mnuFaq:hover, #mnuFaq.active
			{
				background: url("images/hover_interface_r1_c12.jpg") no-repeat;
			}
		
	#content
	{
		margin:0px 0px 0px 0px;
	}
		#left
		{
			width:140px;
			float:left;
			padding:10px 0px 0px 10px;
			margin-bottom:10px;
			font-size:7.5pt;
		}
		#right
		{
			float:left;
			padding:10px 0px 0px 10px;
			margin-bottom:10px;
		}
	#footer
	{
			height:30px;
			padding: 16px 10px 0px 10px;
			color:#ffffff;
			background: url("images/interface_r8_c6.jpg") repeat-x;
			clear:both;
	}
