@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	background-color: #66ccff;
}
#corpo {
	text-align: center;
	width: 790px;
	border: 2px solid #000000;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(corpo.gif);
}
#titulo {
	text-align: center;
	margin-bottom: 10px;
}

#rodape {
	text-decoration: none;
	clear: both;
	padding-top: 50px;
	padding-bottom: 5px;
}
#rodape a{
	font-family: "Comic Sans MS";
	font-size: 120%;
	color: #990000;
	text-decoration: none;
}
#rodape a:hover{
	color: #0000CC;
}

#direita {
	float: right;
	width: 254px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 3px;
}
#direita a{
	display: block;
	width: 100%;
	color: #0000CC;
	text-decoration: none;
	margin-top: 10px;
	background-image: url(seta.gif);
	text-indent: 18px;
	background-repeat: no-repeat;
	background-position: left 3px;
}
h1 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#direita a:hover{
	color: #000000;
	text-decoration: underline;
	background-image: url(seta2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#esquerda {
	float: left;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 3px;
}
.texto a{
	color: #0000FF;
	text-decoration: none;
}
.texto a:hover{
	color: #000099;
	text-decoration: underline;
}
.anuncio a{
	color: #000066;
	background-color: #FFFFFF;
	display: block;
	padding: 3px;
	width: 200px;
	border: 1px solid #000000;
	float: left;
	text-align: center;
	text-decoration: none;
	margin: 20px;
}
.anuncio a:hover {
	color: #000000;
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
}
h2 {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
}
