* {
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 5%;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}

#wrapper {
	width: 100%;
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}

header {
	text-align: right;
}

#menu {
	text-align: right;
	margin-bottom: 10px;
}

#subheader {
	width: 100%;
	/* max-width: 760px; */
	height: 200px;
	background-image: url(_home.jpg);
	text-indent: -5000px;
	background-position:center right;
}

header h1 {
	text-align: right;
	margin-bottom: 10px;
	display: block;
}

#subheader h1 {
	text-indent: -5000px;
	display: none;
}

footer {
	margin-top: 20px;
	float: right;
	font-size: 12px;
	color: #333;
}

main, #bread {
	margin-top: 10px;
	margin-bottom: 10px;
}

#bread {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

.destaque {
	color: #5C7E7D;
}

#frase {
	margin-top: 5px;
	margin-bottom: 5px;	
	text-align:center;
}

p {
	margin-bottom: 10px;
}

ul {
	list-style-type: none;
}