@charset "iso-8859-2";
/* CSS Document */

#corpo {
	margin: auto;
	height: auto;
	width: 997px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#topo {
	height: 199px;
	width: 997px;
}
#conteudo {
	height: auto;
	width: 752px;
	margin-left: 80px;
	margin-top: 20px;
}
h1 {
	font-size: 18px;
	color: #009798;
}
h2 {
	font-size: 16px;
	color: #009798;
}
h3 {
	font-size: 14px;
	color: #009798;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#foto1 {
	float: left;
	height: 295px;
	width: 337px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#foto2 {
	height: 212px;
	width: 255px;
	float: right;
	margin-right: 150px;
}#rodape {
	height: 200px;
	width: 100%;
	color: #FFF;
	background-color: #019798;
	text-align: center;
	padding-top: 10px;
}
