@charset "utf-8";

body {
	background: url(image/bg.jpg) repeat-x top #FFF;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4b4b;
}

a {
	text-decoration: none;
	color: #4e4b4b;
}

h1 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px;
	letter-spacing: -1px;
}

h2 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px;
	letter-spacing: -1px;
}

h3 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px;
}

.botao {
	background: #4e4b4b;
	color: #fff;
	display: inline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	border: 0;
}

.botao a {
	color: #fff;
}

#corpo {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#topo {
	height: 135px;
	margin-bottom: 5px;
}

#logo {
	width: 315px;
	float: left;
	padding: 40px 26px 26px;
}

#menu {
	width: 544px;
	float: right;
	margin-top: 95px;
}

#navigation {
    margin: 0;
    padding: 0;
}

#navigation a {
	color: #4e4b4c;
}

#navigation a:hover {
	color: #4e4b4c;
}

#navigation li {
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;
    padding: 0 20px 0 30px;
	text-transform: uppercase;
}

#img_topo {
	width: 890px;
	height: 301px;
	padding: 10px;
	border: 15px solid #f3f3f3;
}

.email {
	width: 218px;
	height: 22px;
	background: #fff;
	border: 1px solid #dedede;
	color: #999;
}

.form {
	background: #fff;
	border: 1px solid #dedede;
	color: #999;
	margin-bottom: 10px
}

#conteudo {
	margin: 30px 0;
}

#conteudo2 {
	margin: 30px 0;
}

#footer {
	height: 164px;
	width: 100%;
	background: url(image/footer_bg.jpg);
}

#footer_conteudo {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.rss-title, rss-title a {
    font-weight: bold;
 
}
 
.rss-item {
	margin-bottom: 41px;
  
}

.rss-items {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
    font-weight: bold;
}



#conteudo2 .rss-title, rss-title a {
    font-weight: bold;
 
}
 
#conteudo2 .rss-item {
	margin-bottom: 40px;
  
}

#conteudo2 .rss-items {
    line-height: 18px;
    margin-bottom: 50px;
    text-align: justify;
}

#conteudo2 .rss-item a:link, .rss-item a:visited, .rss-item a:active {
    font-size: 18px;
    font-weight: bold;
}
