/* CSS Document */
*{
	margin:0;
	padding:0;
	text-decoration:none;
}

html, body{
	background:#6A6A5A;
	margin:0 auto;
	font-family:"Trebuchet MS", "Times New Roman", Arial;
	text-align:center;
}

#geral{
	background: url(images/bggeral.jpg) repeat-x #FFF;
	width:800px;
	height:auto;
	margin:0 auto;
	text-align:left;
}
#topo{
	width:100%;
	height:auto;
	background:#FFF;
}

#logo{
	background:url(images/logo.jpg) no-repeat center center;
	width:198px;
	height:150px;
	margin-left:20px;
	margin-bottom:5px;

}
#foto{
	background: url(images/foto.jpg) #FFF;
	margin-right:22px;
	margin-top:2px;
	float:right;
	width:535px;
	height:150px;
}

#menu{
	background-image:url(images/menu.jpg);
	font-size:12px;
	font-weight:700;
	width:100%;	
	height:35px;	
	float:left;
	text-align:center;
}

#menu li{display:inline; text-align:center;}
#menu a{
	float:left;
	color:#fff;	
	padding:0;
	margin-top:10px;
	margin-left:26px;
	text-transform:uppercase;		
}
#menu a:hover{
	color:#79BEDB;
}

h3{color:#990000;}

#conteudo{
	background:#E8E8E8;
	width:auto;
	height:auto;
	margin-left:25px;
	margin-right:22px;
	padding:5px;
	font-size:13px;
	border-bottom:5px solid #120543;
}


h4{color:#70822E;}
.imgs{border:2px solid #FFF}


#destaques{
	background:#efefef;
	width:752px;
	margin-left:22px;
	margin-right:22px;
	margin:0 auto;
	display:table;
	font-size:12px;
	color:#000;
	font-weight:500;
	text-align:center;
}

#destaques div{
	background:#CCC;
	float:left;	
	width:220px;
	margin-top:5px;
	margin-left:14px;
	margin-right:5px;
}
#destaque-index{
	width:220px;
	height:auto;
	padding:3px;
	border-bottom:5px solid #A0B842;
}

#rodape{
	background:#6a6a5a;
	width:100%;
	font-size:16px;
	color:#fff;
	text-align:center;
	margin-top:15px;
	clear:both;	
}

.uk{color:#FFFFFF; text-decoration:underline;}

#fundo_geral
{
	margin-left:55px;
	margin-right:0px;
	width:200px;
	height:350px;	
	font-size:12px;
	color:#000000;
}
.input_text {
	color: #000000;
	background-color: #fff;
	border: #000000 1px solid;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	width:250px;
}
.input_box {
	color: #000000;
	background-color: #fff;
	border: #000000 1px solid;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	width:70px;
}
textarea
{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	padding: 2px 0px;
	border: #000000 1px solid;
}
