@charset "utf-8";
#base {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	float: left;
	height: 160px;
	width: 980px;
	background-image: url(img/TOP.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.logo {
	margin-bottom: 10px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#menu {
	float: left;
	width: 200px;
	margin-right: 20px;
}
#conteudo {
	width: 600px;
	float: left;
}
#bandeiras {
	float: right;
	width: 150px;
}
#texto {
	width: 600px;
	float: left;
	margin-top: 20px;
	line-height: 16px;
}
#copy {
	float: left;
	width: 978px;
	margin-top: 20px;
	text-align: center;
	border: 1px solid #C9CDD6;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}
#coluna1 {
	float: left;
	width: 290px;
	border: 1px solid #666666;
}
.recuo {
	text-indent: 10px;
	display: block;
	margin: 3px;
	background-image: url(img/seta.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#coluna2 {
	float: right;
	width: 290px;
	border: 1px solid #666666;
}
.titulo {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(img/seta.gif);
	background-repeat: no-repeat;
	display: block;
	width: 280px;
	text-indent: 10px;
	background-position: 2px 12px;
	height: 18px;
	padding-top: 7px;
}
#foto {
	float: right;
	width: 290px;
	border: 1px solid #666666;
	margin-left: 10px;
}
a:link {
	text-decoration: none;
	color: #003AE6;
}
a:visited {
	text-decoration: none;
	color: #003AE6;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
