		body{
			margin:0px; 
			padding:0px; 
			background: url('images/fundo.jpg') repeat-x #2D3236;
			font-family: tahoma,verdana;
			font-size: 13px;
			font-weight:bold;
		}
		
		input{
			height:20px;
			border:none;
		}
		
		textarea{border:none;}
		
		a{outline:none;}
		
		
		#wrapper{
			left:50%; margin-left:-400px;
			width:800px;			
			position:absolute;
		}
		
		/*#TOPO#*/
		#topo{
			width:100%;
			height:71px;
			position:relative;
		}

			#logo{
				background: url('images/logo.jpg') ;
				width:168px;
				height:71px;
				position:relative;
				float:left;
			}
			#menu{
				width:300px;
				height:71px;
				float:right;
				position:relative;
				line-height:71px;
			}
			#menu ul{margin:0px; padding:0px; float:right;}
			#menu li{display:inline;}
			#menu a{
				color:#1E2225;
				font-weight:300;
				font-size:13px;
				font-variant: small-caps;
				text-decoration:none;
				margin:0 15px;			
			}
			#menu a:hover{
				color:#1E2225;
				font-weight:300;
				font-size:13px;
				font-variant: small-caps;
				text-decoration:none;
				margin:0 15px;	
				border-bottom: 4px solid #1E2225!important;
			}
		
		/*#CONTEUDO#*/

		#conteudo{	
			margin-top:60px!important;
			width: 550px;
			color: #d0d3d5;
			clear:both;
			position:relative;
			left:50%; margin-left:-275px;
		}
			#ico1{
				width: 100%;
				background: url(images/ico_1.png) no-repeat;
				height:70px;
				margin-bottom:30px;
			}
			#ico2{
				width: 100%;
				background: url(images/ico_2.png) no-repeat;
				height:70px;
				margin-bottom:30px;
			}
			#ico3{
				width: 100%;
				background: url(images/ico_3.png) no-repeat;
				height:70px;
				margin-bottom:30px;
			}
			#conteudo form table tr td {
				color: #FFF;
				font-weight:bold;
				font-size:10px;
				font-variant: small-caps;
			}
		
		/*#RODAPE#*/		
		#rodape{
			margin-top:60px!important;
			width: 550px;
			background: url(images/rodape.png) no-repeat 50% 0;
			height:86px;
			/*CENTRALIZAR*/
			left:50%; margin-left:-275px;
			position:relative;	
		}