@charset "utf-8";
* {
	margin-top: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	background-image: none;
	height: 260px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {


}
#wrapper #titulo {
	height: 104px;
	left: auto;
	right: auto;
	top: auto;
}
#wrapper #bodyArea {
	background-color: #FDF9CE;
	background-image: url(../images/body2.gif);
	background-repeat: repeat-x;

}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
}
#wrapper #bodyArea #footer {
	height: 35px;
	clear: both;
	background-image: url(../images/navigation.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	line-height: 16px;
}


a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004A8F;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFCB05;
}


p {
	font-family: "Palatino Linotype", serif, "Times New Roman", Times;
	font-size: 16px;
	font-weight: bold;
	color: #004A8F;
	margin-top: auto;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

